From 6aad9785d8e31fe8ef23b89a4415189514721cd7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 7 Jul 2005 03:14:24 +0000 Subject: [PATCH] docs --- doc/build/components/section_wrapper.myt | 39 ++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 doc/build/components/section_wrapper.myt 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 &> + +
+ + -- 2.47.2