Bigger applet
[invirt/packages/invirt-web.git] / templates / skeleton.tmpl
index 1ccea2e..1269786 100644 (file)
@@ -1,9 +1,8 @@
 <html>
 <head><title>$title</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 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" />
   <script type="text/javascript">
 var helpWin = null;
 function closeWin(){
@@ -25,6 +24,12 @@ function helppopup(name){
 <body>
 #if not $varExists('simple') or not $simple
 <p>[You are logged in as $user.username.]</p>
+<p><a href="list">List</a> 
+#if $varExists('machine')
+<a href="info?machine_id=$machine.machine_id">Info</a>
+<a href="vnc?machine_id=$machine.machine_id">Console</a>
+#end if
+<a href="help">Help</a></p>
 #end if
 $body
 #if not $varExists('simple') or not $simple