diff -r be27ed110b50 -r d8ac696cc51f buildframework/helium/external/python/lib/common/Sphinx-0.5.1-py2.5.egg/sphinx/templates/page.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/buildframework/helium/external/python/lib/common/Sphinx-0.5.1-py2.5.egg/sphinx/templates/page.html Wed Dec 23 19:29:07 2009 +0200 @@ -0,0 +1,12 @@ +{% extends "layout.html" %} +{% set page_links = [ + (pathto('@rss/' + sourcename), 'application/rss+xml', 'Page Comments'), +] %} +{% block body %} + {% if oldurl %} +
+ {% trans %}Note: You requested an out-of-date URL from this server. We've tried to redirect you to the new location of this page, but it may not be the right one.{% endtrans %} +
+ {% endif %} + {{ body }} +{% endblock %}