+++ /dev/null
-#!/usr/bin/env python
-
-
-
-
-##################################################
-## DEPENDENCIES
-import sys
-import os
-import os.path
-from os.path import getmtime, exists
-import time
-import types
-import __builtin__
-from Cheetah.Version import MinCompatibleVersion as RequiredCheetahVersion
-from Cheetah.Version import MinCompatibleVersionTuple as RequiredCheetahVersionTuple
-from Cheetah.Template import Template
-from Cheetah.DummyTransaction import DummyTransaction
-from Cheetah.NameMapper import NotFound, valueForName, valueFromSearchList, valueFromFrameOrSearchList
-from Cheetah.CacheRegion import CacheRegion
-import Cheetah.Filters as Filters
-import Cheetah.ErrorCatchers as ErrorCatchers
-
-##################################################
-## MODULE CONSTANTS
-try:
- True, False
-except NameError:
- True, False = (1==1), (1==0)
-VFFSL=valueFromFrameOrSearchList
-VFSL=valueFromSearchList
-VFN=valueForName
-currentTime=time.time
-__CHEETAH_version__ = '2.0rc8'
-__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)
-__CHEETAH_genTime__ = 1192889324.134064
-__CHEETAH_genTimestamp__ = 'Sat Oct 20 10:08:44 2007'
-__CHEETAH_src__ = 'functions.tmpl'
-__CHEETAH_srcLastModified__ = 'Sat Oct 20 07:34:59 2007'
-__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
-
-if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
- raise AssertionError(
- 'This template was compiled with Cheetah version'
- ' %s. Templates compiled before version %s must be recompiled.'%(
- __CHEETAH_version__, RequiredCheetahVersion))
-
-##################################################
-## CLASSES
-
-class functions(Template):
-
- ##################################################
- ## CHEETAH GENERATED METHODS
-
-
- def __init__(self, *args, **KWs):
-
- Template.__init__(self, *args, **KWs)
- if not self._CHEETAH__instanceInitialized:
- cheetahKWArgs = {}
- allowedKWs = 'searchList namespaces filter filtersLib errorCatcher'.split()
- for k,v in KWs.items():
- if k in allowedKWs: cheetahKWArgs[k] = v
- self._initCheetahInstance(**cheetahKWArgs)
-
-
- def cdromList(self, cdroms, default="", **KWS):
-
-
-
- ## CHEETAH: generated from #def cdromList($cdroms, $default="") at line 1, col 1.
- trans = KWS.get("trans")
- if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
- trans = self.transaction # is None unless self.awake() was called
- if not trans:
- trans = DummyTransaction()
- _dummyTrans = True
- else: _dummyTrans = False
- write = trans.response().write
- SL = self._CHEETAH__searchList
- _filter = self._CHEETAH__currentFilter
-
- ########################################
- ## START - generated method body
-
- write('''<select name="cdrom">
- <option ''')
- if VFFSL(SL,"default",True) : # generated from line 4, col 1
- _v = ''
- if _v is not None: write(_filter(_v))
- else:
- _v = 'selected'
- if _v is not None: write(_filter(_v))
- write(''' value="">None</option>
-''')
- for cdrom in VFFSL(SL,"cdroms",True): # generated from line 6, col 3
- write(''' <option ''')
- if VFFSL(SL,"default",True) == VFFSL(SL,"cdrom.cdrom_id",True) : # generated from line 8, col 1
- _v = 'selected'
- if _v is not None: write(_filter(_v))
- else:
- _v = ''
- if _v is not None: write(_filter(_v))
- write(''' value="''')
- _v = VFFSL(SL,"cdrom.cdrom_id",True) # '$cdrom.cdrom_id' on line 9, col 9
- if _v is not None: write(_filter(_v, rawExpr='$cdrom.cdrom_id')) # from line 9, col 9.
- write('''">
- ''')
- _v = VFFSL(SL,"cdrom.description",True) # '$cdrom.description' on line 10, col 5
- if _v is not None: write(_filter(_v, rawExpr='$cdrom.description')) # from line 10, col 5.
- write('''
- </option>
-''')
- write('''</select>
-''')
-
- ########################################
- ## END - generated method body
-
- return _dummyTrans and trans.response().getvalue() or ""
-
-
- def addError(self, txt, **KWS):
-
-
-
- ## CHEETAH: generated from #def addError(txt) at line 16, col 1.
- trans = KWS.get("trans")
- if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
- trans = self.transaction # is None unless self.awake() was called
- if not trans:
- trans = DummyTransaction()
- _dummyTrans = True
- else: _dummyTrans = False
- write = trans.response().write
- SL = self._CHEETAH__searchList
- _filter = self._CHEETAH__currentFilter
-
- ########################################
- ## START - generated method body
-
- if VFFSL(SL,"varExists",False)('txt'): # generated from line 17, col 1
- self._CHEETAH__globalSetVars["error_text"] = VFFSL(SL,"error_text",True) + '----\n' + VFFSL(SL,"txt",True)
- else: # generated from line 19, col 1
- self._CHEETAH__globalSetVars["error_text"] = VFFSL(SL,"txt",True)
-
- ########################################
- ## END - generated method body
-
- return _dummyTrans and trans.response().getvalue() or ""
-
-
- def errorRow(self, value, err, **KWS):
-
-
-
- ## CHEETAH: generated from #def errorRow($value, $err) at line 24, col 1.
- trans = KWS.get("trans")
- if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
- trans = self.transaction # is None unless self.awake() was called
- if not trans:
- trans = DummyTransaction()
- _dummyTrans = True
- else: _dummyTrans = False
- write = trans.response().write
- SL = self._CHEETAH__searchList
- _filter = self._CHEETAH__currentFilter
-
- ########################################
- ## START - generated method body
-
- if VFFSL(SL,"err",True) and VFFSL(SL,"err.err_field",True) == VFFSL(SL,"value",True): # generated from line 25, col 1
- write('''<tr>
-<td class="error" colspan="2">''')
- _v = VFFSL(SL,"str",False)(VFFSL(SL,"err",True)) # '${str($err)}' on line 27, col 31
- if _v is not None: write(_filter(_v, rawExpr='${str($err)}')) # from line 27, col 31.
- write('''</td>
-</tr>
-''')
-
- ########################################
- ## END - generated method body
-
- return _dummyTrans and trans.response().getvalue() or ""
-
-
- def respond(self, trans=None):
-
-
-
- ## CHEETAH: main method generated for this template
- if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
- trans = self.transaction # is None unless self.awake() was called
- if not trans:
- trans = DummyTransaction()
- _dummyTrans = True
- else: _dummyTrans = False
- write = trans.response().write
- SL = self._CHEETAH__searchList
- _filter = self._CHEETAH__currentFilter
-
- ########################################
- ## START - generated method body
-
- write('''
-
-
-''')
- _v = VFFSL(SL,"full_body",True) # '$full_body' on line 32, col 1
- if _v is not None: write(_filter(_v, rawExpr='$full_body')) # from line 32, col 1.
-
- ########################################
- ## END - generated method body
-
- return _dummyTrans and trans.response().getvalue() or ""
-
- ##################################################
- ## CHEETAH GENERATED ATTRIBUTES
-
-
- _CHEETAH__instanceInitialized = False
-
- _CHEETAH_version = __CHEETAH_version__
-
- _CHEETAH_versionTuple = __CHEETAH_versionTuple__
-
- _CHEETAH_genTime = __CHEETAH_genTime__
-
- _CHEETAH_genTimestamp = __CHEETAH_genTimestamp__
-
- _CHEETAH_src = __CHEETAH_src__
-
- _CHEETAH_srcLastModified = __CHEETAH_srcLastModified__
-
- _mainCheetahMethod_for_functions= 'respond'
-
-## END CLASS DEFINITION
-
-if not hasattr(functions, '_initCheetahAttributes'):
- templateAPIClass = getattr(functions, '_CHEETAH_templateClass', Template)
- templateAPIClass._addCheetahPlumbingCodeToClass(functions)
-
-
-# CHEETAH was developed by Tavis Rudd and Mike Orr
-# with code, advice and input from many other volunteers.
-# For more information visit http://www.CheetahTemplate.org/
-
-##################################################
-## if run from command line:
-if __name__ == '__main__':
- from Cheetah.TemplateCmdLineIface import CmdLineIface
- CmdLineIface(templateObj=functions()).run()
-
-
+++ /dev/null
-#!/usr/bin/env python
-
-
-
-
-##################################################
-## DEPENDENCIES
-import sys
-import os
-import os.path
-from os.path import getmtime, exists
-import time
-import types
-import __builtin__
-from Cheetah.Version import MinCompatibleVersion as RequiredCheetahVersion
-from Cheetah.Version import MinCompatibleVersionTuple as RequiredCheetahVersionTuple
-from Cheetah.Template import Template
-from Cheetah.DummyTransaction import DummyTransaction
-from Cheetah.NameMapper import NotFound, valueForName, valueFromSearchList, valueFromFrameOrSearchList
-from Cheetah.CacheRegion import CacheRegion
-import Cheetah.Filters as Filters
-import Cheetah.ErrorCatchers as ErrorCatchers
-from functions import functions
-
-##################################################
-## MODULE CONSTANTS
-try:
- True, False
-except NameError:
- True, False = (1==1), (1==0)
-VFFSL=valueFromFrameOrSearchList
-VFSL=valueFromSearchList
-VFN=valueForName
-currentTime=time.time
-__CHEETAH_version__ = '2.0rc8'
-__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)
-__CHEETAH_genTime__ = 1192889324.1837969
-__CHEETAH_genTimestamp__ = 'Sat Oct 20 10:08:44 2007'
-__CHEETAH_src__ = 'skeleton.tmpl'
-__CHEETAH_srcLastModified__ = 'Sat Oct 20 10:08:36 2007'
-__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
-
-if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
- raise AssertionError(
- 'This template was compiled with Cheetah version'
- ' %s. Templates compiled before version %s must be recompiled.'%(
- __CHEETAH_version__, RequiredCheetahVersion))
-
-##################################################
-## CLASSES
-
-class skeleton(functions):
-
- ##################################################
- ## CHEETAH GENERATED METHODS
-
-
- def __init__(self, *args, **KWs):
-
- functions.__init__(self, *args, **KWs)
- if not self._CHEETAH__instanceInitialized:
- cheetahKWArgs = {}
- allowedKWs = 'searchList namespaces filter filtersLib errorCatcher'.split()
- for k,v in KWs.items():
- if k in allowedKWs: cheetahKWArgs[k] = v
- self._initCheetahInstance(**cheetahKWArgs)
-
-
- def full_body(self, **KWS):
-
-
-
- ## CHEETAH: generated from #def full_body at line 4, col 1.
- trans = KWS.get("trans")
- if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
- trans = self.transaction # is None unless self.awake() was called
- if not trans:
- trans = DummyTransaction()
- _dummyTrans = True
- else: _dummyTrans = False
- write = trans.response().write
- SL = self._CHEETAH__searchList
- _filter = self._CHEETAH__currentFilter
-
- ########################################
- ## START - generated method body
-
- write('''<!DOCTYPE html
-PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head><title>''')
- _v = VFFSL(SL,"title",True) # '$title' on line 9, col 14
- if _v is not None: write(_filter(_v, rawExpr='$title')) # from line 9, col 14.
- write('''</title>
- <link href="static/favicon.ico" type="image/x-icon" rel="shortcut icon">
- <link rel="stylesheet" href="static/style.css" type="text/css" />
- <link rel="stylesheet" href="static/layout.css" type="text/css" media="screen" />
- <script type="text/javascript" src="static/prototype.js"></script>
- <script type="text/javascript">
-var helpWin = null;
-function closeWin(){
-\tif (helpWin != null){
-\t\tif(!helpWin.closed)
-\t\t\thelpWin.close();
-\t}
-}
-
-function helppopup(name){
- closeWin()
- helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "Help",
-"status, height = 300, width = 400");
- if (window.focus){helpWin.focus();}
- return false;
-}
-</script>
-</head>
-<body id="body">
-
-<div id="err">
-''')
- if VFFSL(SL,"varExists",False)('error_text'): # generated from line 35, col 1
- write('''<p>STDERR:</p><pre>''')
- _v = VFFSL(SL,"error_text",True) # '$error_text' on line 36, col 20
- if _v is not None: write(_filter(_v, rawExpr='$error_text')) # from line 36, col 20.
- write('''</pre>
-''')
- write('''</div>
-
-''')
- if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 40, col 1
- write('''<p>[You are logged in as ''')
- _v = VFFSL(SL,"user.username",True) # '$user.username' on line 41, col 26
- if _v is not None: write(_filter(_v, rawExpr='$user.username')) # from line 41, col 26.
- write('''.]</p>
-
-<div class="navigation">
-<p><a href="list">List</a>
-''')
- if VFFSL(SL,"varExists",False)('machine'): # generated from line 45, col 1
- write('''<a href="info?machine_id=''')
- _v = VFFSL(SL,"machine.machine_id",True) # '$machine.machine_id' on line 46, col 26
- if _v is not None: write(_filter(_v, rawExpr='$machine.machine_id')) # from line 46, col 26.
- write('''">Info</a>
-<a href="vnc?machine_id=''')
- _v = VFFSL(SL,"machine.machine_id",True) # '$machine.machine_id' on line 47, col 25
- if _v is not None: write(_filter(_v, rawExpr='$machine.machine_id')) # from line 47, col 25.
- write('''">Console</a>
-''')
- write('''<a href="help">Help</a></p>
-''')
- write('''</div>
-
-<div id="loadingnotice" class="loadingnotice">LOADING</div>
-<div id="result" class="result">
-''')
- if VFFSL(SL,"varExists",False)('result'): # generated from line 55, col 1
- _v = VFFSL(SL,"result",True) # '$result' on line 56, col 1
- if _v is not None: write(_filter(_v, rawExpr='$result')) # from line 56, col 1.
- write('''
-''')
- write('''</div>
-
-''')
- _v = VFFSL(SL,"body",True) # '$body' on line 60, col 1
- if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 60, col 1.
- write('''
-''')
- if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 61, col 1
- write('''<hr />
-Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
-''')
- write('''</body>
-</html>
-''')
-
- ########################################
- ## END - generated method body
-
- return _dummyTrans and trans.response().getvalue() or ""
-
-
- def writeBody(self, **KWS):
-
-
-
- ## CHEETAH: main method generated for this template
- trans = KWS.get("trans")
- if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
- trans = self.transaction # is None unless self.awake() was called
- if not trans:
- trans = DummyTransaction()
- _dummyTrans = True
- else: _dummyTrans = False
- write = trans.response().write
- SL = self._CHEETAH__searchList
- _filter = self._CHEETAH__currentFilter
-
- ########################################
- ## START - generated method body
-
- write('''
-''')
-
- ########################################
- ## END - generated method body
-
- return _dummyTrans and trans.response().getvalue() or ""
-
- ##################################################
- ## CHEETAH GENERATED ATTRIBUTES
-
-
- _CHEETAH__instanceInitialized = False
-
- _CHEETAH_version = __CHEETAH_version__
-
- _CHEETAH_versionTuple = __CHEETAH_versionTuple__
-
- _CHEETAH_genTime = __CHEETAH_genTime__
-
- _CHEETAH_genTimestamp = __CHEETAH_genTimestamp__
-
- _CHEETAH_src = __CHEETAH_src__
-
- _CHEETAH_srcLastModified = __CHEETAH_srcLastModified__
-
- _mainCheetahMethod_for_skeleton= 'writeBody'
-
-## END CLASS DEFINITION
-
-if not hasattr(skeleton, '_initCheetahAttributes'):
- templateAPIClass = getattr(skeleton, '_CHEETAH_templateClass', Template)
- templateAPIClass._addCheetahPlumbingCodeToClass(skeleton)
-
-
-# CHEETAH was developed by Tavis Rudd and Mike Orr
-# with code, advice and input from many other volunteers.
-# For more information visit http://www.CheetahTemplate.org/
-
-##################################################
-## if run from command line:
-if __name__ == '__main__':
- from Cheetah.TemplateCmdLineIface import CmdLineIface
- CmdLineIface(templateObj=skeleton()).run()
-
-