Add a navbar at the bottom too.

This commit is contained in:
Georg Brandl 2007-08-01 15:36:52 +00:00
parent f0fa8b740b
commit 0bccf4d944
2 changed files with 3 additions and 2 deletions

2
TODO
View File

@ -3,10 +3,8 @@ Global TODO
- "often used" combo box in sidebar
- discuss and debug comments system
- navigation links at the bottom too
- write new Makefile, handle automatic version info and checkout
- write a "printable" builder (export to latex, most probably)
- discuss the default role
- discuss lib -> ref section move
- prepare for databases other than sqlite for comments
- look at the old tools/ scripts, what functionality should be rewritten

View File

@ -42,6 +42,7 @@
{% block head %}{% endblock %}
</head>
<body>
{% filter capture('relbar') %}
<div class="related">
<h3>Navigation</h3>
<ul>
@ -63,6 +64,7 @@
{%- endfor %}
</ul>
</div>
{% endfilter %}
<div class="document">
<div class="documentwrapper">
{%- if builder != 'htmlhelp' %}
@ -80,6 +82,7 @@
{%- endif %}
<div class="clearer"></div>
</div>
{{ relbar }}
<div class="footer">
&copy; <a href="{{ pathto('copyright.rst') }}">Copyright</a>
1990-2007, Python Software Foundation.