File: section_wrapper.myt

package info (click to toggle)
myghty 1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 1,932 kB
  • ctags: 2,281
  • sloc: python: 11,705; makefile: 51
file content (39 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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>