- write('.]</p>\n')
- _v = VFFSL(SL,"body",True) # '$body' on line 28, col 1
- if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 28, col 1.
- write('\n')
- if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 29, col 1
- write('<hr />\nQuestions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.\n')
- write('</body>\n</html>\n')
+ write('''.]</p>
+<p><a href="list">List</a>
+''')
+ if VFFSL(SL,"varExists",False)('machine'): # generated from line 28, col 1
+ write('''<a href="info?machine_id=''')
+ _v = VFFSL(SL,"machine.machine_id",True) # '$machine.machine_id' on line 29, col 26
+ if _v is not None: write(_filter(_v, rawExpr='$machine.machine_id')) # from line 29, col 26.
+ write('''">Info</a>
+<a href="vnc?machine_id=''')
+ _v = VFFSL(SL,"machine.machine_id",True) # '$machine.machine_id' on line 30, col 25
+ if _v is not None: write(_filter(_v, rawExpr='$machine.machine_id')) # from line 30, col 25.
+ write('''">Console</a>
+''')
+ write('''<a href="help">Help</a></p>
+''')
+ _v = VFFSL(SL,"body",True) # '$body' on line 34, col 1
+ if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 34, col 1.
+ write('''
+''')
+ if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 35, col 1
+ write('''<hr />
+Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
+''')
+ write('''</body>
+</html>
+''')