Index: trunk/web/templates/layout.css
===================================================================
--- trunk/web/templates/layout.css	(revision 181)
+++ 	(revision )
@@ -1,12 +1,0 @@
-html {
-    background: #529;
-    padding: .75em;
-}
-body {
-    position: relative;
-    max-width: 66em;
-    margin: 0 auto;
-    padding: 1em;
-    border: 1px solid black;
-    background: #fff;
-}
Index: trunk/web/templates/main.py
===================================================================
--- trunk/web/templates/main.py	(revision 181)
+++ trunk/web/templates/main.py	(revision 182)
@@ -798,6 +798,4 @@
     connect('postgres://sipb-xen@sipb-xen-dev/sipb_xen')
     operation = os.environ.get('PATH_INFO', '')
-#    print 'Content-Type: text/plain\n'
-#    print operation
     if not operation:
         print "Status: 301 Moved Permanently"
Index: trunk/web/templates/skeleton.py
===================================================================
--- trunk/web/templates/skeleton.py	(revision 181)
+++ trunk/web/templates/skeleton.py	(revision 182)
@@ -34,8 +34,8 @@
 __CHEETAH_version__ = '2.0rc8'
 __CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)
-__CHEETAH_genTime__ = 1191828896.641397
-__CHEETAH_genTimestamp__ = 'Mon Oct  8 03:34:56 2007'
+__CHEETAH_genTime__ = 1192021085.1185451
+__CHEETAH_genTimestamp__ = 'Wed Oct 10 08:58:05 2007'
 __CHEETAH_src__ = 'skeleton.tmpl'
-__CHEETAH_srcLastModified__ = 'Mon Oct  8 03:34:52 2007'
+__CHEETAH_srcLastModified__ = 'Wed Oct 10 08:56:40 2007'
 __CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
 
@@ -90,7 +90,6 @@
         write('''</title>
   <link href="/static/favicon.ico" type="image/x-icon" rel="shortcut icon">
-  <style media="screen" type="text/css">
-    @import "static/css/all.css";
-  </style>
+  <link rel="stylesheet" href="/svn/style.css" type="text/css" />
+  <link rel="stylesheet" href="/svn/layout.css" type="text/css" media="screen" />
   <script type="text/javascript">
 var helpWin = null;
@@ -104,5 +103,5 @@
 function helppopup(name){
    closeWin()
-   helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "HMMTHelp",
+   helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "Help",
 "status, height = 300, width = 400");
    if (window.focus){helpWin.focus();}
@@ -113,15 +112,15 @@
 <body>
 ''')
-        if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 26, col 1
+        if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 25, col 1
             write('''<p>[You are logged in as ''')
-            _v = VFFSL(SL,"user.username",True) # '$user.username' on line 27, col 26
-            if _v is not None: write(_filter(_v, rawExpr='$user.username')) # from line 27, col 26.
+            _v = VFFSL(SL,"user.username",True) # '$user.username' on line 26, col 26
+            if _v is not None: write(_filter(_v, rawExpr='$user.username')) # from line 26, col 26.
             write('''.]</p>
 ''')
-        _v = VFFSL(SL,"body",True) # '$body' on line 29, col 1
-        if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 29, col 1.
+        _v = VFFSL(SL,"body",True) # '$body' on line 28, col 1
+        if _v is not None: write(_filter(_v, rawExpr='$body')) # from line 28, col 1.
         write('''
 ''')
