Moved sipb-xen-www into a package
[invirt/packages/invirt-web.git] / templates / skeleton.tmpl
diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl
deleted file mode 100644 (file)
index bc2f931..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<html>
-<head><title>$title</title>
-  <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(){
-       if (helpWin != null){
-               if(!helpWin.closed)
-                       helpWin.close();
-       }
-}
-
-function helppopup(name){
-   closeWin()
-   helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "Help",
-"status, height = 300, width = 400");
-   if (window.focus){helpWin.focus();}
-   return false;
-}
-</script>
-</head>
-<body>
-#if not $varExists('simple') or not $simple
-<p>[You are logged in as $user.username.]</p>
-#end if
-$body
-#if not $varExists('simple') or not $simple
-<hr />
-Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
-#end if
-</body>
-</html>