X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/49466ab6194ad35f3857e950721252621c3e539d..e0e7814e58df1dc0342e3f88e7bcfad4ed483079:/templates/skeleton.py diff --git a/templates/skeleton.py b/templates/skeleton.py index 01debf9..09409a5 100644 --- a/templates/skeleton.py +++ b/templates/skeleton.py @@ -33,10 +33,10 @@ VFN=valueForName currentTime=time.time __CHEETAH_version__ = '2.0rc8' __CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8) -__CHEETAH_genTime__ = 1191718104.9039481 -__CHEETAH_genTimestamp__ = 'Sat Oct 6 20:48:24 2007' +__CHEETAH_genTime__ = 1191828896.641397 +__CHEETAH_genTimestamp__ = 'Mon Oct 8 03:34:56 2007' __CHEETAH_src__ = 'skeleton.tmpl' -__CHEETAH_srcLastModified__ = 'Sat Oct 6 20:18:06 2007' +__CHEETAH_srcLastModified__ = 'Mon Oct 8 03:34:52 2007' __CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine' if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: @@ -87,19 +87,46 @@ class skeleton(Template): ''') _v = VFFSL(SL,"title",True) # '$title' on line 2, col 14 if _v is not None: write(_filter(_v, rawExpr='$title')) # from line 2, col 14. - write(''' + write(''' + + + + -

[You are logged in as ''') - _v = VFFSL(SL,"user.username",True) # '$user.username' on line 4, col 26 - if _v is not None: write(_filter(_v, rawExpr='$user.username')) # from line 4, col 26. - write('''.]

''') - _v = VFFSL(SL,"body",True) # '$body' on line 5, col 1 - if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 5, col 1. + if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 26, col 1 + write('''

[You are logged in as ''') + _v = VFFSL(SL,"user.username",True) # '$user.username' on line 27, col 26 + if _v is not None: write(_filter(_v, rawExpr='$user.username')) # from line 27, col 26. + write('''.]

+''') + _v = VFFSL(SL,"body",True) # '$body' on line 29, col 1 + if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 29, col 1. write(''' -
+''') + if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 30, col 1 + write('''
Questions? Contact sipb-xen-dev@mit.edu. - +''') + write(''' ''')