Changeset 187 for trunk/web/templates/skeleton.py
- Timestamp:
- Oct 11, 2007, 1:55:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/templates/skeleton.py
r184 r187 34 34 __CHEETAH_version__ = '2.0rc8' 35 35 __CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8) 36 __CHEETAH_genTime__ = 11920 25116.069462137 __CHEETAH_genTimestamp__ = ' Wed Oct 10 10:05:162007'36 __CHEETAH_genTime__ = 1192082083.444865 37 __CHEETAH_genTimestamp__ = 'Thu Oct 11 01:54:43 2007' 38 38 __CHEETAH_src__ = 'skeleton.tmpl' 39 __CHEETAH_srcLastModified__ = ' Wed Oct 10 10:04:552007'39 __CHEETAH_srcLastModified__ = 'Thu Oct 11 01:54:41 2007' 40 40 __CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine' 41 41 … … 117 117 if _v is not None: write(_filter(_v, rawExpr='$user.username')) # from line 26, col 26. 118 118 write('''.]</p> 119 <p><a href="list">List</a> 119 120 ''') 120 _v = VFFSL(SL,"body",True) # '$body' on line 28, col 1 121 if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 28, col 1. 121 if VFFSL(SL,"varExists",False)('machine'): # generated from line 28, col 1 122 write('''<a href="info?machine_id=''') 123 _v = VFFSL(SL,"machine.machine_id",True) # '$machine.machine_id' on line 29, col 26 124 if _v is not None: write(_filter(_v, rawExpr='$machine.machine_id')) # from line 29, col 26. 125 write('''">Info</a> 126 <a href="vnc?machine_id=''') 127 _v = VFFSL(SL,"machine.machine_id",True) # '$machine.machine_id' on line 30, col 25 128 if _v is not None: write(_filter(_v, rawExpr='$machine.machine_id')) # from line 30, col 25. 129 write('''">Console</a> 130 ''') 131 write('''<a href="help">Help</a></p> 132 ''') 133 _v = VFFSL(SL,"body",True) # '$body' on line 34, col 1 134 if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 34, col 1. 122 135 write(''' 123 136 ''') 124 if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 29, col 1137 if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 35, col 1 125 138 write('''<hr /> 126 139 Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
Note: See TracChangeset
for help on using the changeset viewer.