source: ether_visual/trunk/form_ho.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.3 KB
Line 
1<%if (!file_type_abs.equals("densite") && (graph_sel.equals(CONTOUR) || graph_sel.equals(DOT_PLOT))) {%>
2<tr>
3<td>
4<table border="0" cellpadding="2" cellspacing="2" width="800">
5<tr><td class='<%=class_location%>'><b>HEIGHT OBSERVATION</b>&nbsp;<%=heightTexte%></td></tr>
6</table>
7</td>
8</tr>
9
10<table border="0" cellpadding="2" cellspacing="2" width="800">
11<tr>
12        <td nowrap class="<%=class_ho%>">Value</td>
13        <td nowrap><input type="text" name="observation_height" size="10" value="<%=observation_height%>" onChange="updateTitle('clear');updateOverview();"
14<%=dis_ho%>></td>
15        <td class="normal" width="10%">&nbsp;</td>
16        <td nowrap class="<%=class_ho%>">Vertical scale selected</td>
17        <td nowrap><input type="text" name="par_observation_height" value="<%=par_observation_height%>" size="45" disabled></td>
18        <td class="normal" width="10%">&nbsp;</td>
19        <td nowrap class="<%=class_ho%>">Units selected</td>
20        <td nowrap><input type="text" name="unit_observation_height" value="<%=sel_unit_ord%>" size="10" disabled></td>
21</tr>
22</table>
23<%}
24else {%>
25<input type="hidden" name="par_observation_height" value="">
26<input type="hidden" name="observation_height" value="<%=observation_height%>">
27<input type="hidden" name="unit_observation_height" value="">
28<%}%>
29
Note: See TracBrowser for help on using the repository browser.