The OpPlaceWeb object defines a website on a ProviewR node.
The website contains a menu to the left and a start page to the right.

The menu is divided in three sections. The first contains a number of
standard functions
- language selection.
- login and logout.
- open alarm and event list.
- open event log.
- open runtime navigator.
- link to project help texts.
- link to ProviewR documentation.
These buttons can be enabled or disabled with the Enable/Disable
attributes in this object.
The second section contains buttons to open graphs configured with
WebGraph objects. The WebGraph objects is placed as children to the
OpPlaceWeb object and contains the name of the Ge graph pwg-file or
a java class.
The third section contains links defined with WebLink objects. The
WebLink objects contains an URL and is positions below the OpPlaceWeb
object.
The right page will by default contain the help text for the project,
written in the file $pwrp_cnf/xtt_help.dat. If another page is prefered,
this can be stated in the StartURL attribute.
There can be serveral OpPlaceWeb objects in one node, configuring web
pages with different settings. The OpPlaceWeb objects should have
different filenames stated in the FileName attribute, and can be opened
with an URL to the specified file. The default file is index.html for the
first OpPlaceWeb object, and index2.html, index3.html etc, for the
preceeding OpPlaceWeb objects.
Authorization
If the login frame is enabled, a user can login with a valid username
and password, and gain the privileges granted for the logged in user.
Valid users are members or the system group specified in WebSystemGroup
in the Security object.
For not logged in users, the privileges are determined by DefaultWebPriv
in the Security object. It is recommended that DefaultWebPriv is RtRead
or zero (no privileges). Users that have no privileges can only open
the login frame.
See also
Template Object |
FileName |
index.html |
Attributes detail
Name of the html-file for the start page.
Default index.html
Additional text in the menu frame.
A language selection entry will be placed in the menu frame.
A login entry will be placed in the menu frame, that makes it possible
to login as a ProviewR user, and gain privileges to make changes to
the database.
An entry for alarm and eventlist will be placed in the menu.
An entry for eventlog will be placed in the menu.
An entry for runtime navigator will be placed in the menu.
Disable the Help button.
The Help button contains a link to the project help text.
Disable the ProviewR button.
The ProviewR button contains a link to the ProviewR web documentation page.
Specifies default language.
css-file (Cascading Style Sheets) that will be used by
generated html-files.
The URL that will be displayed in the right frame when the
web-site is opened.