X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/61154617919ca57b6f1d4bed02aa9847ef14232a..880cccfcec2b9d02c9f1021aff834ca7b2af0b39:/code/templates/skeleton.tmpl diff --git a/code/templates/skeleton.tmpl b/code/templates/skeleton.tmpl index f3983ef..e71348c 100644 --- a/code/templates/skeleton.tmpl +++ b/code/templates/skeleton.tmpl @@ -6,7 +6,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> -<head><title>$title — SIPB Virtual Servers</title> +<head><title>$title — XVM</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" /> @@ -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 @@ -63,12 +66,14 @@ $result </div> #if not $varExists('simple') or not $simple -<h1>$title — SIPB Virtual Servers</h1> +<h1>$title — XVM</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>