diff options
Diffstat (limited to 'template/terms.st')
| -rw-r--r-- | template/terms.st | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/template/terms.st b/template/terms.st deleted file mode 100644 index d37a28c..0000000 --- a/template/terms.st +++ /dev/null @@ -1,65 +0,0 @@ -<html> - <head> - <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen"/> - <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen"/> - <script type="text/javascript" src="/static/js/win.js"></script> - <script type="text/javascript"> - -jQuery(function() -{ - jQuery('.scroll-pane').jScrollPane(); -}); - - - </script> - - <title>dump.fm</title> - $head()$ - </head> - <body style=" font-family: Arial, Helvetica, sans-serif; - background-color:#f0f9ff; - background-image:url(/static/img/fade-blue.png)!important; - background-repeat:repeat-x; - background-position:top; -background-attachment:fixed;" onload=" - javascript:CreateDropdownWindow('dump.fm', '360px', true, 'news', 20, 115); - javascript:CreateDropdownWindow('terms of service', '560px', true, 'archive', 420, 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/img/dumpclouds.png"><br><br> -<h5> -©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/html/terms.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="550px" height="500px"></iframe> - </div> - </div> - <div style="display:none;"id="link"> - - </div> - - </div> - </div> - </div> -<div id="hugescreen"><img src="/static/img/hugescreen.png"></div> - - <div id="footerc"> - $footer()$ - </div> - </body> -</html> |
