Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.

Previous page Web-server home page template and Java applet settings  Setting up the display of the data for traffic estimation in the Web-server Next page


The interface of the surveillance monitor of the Web-server may be customized: removing the tools panel, choosing the default layout of the surveillance windows, changing the visible text on the menu item and service messages, etc.

Usually, the default interface settings provide quite a comfortable working environment. In case they need to be changed, do the following:

  1. Using the text editor, for example Notebook, open the index.html file from the Intellect software program folder ...\Modules\webroot, for example,  C:\Program Files\Intellect\Modules\webroot.
  2. To remove the tool panel from the surveillance monitor, set the “top.visible” parameter to "false”:  <param name="top.visible" value="false">.
  3. To remove the layout selection panel from the surveillance monitor, set the “layout.available” parameter to "false”:  <param name="layout.available" value="false">.
    To make the tools panel visible at the same time, set the "top.visible" parameter to "true":
    <param name="top.visible" value="true">.
  4. By default, only one surveillance window is displayed when you open the Web-server home page. To open 4, 6, or 9 windows, set the “layout.default” parameter to 1, 2, or 3, respectively. For example, to display 9 windows:
    <param name="layout.default" value="3">.
  5. By default, the surveillance window from camera 1 is displayed when you open the Web-server home page. To display the window from another camera, set the “cam.default.id” parameter to the number of the required camera. For example, to display the window from camera 9:
    <param name="cam.default.id" value="9">.
    To use this setting, the parameter “layout.default” must be set to 0 (default):
    <param name="layout.default" value="0">.
  6. To change the visible text of the menu items in the surveillance windows or the texts of service messages, look in the “message” parameter for the text to be replaced and replace it with the required text.
    For example, to replace the message text “Cable detached from the camera…” with the text “No connection to the camera”, make the following changes to the “messages” parameter:
    replace
    <param name="messages" value="name=AxxonSoft WebServer client*detach=Cable detached from the camera…*disable=Camera is off…* ……….>
    with
    <param name="messages" value="name=AxxonSoft WebServer client*detach=No connection with the camera*disable=Camera is off…* ……….>
    When changing the texts in menu items and messages, do not use the following symbols: ‘ * ’, ‘ = ’, ‘ “ ‘.
  7. Save changes to the index.htm file.
  • No labels