Apply a background color to every other VM, and move the power button to the left,
[invirt/packages/invirt-web.git] / code / templates / skeleton.tmpl
index f3983ef..273952a 100644 (file)
@@ -29,7 +29,11 @@ function helppopup(name){
 }
 </script>
 </head>
-<body id="body">
+<body id="body"
+#if hasattr($self, 'pageclass'):
+  class="$pageclass"
+#end if
+  >
 
 #if False
 <div>
@@ -52,10 +56,9 @@ function helppopup(name){
 <li><a href="info?machine_id=$machine.machine_id">Info</a></li>
 <li><a href="vnc?machine_id=$machine.machine_id">Console</a></li>
 #end if
-<li><a href="help">Help</a></ul></li>
+<li><a href="help">Help</a></li>
 </ul>
 #end if
-
 <div id="result" class="result">
 #if $varExists('result')
 $result
@@ -65,10 +68,12 @@ $result
 #if not $varExists('simple') or not $simple
 <h1>$title &mdash; SIPB Virtual Servers</h1>
 #end if
+#filter None
 $body
+#end filter
 #if not $varExists('simple') or not $simple
 <hr />
-Questions? Contact <a href="mailto:sipb-xen@mit.edu">sipb-xen@mit.edu</a>.
+Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>.
 #end if
 </body>
 </html>