Changeset 422
- Timestamp:
- Apr 16, 2008, 10:59:48 PM (17 years ago)
- Location:
- trunk/packages/sipb-xen-www/code/templates
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/templates/command.tmpl
r144 r422 8 8 9 9 #def body 10 <h1>Command successful</h1>11 10 <p>$command ${machine.name} was successful.</p> 12 11 #if $command == "Delete VM" or True -
trunk/packages/sipb-xen-www/code/templates/create.tmpl
r134 r422 7 7 8 8 #def body 9 <h1>Created</h1>10 9 #if $machine 11 10 <p>Congratulations! You have a new machine named ${machine.name}.</p> -
trunk/packages/sipb-xen-www/code/templates/error.tmpl
r153 r422 7 7 8 8 #def body 9 <h1>ERROR</h1>10 11 9 <p>$errorMessage in operation $op. This shouldn't happen! Please 12 10 email sipb-xen@mit.edu to explain how it happened. Stderr:</p> -
trunk/packages/sipb-xen-www/code/templates/help.tmpl
r187 r422 13 13 #def body 14 14 #if not $simple 15 <h1>Help</h1>16 15 <p>Topics: 17 16 #for $key in sorted($mapping) -
trunk/packages/sipb-xen-www/code/templates/info.tmpl
r301 r422 87 87 88 88 #def body 89 <h1>Info</h1>90 89 <div id="info"> 91 90 $infoTable() -
trunk/packages/sipb-xen-www/code/templates/invalid.tmpl
r153 r422 3 3 4 4 #def title 5 Invalid input5 Invalid Input 6 6 #end def 7 7 8 8 #def body 9 <h1>Invalid Input</h1>10 9 <p>Your input was bad:</p> 11 10 <table> -
trunk/packages/sipb-xen-www/code/templates/list.tmpl
r418 r422 4 4 5 5 #def title 6 List of your VMs 6 VM List 7 7 #end def 8 8 -
trunk/packages/sipb-xen-www/code/templates/skeleton.tmpl
r419 r422 7 7 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 8 8 <html> 9 <head><title>$title </title>9 <head><title>$title — SIPB Virtual Servers</title> 10 10 <link href="static/favicon.ico" type="image/x-icon" rel="shortcut icon"> 11 11 <link rel="stylesheet" href="static/style.css" type="text/css" /> … … 63 63 </div> 64 64 65 #if not $varExists('simple') or not $simple 66 <h1>$title — SIPB Virtual Servers</h1> 67 #end if 65 68 $body 66 69 #if not $varExists('simple') or not $simple -
trunk/packages/sipb-xen-www/code/templates/vnc.tmpl
r341 r422 7 7 8 8 #def body 9 <h1>Console to ${machine.name}</h1>10 9 #if not $on 11 10 <p> Your machine appears to be off.</p>
Note: See TracChangeset
for help on using the changeset viewer.