/Doc/tools/sphinxext/layout.html

http://unladen-swallow.googlecode.com/ · HTML · 21 lines · 21 code · 0 blank · 0 comment · 0 complexity · b9a57aac5f32a13822f69e1efb162a67 MD5 · raw file

  1. {% extends "!layout.html" %}
  2. {% block rootrellink %}
  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) }}" />
  9. {{ super() }}
  10. {% endblock %}
  11. {% block footer %}
  12. <div class="footer">
  13. &copy; <a href="{{ pathto('copyright') }}">Copyright</a> {{ copyright|e }}.
  14. <br />
  15. The Python Software Foundation is a non-profit corporation.
  16. <a href="http://www.python.org/psf/donations/">Please donate.</a>
  17. <br />
  18. Last updated on {{ last_updated|e }}.
  19. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version|e }}.
  20. </div>
  21. {% endblock %}