source: ether_visual/trunk/form_legends.jsp

Last change on this file was 17, checked in by cbipsl, 18 years ago

ajout V3

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1<%
2if (graph_sel.equals(DOT_PLOT) || graph_sel.equals(CONTOUR)) {%>
3<tr>
4<td>
5<table border="0" cellpadding="2" cellspacing="2" width="800">
6<tr><td colspan=3 class='rubrique'><b>LEGENDS SET-UP</b></td></tr>
7<tr>
8        <td nowrap align="right" class="<%if (!file_type_abs.equals("densite")) { out.write(class_ho); } else {out.write(class_time); }%>">Title</td>
9        <td nowrap><input type="text" name="ftitle" size="80" maxsize="300" value="<%=ftitle%>" onChange="updateOverview();" <%if (!file_type_abs.equals("densite")) { out.write(dis_ho); } else {out.write(dis_time); }%>></td>
10        <td class="normal" width="100%"><i>Advanced Settings</i>&nbsp;&nbsp;<a href="Javascript:Newfen('pop_up6.jsp','pop_up6','800','450')"><img src="Icons/infos.gif" width="17" height="17" border="0" align="absmiddle"></a></td>
11
12</tr>
13<tr>
14        <td class="ssrubrique" nowrap align="left">Colour Bar Legend</td>
15        <td colspan=2 width="100%"><input type="text" name="colour_bar_title" size="80" maxsize="150" value="<%=colour_bar_title%>" <%=dis_time%>></td>
16</tr>
17</table>
18</td>
19</tr>
20<%}
21else {%>
22<tr>
23<td>
24<table border="0" cellpadding="2" cellspacing="2" width="800">
25<tr><td colspan=3 class='rubrique'><b>LEGENDS SET-UP</b></td></tr>
26<tr>
27        <td nowrap align="right" class="<%if (!file_type_abs.equals("densite")) { out.write(class_ho); } else {out.write(class_time); }%>">Title</td>
28        <td nowrap><input type="text" name="ftitle" size="80" maxsize="300" value="<%=ftitle%>" onChange="updateOverview();" <%if (!file_type_abs.equals("densite")) { out.write(dis_ho); } else {out.write(dis_time); }%>></td>
29        <td class="normal" width="100%">&nbsp;<input type="hidden" name="colour_bar_title" size="80" maxsize="150" value="<%=colour_bar_title%>"></td>
30</tr>
31</table>
32</td>
33</tr>
34<%}%>
35
Note: See TracBrowser for help on using the repository browser.