projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Create a static/ directory
[invirt/packages/invirt-web.git]
/
templates
/
skeleton.tmpl
diff --git
a/templates/skeleton.tmpl
b/templates/skeleton.tmpl
index
1ccea2e
..
bc2f931
100644
(file)
--- a/
templates/skeleton.tmpl
+++ b/
templates/skeleton.tmpl
@@
-1,9
+1,8
@@
<html>
<head><title>$title</title>
<link href="/static/favicon.ico" type="image/x-icon" rel="shortcut icon">
<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 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(){
<script type="text/javascript">
var helpWin = null;
function closeWin(){