Changeset 3573
- Timestamp:
- 10/27/07 18:16:15 (1 year ago)
- Files:
-
- website/newdocs/base.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
website/newdocs/base.html
r3571 r3573 89 89 <!-- start side bar --> 90 90 <div id="secondary-content" py:def="secondary"> 91 <div py:replace="download()" /> 91 <div py:replace="download_beta()" /> 92 93 <div py:replace="download_stable()" /> 92 94 93 95 <div py:replace="community()" /> … … 103 105 104 106 <!-- start download block --> 105 <div py:def="download " py:strip="">106 <h3>Download </h3>107 108 <div id="download ">107 <div py:def="download_beta" py:strip=""> 108 <h3>Download Beta Version</h3> 109 110 <div id="download-beta"> 109 111 <h2>TurboGears <strong>1.0.4b2</strong></h2> 110 112 111 < h3>Oct 27, 2007</h3>113 <strong>Oct 27, 2007</strong> 112 114 113 115 <p><strong>New:</strong> … … 119 121 </p> 120 122 123 <a href="http://docs.turbogears.org/1.0/Install"><img 124 src="${root}static/images/buttons/download.png" 125 alt="Download now button" /></a> 126 <a href="${root}download/upgrade.html"><img 127 src="${root}static/images/buttons/upgrade.png" 128 alt="Upgrade instructions button" /></a> 129 </div> 130 </div> 131 <div py:def="download_stable" py:strip=""> 132 <h3>Download Stable Version</h3> 133 134 <div id="download-stable"> 135 <h2>TurboGears <strong>1.0.3.2</strong></h2> 136 137 <strong>Jul 20, 2007</strong> 138 <p>Latest stable version</p> 121 139 <a href="http://docs.turbogears.org/1.0/Install"><img 122 140 src="${root}static/images/buttons/download.png" … … 346 364 347 365 </html> 366