* Title with <h1> on VM list
* append 'SIPB Virtual Servers' to each title
* only write title once per page
svn path=/trunk/packages/sipb-xen-www/; revision=422
-<h1>Command successful</h1>
<p>$command ${machine.name} was successful.</p>
#if $command == "Delete VM" or True
<p><a href="list">Return</a></p>
<p>$command ${machine.name} was successful.</p>
#if $command == "Delete VM" or True
<p><a href="list">Return</a></p>
#if $machine
<p>Congratulations! You have a new machine named ${machine.name}.</p>
#else
#if $machine
<p>Congratulations! You have a new machine named ${machine.name}.</p>
#else
<p>$errorMessage in operation $op. This shouldn't happen! Please
email sipb-xen@mit.edu to explain how it happened. Stderr:</p>
<pre>$stderr</pre>
<p>$errorMessage in operation $op. This shouldn't happen! Please
email sipb-xen@mit.edu to explain how it happened. Stderr:</p>
<pre>$stderr</pre>
#def body
#if not $simple
#def body
#if not $simple
<p>Topics:
#for $key in sorted($mapping)
<a href="help?subject=$key">$key</a>
<p>Topics:
#for $key in sorted($mapping)
<a href="help?subject=$key">$key</a>
<div id="info">
$infoTable()
</div>
<div id="info">
$infoTable()
</div>
#extends skeleton
#def title
#extends skeleton
#def title
<p>Your input was bad:</p>
<table>
<tr><td>operation</td><td>Field</td><td>value</td><td>reason</td></tr>
<p>Your input was bad:</p>
<table>
<tr><td>operation</td><td>Field</td><td>value</td><td>reason</td></tr>
#end def
#def createTable()
#end def
#def createTable()
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
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 — 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" />
<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" />
+#if not $varExists('simple') or not $simple
+<h1>$title — SIPB Virtual Servers</h1>
+#end if
$body
#if not $varExists('simple') or not $simple
<hr />
$body
#if not $varExists('simple') or not $simple
<hr />
-<h1>Console to ${machine.name}</h1>
#if not $on
<p> Your machine appears to be off.</p>
#else if not $has_vnc
#if not $on
<p> Your machine appears to be off.</p>
#else if not $has_vnc