9410 series Meter webpages
Line #
Sample HTML
23
<td>$%localizedString(Ethernet Device Name)#$</td>
24
<td><input name="Ethernet Device Name" type="text" /></td>
25
</tr>
26
<tr class="minor">
27
<td>$%localizedString(IP Address)#$</td>
28
<td><input name="IP Address" type="text" /></td>
29
</tr>
30
</table>
31
32
</div>
33
34
<h3 target="sample-advanced">$%localizedString(Advanced Settings)#$</h3>
35
<div id="sample-advanced">
36
<table class="formtable" id="frameFormatDropdownContainer">
37
<tr>
38
<th> </th>
39
<th> </th>
40
</tr>
41
<tr>
42
<td>$%localizedString(TCP Keep Alive Minutes)#$</td>
43
<td><input type="text" name="TCP Keep Alive Minutes" class="small" /> <span unitsreg="TCP Keep Alive
Minutes"></span></td>
44
</tr>
45
<tr>
46
<td>$%localizedString(Enable Web Server)#$</td>
47
<td><select name="Enable Web Server"></select> </td>
48
</tr>
49
</table>
50
51
</div>
52
</div>
53
54
<input type="submit" class="apply" value='$%localizedString(Apply)#$' />
55
56
</form>
57
58
59
<script type="text/javascript">
60
61
SetupPane.init('formSampleSettings');
62
formChangeDetection.initFormChangeDetection('#formSampleSettings', '#dialogFormChanges');
63
116 7EN05-0336-03