-        if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 30, col 1
+        if not VFFSL(SL,"varExists",False)('simple') or not VFFSL(SL,"simple",True): # generated from line 29, col 1
             write('''<hr />
 Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
Index: trunk/web/templates/skeleton.tmpl
===================================================================
--- trunk/web/templates/skeleton.tmpl	(revision 181)
+++ trunk/web/templates/skeleton.tmpl	(revision 182)
@@ -2,6 +2,6 @@
 <head><title>$title</title>
   <link href="/static/favicon.ico" type="image/x-icon" rel="shortcut icon">
-  <link rel="stylesheet" href="/svn/style.css" type="text/css" />
-  <link rel="stylesheet" href="/svn/layout.css" type="text/css" media="screen" />
+  <link rel="stylesheet" href="/static/style.css" type="text/css" />
+  <link rel="stylesheet" href="/static/layout.css" type="text/css" media="screen" />
   <script type="text/javascript">
 var helpWin = null;
Index: trunk/web/templates/static/VncViewer.jar
===================================================================
--- trunk/web/templates/static/VncViewer.jar	(revision 182)
+++ trunk/web/templates/static/VncViewer.jar	(revision 182)
@@ -0,0 +1,1 @@
+link ../../../vnc/vnc_javasrc/VncViewer.jar
Index: trunk/web/templates/static/layout.css
===================================================================
--- trunk/web/templates/static/layout.css	(revision 182)
+++ trunk/web/templates/static/layout.css	(revision 182)
@@ -0,0 +1,12 @@
+html {
+    background: #529;
+    padding: .75em;
+}
+body {
+    position: relative;
+    max-width: 66em;
+    margin: 0 auto;
+    padding: 1em;
+    border: 1px solid black;
+    background: #fff;
+}
Index: trunk/web/templates/static/style.css
===================================================================
--- trunk/web/templates/static/style.css	(revision 182)
+++ trunk/web/templates/static/style.css	(revision 182)
@@ -0,0 +1,68 @@
+h1 {
+    border-bottom: 1px dashed black;
+    margin-top: 0;
+    overflow: auto;
+}
+h1, h2, h3, h4, h5, h6 {
+    font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
+    font-weight: bold;
+    color: #529;
+}
+kbd, dt {
+    font-weight: bold;
+}
+html {
+    font-size: 87.5%;
+}
+body {
+    font-family: Tahoma, Sans, sans-serif;
+}
+pre, code, samp, kbd, tt {
+    font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
+    font-size: 100%;
+}
+#logo {
+    float: right;
+    margin: -1em -1em 0 0;
+}
+#logo img {
+    border: none;
+}
+p, li {
+    line-height: 1.5em;
+}
+.long li, .long dd {
+    margin-bottom: .5em;
+}
+pre {
+    background: #f6f6f6;
+    border: 1px solid #ddd;
+    padding: .125em;
+    line-height: 1.25em;
+}
+.note {
+    border: 1px solid #eea;
+    background: #ffd;
+    padding: .25em;
+}
+a:link, a:visited {
+    text-decoration: none;
+}
+a:link:hover, a:visited:hover {
+    text-decoration: underline;
+}
+var {
+    color: #090;
+}
+.index h1 tt {
+    font-size: 83%;
+}
+.index table {
+    border-collapse: collapse;
+}
+.index table td {
+    padding: 0 0.5em;
+}
+.index table td a {
+    font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
+}
Index: trunk/web/templates/style.css
===================================================================
--- trunk/web/templates/style.css	(revision 181)
+++ 	(revision )
@@ -1,68 +1,0 @@
-h1 {
-    border-bottom: 1px dashed black;
-    margin-top: 0;
-    overflow: auto;
-}
-h1, h2, h3, h4, h5, h6 {
-    font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
-    font-weight: bold;
-    color: #529;
-}
-kbd, dt {
-    font-weight: bold;
-}
-html {
-    font-size: 87.5%;
-}
-body {
-    font-family: Tahoma, Sans, sans-serif;
-}
-pre, code, samp, kbd, tt {
-    font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
-    font-size: 100%;
-}
-#logo {
-    float: right;
-    margin: -1em -1em 0 0;
-}
-#logo img {
-    border: none;
-}
-p, li {
-    line-height: 1.5em;
-}
-.long li, .long dd {
-    margin-bottom: .5em;
-}
-pre {
-    background: #f6f6f6;
-    border: 1px solid #ddd;
-    padding: .125em;
-    line-height: 1.25em;
-}
-.note {
-    border: 1px solid #eea;
-    background: #ffd;
-    padding: .25em;
-}
-a:link, a:visited {
-    text-decoration: none;
-}
-a:link:hover, a:visited:hover {
-    text-decoration: underline;
-}
-var {
-    color: #090;
-}
-.index h1 tt {
-    font-size: 83%;
-}
-.index table {
-    border-collapse: collapse;
-}
-.index table td {
-    padding: 0 0.5em;
-}
-.index table td a {
-    font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
-}
