2 <head><title>$title</title>
3 <link href="/static/favicon.ico" type="image/x-icon" rel="shortcut icon">
4 <link rel="stylesheet" href="/svn/style.css" type="text/css" />
5 <link rel="stylesheet" href="/svn/layout.css" type="text/css" media="screen" />
6 <script type="text/javascript">
15 function helppopup(name){
17 helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "Help",
18 "status, height = 300, width = 400");
19 if (window.focus){helpWin.focus();}
25 #if not $varExists('simple') or not $simple
26 <p>[You are logged in as $user.username.]</p>
29 #if not $varExists('simple') or not $simple
31 Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.