Changeset 422 for trunk/packages/sipb-xen-www/code
- Timestamp:
- Apr 16, 2008, 10:59:48 PM (18 years ago)
- Location:
- trunk/packages/sipb-xen-www/code/templates
- Files:
- 
          - 9 edited
 
 - 
          command.tmpl (modified) (1 diff)
- 
          create.tmpl (modified) (1 diff)
- 
          error.tmpl (modified) (1 diff)
- 
          help.tmpl (modified) (1 diff)
- 
          info.tmpl (modified) (1 diff)
- 
          invalid.tmpl (modified) (1 diff)
- 
          list.tmpl (modified) (1 diff)
- 
          skeleton.tmpl (modified) (2 diffs)
- 
          vnc.tmpl (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/packages/sipb-xen-www/code/templates/command.tmplr144 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.tmplr134 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.tmplr153 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.tmplr187 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.tmplr301 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.tmplr153 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.tmplr418 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.tmplr419 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.tmplr341 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.
      
