- Timestamp:
- 01/18/10 12:51:41 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
TripPlanner/branches/rb-0.4/tripplanner/templates/layout.html
r1177 r1200 127 127 <hr /> 128 128 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 136 129 <p class="noprint"> 137 130 Users should independently verify all information presented here. This … … 145 138 146 139 <p class="no-bottom-margin"> 147 © 2004-200 8byCycle.org140 © 2004-2009 byCycle.org 148 141 </p> 149 142 % endif … … 187 180 </div> 188 181 <!-- /Content --> 189 190 191 <!-- Ads -->192 <div id="ads" class="noprint">193 ${self.ads()}194 </div>195 <!-- /Ads -->196 182 197 183 … … 268 254 <%def name="javascript_includes()"></%def> 269 255 <%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>280 256 281 257 <%def name="errors()">