Troubleshooting guide

TD 92735EN
15 May 2012 / Ver. G
Installation and Operation Manual
Unite Connectivity Manager
151
Priority and Beep Codes in the default NetPage User Interface
22.2.4 Change the NetPage User Interface Functionality
As a help for locating comments/hidden text in the html code, the comment marks “<!--”
and “-->” are used, see the example in figure 68. The comment marks are also used to hide
functionality in the user interface. Text written or functionality, framed by the comment
marks are not interpreted by the web browser.
Figure 68. Example of how to mark html text as comments, i.e. hide it.
For comments included in the JavaScript code, the comment mark “//” is used, see figure
69. Text written after the comment mark (in the same line) is not interpreted by the web
browser.
Figure 69. Example on comments in a JavaScript.
Buttons, for example the “To” button that opens the NetPage phonebook, can also be
hidden directly in the code. To do this, insert “hidden” (double quotation marks both before
and after “hidden”) as input type as follows:
GUI Description Priority Code
Low 9
Normal 7
High 3
Alarm
a
a. Marked as hidden in the html page.
1
GUI Description Beep Code
Silent 0
1 beep 1
2 beeps 2
3 beeps 3
4 beeps 4
5 beeps 5
10 beeps 6
Siren 7
Figure 64.
Figure 65.
<TD valign="top" style="height:25">
<!-- This is the button that opens the NetPage phonebook.
If the phonebook is not used, remove the complete script and
the &nbsp;&nbsp; line (mark it as comments to be able to
include it again later on) -->
function sendform() {
addCallNo(document.testform.callno.value, '');
// If the user forgot to press 'add'
tmplist = document.testform.callnolist;