summaryrefslogtreecommitdiff
path: root/template/terms.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/terms.st')
-rw-r--r--template/terms.st67
1 files changed, 65 insertions, 2 deletions
diff --git a/template/terms.st b/template/terms.st
index 29a41cc..6a409b5 100644
--- a/template/terms.st
+++ b/template/terms.st
@@ -1,7 +1,70 @@
<html>
<head>
- <title>Terms and Conditions</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('terms of service', '560px', 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/terms.html" style="overflow-x:hidden; padding:5;background-image:url(/static/hearts.gif);background-repeat:repeat;" width="550px" 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>