Meter webpages 9410 series
Line #
Sample HTML
64
</script>
65
</div>
Sample setup webpage content description
Line # Description
1
SampleSetupPane.html
The HTML filename, including the HTML extension (.html). This filename must comply with FTP filename conventions (no
spaces or special characters). The filename (without the HTML extension) is the name shown on the webpage menu.
4
<form id="formSampleSettings">
“formSampleSettings” is the name of the webpage content. This name must be unique
7
<h3 target="sample-basic">
This creates the first webpage content pane. “sample-basic” is the name of the webpage content. This name must be unique.
$%localizedString(Basic Settings)#$</h3>
Basic Settings is the title of the webpage content pane. This title is translated if possible.
8
<div id="sample-basic">
This must match the name of the webpage content in line 7.
15
<td>$%localizedString(Ethernet)#$</td>
Ethernet is the subheading. This heading is translated if possible.
19
<td>$%localizedString(MAC Address)#$</td>
MAC Address is the row heading. This heading is translated if possible.
20
<td regname="MAC Address"></td>
This displays the value of the read-only named register MAC Address.
23
<td>$%localizedString(Ethernet Device Name)#$</td>
Ethernet Device Name is the row heading. This heading is translated if possible.
24
<td><input name="Ethernet Device Name" type="text" /></td>
This displays the instantaneous value of the configurable named register Ethernet Device Name in a text-edit field.
The type must match the named register type, in this case, an alphanumeric string.
27
<td>$%localizedString(IP Address)#$</td>
IP Address is the row heading. This heading is translated if possible.
28
<td><input name="IP Address" type="text" /></td>
This displays the instantaneous value of the configurable named register IP Address in a text-edit field.
The type must match the named register type, in this case, an alphanumeric string.
34
<h3 target="sample-advanced">
This creates the second webpage content pane. Sample-advanced is the name of the webpage content. This name must be
unique.
$%localizedString(Advanced Settings)#$</h3>
Advanced Settings is the title of the webpage content pane. This title is translated if possible.
35
<div id="sample-advanced">
This must match the name of the webpage content in line 34.
42
<td>$%localizedString(TCP Keep Alive Minutes)#$</td>
TCP Keep Alive Minutes is the row heading. This heading is translated if possible.
43
<td><input type="text" name="TCP Keep Alive Minutes" class="small" />
This displays the instantaneous value of the configurable named register TCP Keep Alive Minutes in a text-edit field.
The type must match the named register type, in this case, an alphanumeric string.
<span unitsreg="TCP Keep Alive Minutes"></span></td>
This displays the units that the meter has defined for the named register TCP Keep Alive Minutes.
NOTE: There are no defined units for TCP Keep Alive Minutes, so no units are displayed.
46
<td>$%localizedString(Enable Web Server)#$</td>
7EN05-0336-03 117