Avaya DECT R4 Installation And Administration Manual page 488

Hide thumbs Also See for DECT R4:
Table of Contents

Advertisement

Installing and operating the AIWS and the AIWS2
Figure 160: Example of how to mark html text as comments, i.e. hide it
<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) -->
For comments included in the JavaScript code, the comment mark "//" is used, see
Text written after the comment mark (in the same line) is not interpreted by the web browser.
Figure 161: Example on comments in a JavaScript
function sendform() {
addCallNo(document.testform.callno.value, '');
// If the user forgot to press 'add'
tmplist = document.testform.callnolist;
Buttons, for example the To button that opens the 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:
document.write('<input type="button" value="...
will become
document.write('<input type="hidden" value="...
Note:
To change the user interface (index4) it is necessary to open and change one or
Note:
more of the files: send.html", receive.html" and admin.html".
Note:
If changes to the phonebook access (To button), beep codes or priority settings
Note:
are made, it is also necessary to change the files editpagtext.html and
leditpagtext.html, to get a consistent user interface.
Note:
In order to be able to restore the default GUI, make a backup before changes.
Note:
See
Translation of the user interfaces
The texts presented in the user interfaces can be translated. The translation is entered
differently depending on the example user interface that is used. The HTML files
index_template and index1, index2 and index3 are translated in the HTML code. The NetPage
user interface (index4) on the other hand is translated in the language.js and
receive.html file, where receive.html includes the NetPage message history applet. See
figure 162
on page 490 for an overview of where the different files are used.
488
Avaya DECT R4 - Installation and Maintenance Guide
Backing up and restoring NetPage files
on page 502.
figure
161.
02/2016

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents