1 #from functions import functions
6 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
7 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
9 <head><title>$title — SIPB Virtual Servers</title>
10 <link href="static/favicon.ico" type="image/x-icon" rel="shortcut icon">
11 <link rel="stylesheet" href="static/style.css" type="text/css" />
12 <link rel="stylesheet" href="static/layout.css" type="text/css" media="screen" />
13 <script type="text/javascript" src="static/prototype.js"></script>
14 <script type="text/javascript">
23 function helppopup(name){
25 helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "Help",
26 "status, height = 300, width = 400");
27 if (window.focus){helpWin.focus();}
33 #if hasattr($self, 'pageclass'):
40 <p>We are in the process of modifying the service. Things likely will not work.</p>
45 #if $varExists('error_text')
46 <p>STDERR:</p><pre>$error_text</pre>
50 #if not $varExists('simple') or not $simple
51 <p class="loggedin">Welcome, <span class="name">$user</span>.</p>
53 <ul class="navigation">
54 <li><a href="list">List</a></li>
55 #if $varExists('machine')
56 <li><a href="info?machine_id=$machine.machine_id">Info</a></li>
57 <li><a href="vnc?machine_id=$machine.machine_id">Console</a></li>
59 <li><a href="help">Help</a></ul></li>
63 <div id="result" class="result">
64 #if $varExists('result')
69 #if not $varExists('simple') or not $simple
70 <h1>$title — SIPB Virtual Servers</h1>
73 #if not $varExists('simple') or not $simple
75 Questions? Contact <a href="mailto:sipb-xen@mit.edu">sipb-xen@mit.edu</a>.