summaryrefslogtreecommitdiff
path: root/template/help.st
blob: e38bab7a66587a155620017bc3599453d7a1f129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<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', 30, 115);
 
                javascript:CreateDropdownWindow('frequently asked questions', '520px', true, 'archive', 440, 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>
&#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/html/help.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="510px" height="500px"name="iframe"></iframe>
    </div>
        </div> 
    <div style="display:none;"id="link">
	<div id="content" name="content"> 


    </div>
    </div>

    </div>
    </div>
    </div>
<div id="hugescreen"><img src="/static/img/hugescreen.png"></div>
  
  
          <div id="footerc">
	  $footer()$
	</div>
  </body>
</html>