Show
Ignore:
Timestamp:
01/18/10 12:51:41 (2 years ago)
Author:
wyatt
Message:

Removed ads. Removed donations button. Updated news to note that the site is
not maintained and the code is GPL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TripPlanner/branches/rb-0.4/tripplanner/templates/layout.html

    r1177 r1200  
    127127                <hr /> 
    128128 
    129                 <p> 
    130                   byCycle needs your support. Spread the word. Make a donation if you can. Thanks.<br /> 
    131                   <%include file="/widgets/paypal-button.html" /> 
    132                 </p> 
    133  
    134                 <hr /> 
    135  
    136129                <p class="noprint"> 
    137130                  Users should independently verify all information presented here. This 
     
    145138 
    146139                <p class="no-bottom-margin"> 
    147                   &copy; 2004-2008 byCycle.org 
     140                  &copy; 2004-2009 byCycle.org 
    148141                </p> 
    149142              % endif 
     
    187180      </div> 
    188181      <!-- /Content --> 
    189  
    190  
    191       <!-- Ads --> 
    192       <div id="ads" class="noprint"> 
    193         ${self.ads()} 
    194       </div> 
    195       <!-- /Ads --> 
    196182 
    197183 
     
    268254<%def name="javascript_includes()"></%def> 
    269255<%def name="javascript()"></%def> 
    270  
    271 <%def name="ads()"> 
    272   <div class="ad banner"> 
    273     <a href="http://www.myvega.com/" title="Vega - Complete Wholefood Health Optimizer"><img src="${h.url_for('/images/ads/oi_vega.jpg')}" width="120" height="90" alt="Vega - Complete Wholefood Health Optimizer" /></a> 
    274   </div> 
    275   <div class="ad banner"> 
    276     <a href="http://www.veganbodybuilding.com/" title="Vegan Body Building and Fitness"><img src="${h.url_for('/images/ads/oi_vbb.jpg')}" width="120" height="90" alt="Vegan Body Building and Fitness" /></a> 
    277   </div> 
    278   ${h.javascript_include_tag('ads')} 
    279 </%def> 
    280256 
    281257<%def name="errors()">