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

root/Interactive_Map/trunk/Interactive_Map/htdocs/tools_enhanced.html

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

Last code checkout from earlier SVN instance

Line 
1 <br>
2
3     <tr>
4
5       <!-- MAPSIZE -->
6
7       <td><cwc2 type="MapSize" visible="false" styleresource="TextButtons" popupstyleresource="TextButtons"
8
9 Embedded="false"
10
11 PopupWidth="480" PopupHeight="240" Toolbar="false" Status="false" Menubar="false" Image="icons/icon_mapsize.png" ImageTip="Set Map Size" Label="Map Size">
12
13         <mapsize label="small" width="400" height="300"/>
14
15         <mapsize label="medium" width="578" height="450"/>
16
17         <mapsize label="large" width="578" height="578"/>
18
19         <mapsize label="custom ..." width="custom" height="custom"/>
20
21         <image state="normal"/>
22
23         <image state="selected"/>
24
25         <image state="hover"/>
26
27       </CWC2>     
28
29       </td>
30
31     </tr>
32
33     <tr>
34
35         <!-- MAPTIPS -->
36
37     <td><cwc2 type="MapTips" layer="Observation MouseOvers" attributes="STATION_ID,TIMESTAMP,AIR_TEMP,WIND_SPEED,SEA_TEMP,WATERLEVEL,SURFC_CURR"
38
39 defaulttext="&nbsp;" tolerance="4" maptipsdiv="MapTipsLayer" label="Map Tips" image="images/icon_maptips.png" styleresource="TextButtons" popupstyleresource="TextButtons"
40
41 popupwidth="550" popupheight="475" toolbar="false" status="false" menubar="false" visible="false">
42
43               <image state="normal"/>
44
45               <image state="selected"/>
46
47               <image state="hover"/>
48
49           </cwc2>
50
51       </td>
52
53     </tr> 
54
55   <tr>
56
57       <!-- PRINTWIDGET -->
58
59       <td><cwc2 type="PrintProduction" image="icons/icon_print.png" styleresource="TextButtons" 
60
61 popupstyleresource="TextButtons" PopupWidth="500" PopupHeight="550" Toolbar="false" Status="true" Menubar="false" 
62
63 Visible="true" template="legend_template.html" ImageTip="Download printable image" Label="Print">
64
65         <image state="normal"/>
66
67         <image state="selected"/>
68
69         <image state="hover"/>
70
71       </cwc2>
72
73       </td>
74
75     </tr>
76
77     <tr>
78
79       <!-- PROJECTIONSELECTOR -->
80
81       <td><cwc2 TYPE="ProjectionSelector" styleresource="TextButtons"  popupstyleresource="TextButtons" PopupWidth="460"
82
83 PopupHeight="215" Toolbar="false" Status="false" Menubar="false" Scrollbars="false"
84
85 visible="false" Image="icons/icon_projection.png" ImageTip="Change to a new Projection" Label="Projection">
86
87         <image state="normal"/>
88
89         <image state="selected"/>
90
91         <image state="hover"/>
92
93       </cwc2>
94
95       </td>
96
97     </tr>
98
Note: See TracBrowser for help on using the browser.