summaryrefslogtreecommitdiff
path: root/template/help.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-03 23:39:25 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-03 23:39:25 -0500
commit85edaa5a10b6a8e3f96fb685c49b95187617f086 (patch)
tree1be7c696672570ac2e14ae4591dfc47dc1945f7f /template/help.st
parent8af42afceb087f4cb48670b6c9b3445fbcb388b8 (diff)
Removed getclicky, add template changes
Diffstat (limited to 'template/help.st')
-rw-r--r--template/help.st67
1 files changed, 65 insertions, 2 deletions
diff --git a/template/help.st b/template/help.st
index 0d41e21..6a4f150 100644
--- a/template/help.st
+++ b/template/help.st
@@ -1,7 +1,70 @@
<html>
<head>
- <title>Help</title>
+ <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"/>
+ <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()
+{
+ jQuery('.scroll-pane').jScrollPane();
+});
+
+
+ </script>
+
+ <title>dump.fm</title>
$head()$
</head>
- <body></body>
+ <body style="font-family: Arial, Helvetica, sans-serif;
+ background-color:#ffffee;
+ background-image:url(/static/chanbg.png);
+ background-repeat:repeat-x;
+ background-position:1 10;
+background-attachment:fixed;" onload="
+ javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 30, 115);
+ javascript:CreateDropdownWindow('frequently asked questions', '520px', true, 'archive', 450, 60);
+
+
+
+ ">
+ $banner()$
+
+
+
+
+ <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>
+<h5>
+&#169;2010 All Rights Reserved<br><br>
+<a href="mailto:info@dump.fm"> info@dump.fm</a>
+</center><br></div></h5>
+ </div></div>
+
+ <div style="display:none;"id="archive">
+ <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>
+ </div>
+ </div>
+ <div style="display:none;"id="link">
+ <div id="content" name="content">
+
+
+ </div>
+ </div>
+
+ </div>
+ </div>
+ </div>
+
+
+ <div id="footer">
+ $footer()$
+ </div>
+ </body>
</html>