~ubuntu-branches/ubuntu/natty/prewikka/natty

« back to all changes in this revision

Viewing changes to prewikka/templates/Command.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.395596
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.646816
 
38
__CHEETAH_genTimestamp__ = 'Wed Apr  2 10:13:46 2008'
39
39
__CHEETAH_src__ = 'prewikka/templates/Command.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:
85
85
        ########################################
86
86
        ## START - generated method body
87
87
        
88
 
        write('<div class="fixed">\n  ')
 
88
        write('''<div class="fixed">
 
89
  ''')
89
90
        _v = VFFSL(SL,"command_output",True) # '$command_output' on line 5, col 3
90
91
        if _v is not None: write(_filter(_v, rawExpr='$command_output')) # from line 5, col 3.
91
 
        write('\n</div>\n')
 
92
        write('''
 
93
</div>
 
94
''')
92
95
        
93
96
        ########################################
94
97
        ## END - generated method body
115
118
        ########################################
116
119
        ## START - generated method body
117
120
        
118
 
        write('\n')
 
121
        write('''
 
122
''')
119
123
        self.main_content(trans=trans)
120
124
        
121
125
        ########################################