projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
TURBOYAML!!1
[invirt/packages/invirt-web.git]
/
code
/
templates
/
skeleton.tmpl
diff --git
a/code/templates/skeleton.tmpl
b/code/templates/skeleton.tmpl
index
f3983ef
..
a83d42d
100644
(file)
--- a/
code/templates/skeleton.tmpl
+++ b/
code/templates/skeleton.tmpl
@@
-29,7
+29,11
@@
function helppopup(name){
}
</script>
</head>
}
</script>
</head>
-<body id="body">
+<body id="body"
+#if hasattr($self, 'pageclass'):
+ class="$pageclass"
+#end if
+ >
#if False
<div>
#if False
<div>
@@
-55,7
+59,6
@@
function helppopup(name){
<li><a href="help">Help</a></ul></li>
</ul>
#end if
<li><a href="help">Help</a></ul></li>
</ul>
#end if
-
<div id="result" class="result">
#if $varExists('result')
$result
<div id="result" class="result">
#if $varExists('result')
$result
@@
-65,10
+68,12
@@
$result
#if not $varExists('simple') or not $simple
<h1>$title — SIPB Virtual Servers</h1>
#end if
#if not $varExists('simple') or not $simple
<h1>$title — SIPB Virtual Servers</h1>
#end if
+#filter None
$body
$body
+#end filter
#if not $varExists('simple') or not $simple
<hr />
#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>
#end if
</body>
</html>