NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/Interactive_Map/trunk/Interactive_Map/htdocs/static.html

Revision 19 (checked in by jcleary, 17 years ago)

Last code checkout from earlier SVN instance

Line 
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4
5 <head>
6
7 <title>NCCOOS Static Coastal Viewer</title>
8
9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
10
11
12
13 <cwc2 type="SharedResource" name="WaitImage">
14
15     <waitimage language="en-CA" waitimage="images/spinner.gif" waitimagewidth="216" waitimageheight="50"/>
16
17     <waitimage language="fr-CA" waitimage="images/spinner_f.gif" waitimagewidth="216" waitimageheight="50"/>
18
19 </cwc2>
20
21 <cwc2 type="SelectLayers" />
22
23
24
25 <script language="JavaScript" type="text/javascript">
26
27 function myOnLoad()
28
29 {
30
31   CWC2OnLoadFunction()
32
33 }
34
35 </script>
36
37 <script language="JavaScript" type="text/JavaScript">
38
39 <!--
40
41 function MM_reloadPage(init) {  //reloads the window if Nav4 resized
42
43   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
44
45     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
46
47   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
48
49 }
50
51 MM_reloadPage(true);
52
53 //-->
54
55 </script>
56
57 <link href="static.css" rel="stylesheet" type="text/css">
58
59 </head>
60
61
62
63 <body onLoad="myOnLoad()">
64
65 <form method="post">
66
67
68
69 <input type="hidden" name="TopTabsLayerActive" value="[$TopTabsLayerActive$]">
70
71 <input type="hidden" name="SideTabsLayerActive" value="[$SideTabsLayerActive$]">
72
73
74
75 <!-- SESSIONEXPIRED -->
76
77 <cwc2 type="SessionExpired" text="Your session has expired.">
78
79 </cwc2>
80
81 </div>
82
83
84
85
86
87 <div id="OtherToolsLayer" name="OtherToolsLayer">
88
89   <table width="99%" border="0" cellspacing="4" cellpadding="0">
90
91    
92
93    [#tools_enhanced_static.html#]
94
95
96
97   </table>
98
99 </div>
100
101
102
103 <div id="MainMapLayer" name="MainMapLayer">                                                                                                       
104
105 <!-- MapDHTML  -->
106
107 <cwc2 type="MapDHTML" visible="true" allowresize="true" width="758" height="550" marqueecolor="FF3333" marqueewidth="2"
108
109 minscale="1"/>                                                                                                                                     
110
111 </div>
112
113
114
115
116
117 <!-- include the javascript code that manages the DHTML layers -->
118
119 <script language="JavaScript" src="static.js" type="text/javascript"></script>
120
121
122
123 </form>
124
125 </body>
126
127 </html>
128
Note: See TracBrowser for help on using the browser.