And another one.
[invirt/packages/invirt-web.git] / templates / skeleton.tmpl
index 3a5b8e2..bdd8cf2 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(){
@@ -15,7 +14,7 @@ function closeWin(){
 
 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();}
    return false;