diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-12-10 18:04:11 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-12-10 18:04:11 +0000 |
| commit | 013aa0ea2302711c946f5cbf499f866556761361 (patch) | |
| tree | 8ff0c513688d3f3858576cd3e6fa30a08de3b9f1 | |
| parent | 203853eddc8bffccc25eb8549237da05f325e606 (diff) | |
| download | sqlalchemy-013aa0ea2302711c946f5cbf499f866556761361.tar.gz | |
moved page control links
| -rw-r--r-- | doc/build/components/base.myt | 7 | ||||
| -rw-r--r-- | doc/build/content/index.myt | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/build/components/base.myt b/doc/build/components/base.myt index 7d6e7bae6..a9ab69e1b 100644 --- a/doc/build/components/base.myt +++ b/doc/build/components/base.myt @@ -27,7 +27,14 @@ out for a different one</%doc> <div class="docheader"> + <h1><% toc.root.doctitle %></h1> + +<div class="multipage"> +<a href="index.<% extension %>">Multiple Pages</a> | +<a href="documentation.<% extension %>">One Page</a> +</div> + <div class="">Version: <% version %> Last Updated: <% time.strftime('%x %X', time.localtime(last_updated)) %></div> </div> diff --git a/doc/build/content/index.myt b/doc/build/content/index.myt index 7f77c05e5..275d61f31 100644 --- a/doc/build/content/index.myt +++ b/doc/build/content/index.myt @@ -5,6 +5,4 @@ onepage=False </%args> -<a href="index.<% extension %>">Multiple Pages</a> | -<a href="documentation.<% extension %>">One Page</a><br/> <& toc.myt:toc, toc=toc, extension=extension, onepage=onepage &> |
