fixed modernizer in examples

This commit is contained in:
Massimo Di Pierro
2011-11-23 15:05:18 -06:00
parent e9fadbc40b
commit f43fa28e29
5 changed files with 10 additions and 37 deletions
@@ -1,13 +1,12 @@
{{right_sidebar_enabled=True}}
{{extend 'layout.html'}}
<h3>WEB2PY<sup>TM</sup> WEB FRAMEWORK</h3>
<p>Free open source full-stack framework for rapid development of fast, scalable, <a href="http://www.web2py.com/book/default/chapter/01#security" target="_blank">secure</a> and portable database-driven web-based applications. Written and programmable in <a href="http://www.python.org" target="_blank">Python</a>. <a href="http://www.gnu.org/licenses/lgpl.html">LGPLv3 License</a></p>
<center>
<img src="{{=URL('static','images/tag-cloud-color-small.png')}}"/>
</center>
<h3>WEB2PY<sup>TM</sup> WEB FRAMEWORK</h3>
<p>Free open source full-stack framework for rapid development of fast, scalable, <a href="http://www.web2py.com/book/default/chapter/01#security" target="_blank">secure</a> and portable database-driven web-based applications. Written and programmable in <a href="http://www.python.org" target="_blank">Python</a>. <a href="http://www.gnu.org/licenses/lgpl.html">LGPLv3 License</a></p>
{{block extra}}
<div class="container">
@@ -45,10 +44,10 @@
{{block right_sidebar}}
<center>
<a href="http://web2py.com/book"><img src="{{=URL('static','images/tablet.png')}}" alt="Tablet" /></a>
<br/>
<a class="button" href="{{=URL('download')}}">DOWNLOAD NOW<br/>
{{="%s.%s.%s (%s) %s" % request.env.web2py_version}}
</a>
<br/>
<a href="http://web2py.com/book"><img src="{{=URL('static','images/tablet.png')}}" alt="Tablet" /></a>
</center>
{{end}}