]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jul 2005 03:14:24 +0000 (03:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jul 2005 03:14:24 +0000 (03:14 +0000)
doc/build/components/section_wrapper.myt [new file with mode: 0644]

diff --git a/doc/build/components/section_wrapper.myt b/doc/build/components/section_wrapper.myt
new file mode 100644 (file)
index 0000000..d735148
--- /dev/null
@@ -0,0 +1,39 @@
+<%python scope="global">
+       import string, re, time
+
+</%python>
+
+<%args>
+       comp
+       toc
+       title
+       version = None
+       last_updated = None
+       index
+       paged
+       onepage
+       isdynamic
+       ext
+</%args>
+
+
+<link href="docs.css" rel="stylesheet" type="text/css"></link>
+
+
+<div style="position:absolute;left:0px;top:0px;"><a name="top"></a>&nbsp;</div>
+
+<div class="doccontainer">
+
+<div class="docheader">
+
+<div class="docheadertext" ><% title %></div>
+% if version is not None:
+<div class="">Version: <% version %>   Last Updated: <% time.strftime('%x %X', time.localtime(last_updated)) %></div>
+%
+</div>
+
+<& printsection.myt, paged = paged, toc = toc, comp = comp, isdynamic=isdynamic, index=index, ext=ext,onepage=onepage &>
+
+</div>
+
+