diff options
Diffstat (limited to 'template/help.st')
| -rw-r--r-- | template/help.st | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/template/help.st b/template/help.st index 9d8628e..9f78094 100644 --- a/template/help.st +++ b/template/help.st @@ -1,10 +1,10 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <link href="/static/pages.css" rel="stylesheet" type="text/css" media="screen"/> - <link href="/static/win.css" rel="stylesheet" type="text/css" media="screen"/> + <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/> + <link href="/static/css/win.css" rel="stylesheet" type="text/css" media="screen"/> <script type="text/javascript" src="/static/js/win.js"></script> - <script type="text/javascript" src="/static/jquery.em.js"></script> + <script type="text/javascript"> jQuery(function() @@ -20,7 +20,7 @@ jQuery(function() </head> <body style="font-family: Arial, Helvetica, sans-serif; background-color:#ffffee; - background-image:url(/static/chanbg.png); + background-image:url(/static/img/chanbg.png); background-repeat:repeat-x; background-position:1 10; background-attachment:fixed;" onload=" @@ -37,7 +37,7 @@ background-attachment:fixed;" onload=" <div style="overflow:hidden; height:600px; position:absolute;display:none;" id="news"> <div style="padding:0px;" id="content" name="content"> <div style="background-color:#fff"><center> -<img src="/static/dumpclouds.png"><br><br> +<img src="/static/img/dumpclouds.png"><br><br> <h5> ©2010 All Rights Reserved<br><br> <a href="mailto:info@dump.fm"> info@dump.fm</a> @@ -48,7 +48,7 @@ background-attachment:fixed;" onload=" <div style="padding:0px" id="content" name="content"> - <iframe src="/static/help.html" style="overflow-x:hidden; padding:5;background-image:url(/static/hearts.gif);background-repeat:repeat;" width="510px" height="500px"></iframe> + <iframe src="/static/help.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="510px" height="500px"></iframe> </div> </div> <div style="display:none;"id="link"> @@ -61,7 +61,7 @@ background-attachment:fixed;" onload=" </div> </div> </div> -<div id="hugescreen"><img src="/static/hugescreen.png"></div> +<div id="hugescreen"><img src="/static/img/hugescreen.png"></div> <div id="footer"> |
