~ubuntu-branches/ubuntu/lucid/prewikka/lucid

« back to all changes in this revision

Viewing changes to prewikka/templates/TopLayout.py

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2008-07-02 16:49:06 UTC
  • mfrom: (6.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080702164906-q2bkfn6i40hd95tt
Tags: 0.9.14-2
* Update watch file
* Bump Standards version to 3.8.0 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
VFSL=valueFromSearchList
33
33
VFN=valueForName
34
34
currentTime=time.time
35
 
__CHEETAH_version__ = '2.0rc7'
36
 
__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 7)
37
 
__CHEETAH_genTime__ = 1180479709.1571579
38
 
__CHEETAH_genTimestamp__ = 'Wed May 30 01:01:49 2007'
 
35
__CHEETAH_version__ = '2.0.1'
 
36
__CHEETAH_versionTuple__ = (2, 0, 1, 'final', 0)
 
37
__CHEETAH_genTime__ = 1207124026.1087501
 
38
__CHEETAH_genTimestamp__ = 'Wed Apr  2 10:13:46 2008'
39
39
__CHEETAH_src__ = 'prewikka/templates/TopLayout.tmpl'
40
 
__CHEETAH_srcLastModified__ = 'Tue Apr 17 14:21:25 2007'
 
40
__CHEETAH_srcLastModified__ = 'Tue Mar  4 10:31:58 2008'
41
41
__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
42
42
 
43
43
if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
111
111
        ########################################
112
112
        ## START - generated method body
113
113
        
114
 
        write('<body class="')
 
114
        write('''<body class="''')
115
115
        _v = VFFSL(SL,"body_class",True) # '$body_class' on line 7, col 14
116
116
        if _v is not None: write(_filter(_v, rawExpr='$body_class')) # from line 7, col 14.
117
117
        write('''">
118
 
        <div id="top_view">
119
 
                <div id="top_view_header">
120
 
                        <div id="top_view_header_software">''')
 
118
\t<div id="top_view">
 
119
\t\t<div id="top_view_header">
 
120
\t\t\t<div id="top_view_header_software">''')
121
121
        _v = VFFSL(SL,"prewikka.software",True) # '$prewikka.software' on line 10, col 39
122
122
        if _v is not None: write(_filter(_v, rawExpr='$prewikka.software')) # from line 10, col 39.
123
 
        write('</div>\n\t\t\t<div id="top_view_header_place">')
 
123
        write('''</div>
 
124
\t\t\t<div id="top_view_header_place">''')
124
125
        _v = VFFSL(SL,"prewikka.place",True) # '$prewikka.place' on line 11, col 36
125
126
        if _v is not None: write(_filter(_v, rawExpr='$prewikka.place')) # from line 11, col 36.
126
 
        write('</div>\n\t\t\t<div id="top_view_header_title">')
 
127
        write('''</div>
 
128
\t\t\t<div id="top_view_header_title">''')
127
129
        _v = VFFSL(SL,"prewikka.title",True) # '$prewikka.title' on line 12, col 36
128
130
        if _v is not None: write(_filter(_v, rawExpr='$prewikka.title')) # from line 12, col 36.
129
 
        write('</div>\n\t\t</div>\n\t\t')
 
131
        write('''</div>
 
132
\t\t</div>
 
133
\t\t''')
130
134
        _v = VFFSL(SL,"toplayout_content",True) # '$toplayout_content' on line 14, col 3
131
135
        if _v is not None: write(_filter(_v, rawExpr='$toplayout_content')) # from line 14, col 3.
132
136
        write('''
133
 
        </div>
 
137
\t</div>
134
138
</body>
135
139
''')
136
140
        
159
163
        ########################################
160
164
        ## START - generated method body
161
165
        
162
 
        write('\n\n')
 
166
        write('''
 
167
 
 
168
''')
163
169
        self.body(trans=trans)
164
170
        
165
171
        ########################################