From: Mike Bayer Date: Thu, 7 Jul 2005 03:14:24 +0000 (+0000) Subject: docs X-Git-Tag: rel_0_1_0~912 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aad9785d8e31fe8ef23b89a4415189514721cd7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git docs --- diff --git a/doc/build/components/section_wrapper.myt b/doc/build/components/section_wrapper.myt new file mode 100644 index 0000000000..d735148a8d --- /dev/null +++ b/doc/build/components/section_wrapper.myt @@ -0,0 +1,39 @@ +<%python scope="global"> + import string, re, time + + + +<%args> + comp + toc + title + version = None + last_updated = None + index + paged + onepage + isdynamic + ext + + + + + + +
 
+ +
+ +
+ +
<% title %>
+% if version is not None: +
Version: <% version %> Last Updated: <% time.strftime('%x %X', time.localtime(last_updated)) %>
+% +
+ +<& printsection.myt, paged = paged, toc = toc, comp = comp, isdynamic=isdynamic, index=index, ext=ext,onepage=onepage &> + +
+ +