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

View File

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