~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to help/index.php

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
 
<html>
3
 
        <head>
4
 
                <title>Helioviewer > Help</title>
5
 
                <link rel="shortcut icon" href="../favicon.ico">
6
 
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
 
                <meta name="description" content="Helioviewer Help">
8
 
                <meta name="keywords" content="Helioviewer, help, hv, jpeg 2000, jp2, solar image viewer, sun, solar, heliosphere, solar physics, viewer, visualization, space, astronomy, SOHO, EIT, LASCO, SDO, MDI, coronagraph, ">
9
 
 
10
 
        <!-- YUI CSS Reset -->
11
 
                <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.7.0/build/reset-fonts/reset-fonts.css"> 
12
 
 
13
 
                <!-- jQuery -->
14
 
                <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
15
 
                <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js" type="text/javascript"></script>
16
 
                <script src="../lib/jquery/jquery-tooltip/jquery.tooltip.js" type="text/javascript"></script>
17
 
 
18
 
                <link rel="stylesheet" href="../lib/jquery/jquery.ui-1.7.1/css/dot-luv-modified/jquery-ui-1.7.1.custom.css" type="text/css" />  
19
 
        
20
 
                <!-- Helioviewer.org custom styles -->
21
 
                <link rel="stylesheet" type="text/css" href="../styles/main.css">
22
 
                <link rel="stylesheet" type="text/css" href="../styles/dialogs.css">
23
 
                <link rel="stylesheet" type="text/css" href="../styles/tooltips.css">
24
 
                
25
 
                <!-- Theme Modifications -->
26
 
                <link rel="stylesheet" type="text/css" href="../styles/dot-luv.css">
27
 
        
28
 
        <style type="text/css">
29
 
            body {
30
 
            }
31
 
            
32
 
            #help-outer-container {
33
 
                margin-left: auto;
34
 
                margin-right: auto;
35
 
                text-align: center;
36
 
                width: 80%;
37
 
                height: 98%;
38
 
                position: relative;
39
 
            }
40
 
            
41
 
            #help-title {
42
 
                height: 90px;
43
 
                text-align: left;
44
 
            }
45
 
            #help-nav-menu {
46
 
                background-image: url(../images/blackGlass/transparentBG50.png);
47
 
                border: 1px solid #262424;
48
 
                width:150px;
49
 
                height: 200px;
50
 
                margin-right: 10%;
51
 
               -moz-border-radius: 5%;
52
 
                float: left;
53
 
            }
54
 
            #help-contents {
55
 
                background-image: url(../images/blackGlass/transparentBG50.png);
56
 
                color: white;
57
 
                -moz-border-radius: 1%;
58
 
                border: 1px solid #262424;
59
 
                height: 85%;
60
 
                width:60%;
61
 
                position: absolute;
62
 
                left: 160px;
63
 
                width: 79%;
64
 
                
65
 
            }
66
 
            
67
 
            #help-nav-menu-list {
68
 
                color: white;
69
 
                text-align: left;
70
 
                line-height: 200%;
71
 
                font-size: 1.0em;
72
 
                margin-top:10px;
73
 
                margin-left: 30px;
74
 
                list-style-type: upper-roman;
75
 
            } 
76
 
            
77
 
            #help-nav-menu-list li {
78
 
                list-style-type: upper-roman;
79
 
            }
80
 
            
81
 
            a.light {
82
 
                color: white;
83
 
            }
84
 
        </style>
85
 
    </head>
86
 
    
87
 
    <body>
88
 
        <div id="help-outer-container">
89
 
            <!-- Title -->
90
 
            <div id="help-title">
91
 
                <img style="float: left; margin-top: 10px; margin-left: 150px;" src="../images/logos/about.png" alt="Helioviewer.org Logo"/>
92
 
                <h1 style="position: relative; top: 32px; font-size: 2.8em; color: #262424; font-family: arial, verdana, sans-serif; ">Help</h1>
93
 
            </div>
94
 
            
95
 
            <!-- Menu -->
96
 
            <div id="help-nav-menu">
97
 
                <ul id="help-nav-menu-list">
98
 
                    <li><a class="light">Getting Started</a></li>
99
 
                    <li><a class="light">Basic Usage</a></li>
100
 
                    <li><a class="light">Images</a></li>
101
 
                    <li><a class="light">Features & Events</a></li>
102
 
                    <li><a class="light">Time Navigation</a></li>
103
 
                    <li><a class="light">Movies</a></li>
104
 
                    <li><a class="light">Advanced</a></li>
105
 
                </ul>
106
 
            </div>
107
 
            
108
 
            <!-- Contents -->
109
 
            <div id="help-contents">
110
 
                // Add brief intro and screencast here, lead into & link to next section...
111
 
            </div>        
112
 
        </div>
113
 
    </body>
114
 
</html>      
 
 
b'\\ No newline at end of file'