keep help page at a readable width
[invirt/packages/invirt-web.git] / code / templates / skeleton.tmpl
index c2d2396..e68c819 100644 (file)
@@ -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</title>
+<head><title>$title &mdash; SIPB Virtual Servers</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>
@@ -62,6 +66,9 @@ $result
 #end if
 </div>
 
+#if not $varExists('simple') or not $simple
+<h1>$title &mdash; SIPB Virtual Servers</h1>
+#end if
 $body
 #if not $varExists('simple') or not $simple
 <hr />