Webpages 9810 series - User manual
155 7EN05-0390-08
Line # Description
1
SampleMonitorPane.html
The HTML filename, including the HTML extension (.html). This filename must comply with SFTP
filename requirements (no spaces or special characters). The filename (without the HTML extension) is
the name shown on the webpage menu.
4
<h3 target="sample-readings">
This creates the first webpage content pane. “sample-readings” is the name of the webpage content.
This name must be unique.
$%localizedString(Basic Readings)#$</h3>
Basic Readings is the title of the webpage content pane. This title is translated if possible.
5
<div id="sample-readings">
This must match the name of the webpage content in line 4.
9
<th>$%localizedString(Minimum)#$</th>
Minimum is the heading for the first column. This heading is translated if possible.
10
<th>$%localizedString(Present)#$</th>
Present is the heading for the second column. This heading is translated if possible.
11
<th>$%localizedString(Maximum)#$</th>
Maximum is the heading for the last column. This heading is translated if possible.
14
<td>$%localizedString(I a)#$
I a is the row heading. This heading is translated if possible.
<span unitsreg="I a"></span></td>
This displays the units that the meter has defined for the named register I a.
15
<td regname="I a mn"></td>
This displays the instantaneous value of the named register I a mn.
16
<td regname="I a"></td>
This displays the instantaneous value of the named register I a.
17
<td regname="I a mx"></td>
This displays the instantaneous value of the named register I a mx.
Sample webpage data viewing content description