Ignore:
Timestamp:
Oct 11, 2007, 1:55:29 AM (17 years ago)
Author:
ecprice
Message:

Help, admin, links at the top.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/skeleton.py

    r184 r187  
    3434__CHEETAH_version__ = '2.0rc8'
    3535__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)
    36 __CHEETAH_genTime__ = 1192025116.0694621
    37 __CHEETAH_genTimestamp__ = 'Wed Oct 10 10:05:16 2007'
     36__CHEETAH_genTime__ = 1192082083.444865
     37__CHEETAH_genTimestamp__ = 'Thu Oct 11 01:54:43 2007'
    3838__CHEETAH_src__ = 'skeleton.tmpl'
    39 __CHEETAH_srcLastModified__ = 'Wed Oct 10 10:04:55 2007'
     39__CHEETAH_srcLastModified__ = 'Thu Oct 11 01:54:41 2007'
    4040__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
    4141
     
    117117            if _v is not None: write(_filter(_v, rawExpr='$user.username')) # from line 26, col 26.
    118118            write('''.]</p>
     119<p><a href="list">List</a>
    119120''')
    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.
    122135        write('''
    123136''')
    124         if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 29, col 1
     137        if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 35, col 1
    125138            write('''<hr />
    126139Questions? 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.