Changeset 3573

Show
Ignore:
Timestamp:
10/27/07 18:16:15 (1 year ago)
Author:
turbogears
Message:

Added boxes so that latest stable and beta are
visible on the front page.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • website/newdocs/base.html

    r3571 r3573  
    8989<!-- start side bar --> 
    9090<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()" /> 
    9294 
    9395  <div py:replace="community()" /> 
     
    103105 
    104106<!-- 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"> 
    109111    <h2>TurboGears <strong>1.0.4b2</strong></h2> 
    110112 
    111     <h3>Oct 27, 2007</h3
     113    <strong>Oct 27, 2007</strong
    112114 
    113115    <p><strong>New:</strong> 
     
    119121    </p> 
    120122 
     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> 
    121139    <a href="http://docs.turbogears.org/1.0/Install"><img 
    122140      src="${root}static/images/buttons/download.png" 
     
    346364 
    347365</html> 
     366