| Georg Brandl | e757005 | 2008-05-03 20:52:18 +0000 | [diff] [blame] | 1 | {% extends "!layout.html" %} | 
 | 2 | {% block rootrellink %} | 
| Georg Brandl | af265f4 | 2008-12-07 15:06:20 +0000 | [diff] [blame] | 3 |         <li><img src="{{ pathto('_static/py.png', 1) }}" alt="" | 
 | 4 |                  style="vertical-align: middle; margin-top: -1px"/></li> | 
 | 5 |         <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li> | 
 | 6 | {% endblock %} | 
 | 7 | {% block extrahead %} | 
 | 8 |     <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" /> | 
| Ezio Melotti | f54f6f5 | 2011-10-30 09:20:19 +0200 | [diff] [blame] | 9 |     <script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script> | 
| Georg Brandl | af265f4 | 2008-12-07 15:06:20 +0000 | [diff] [blame] | 10 | {{ super() }} | 
| Georg Brandl | e757005 | 2008-05-03 20:52:18 +0000 | [diff] [blame] | 11 | {% endblock %} | 
| Georg Brandl | 3eb562b | 2009-08-04 20:25:54 +0000 | [diff] [blame] | 12 | {% block footer %} | 
 | 13 |     <div class="footer"> | 
 | 14 |     © <a href="{{ pathto('copyright') }}">Copyright</a> {{ copyright|e }}. | 
 | 15 |     <br /> | 
 | 16 |     The Python Software Foundation is a non-profit corporation.   | 
 | 17 |     <a href="http://www.python.org/psf/donations/">Please donate.</a> | 
 | 18 |     <br /> | 
 | 19 |     Last updated on {{ last_updated|e }}. | 
| Georg Brandl | 582c0a6 | 2010-04-22 23:20:19 +0000 | [diff] [blame] | 20 |     <a href="{{ pathto('bugs') }}">Found a bug</a>? | 
 | 21 |     <br /> | 
| Georg Brandl | 3eb562b | 2009-08-04 20:25:54 +0000 | [diff] [blame] | 22 |     Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version|e }}. | 
 | 23 |     </div> | 
 | 24 | {% endblock %} | 
| Georg Brandl | 582c0a6 | 2010-04-22 23:20:19 +0000 | [diff] [blame] | 25 | {% block sidebarsourcelink %} | 
 | 26 | {%- if show_source and has_source and sourcename %} | 
 | 27 | <h3>{{ _('This Page') }}</h3> | 
 | 28 | <ul class="this-page-menu"> | 
 | 29 |   <li><a href="{{ pathto('bugs') }}">Report a Bug</a></li> | 
 | 30 |   <li><a href="{{ pathto('_sources/' + sourcename, true)|e }}" | 
 | 31 |          rel="nofollow">Show Source</a></li> | 
 | 32 | </ul> | 
 | 33 | {%- endif %} | 
 | 34 | {% endblock %} |