Used to list, add, edit and remove Messages.
List Form
Actions
ADD
|
Used to add a new Message.
|
EDIT
|
Used to edit the selected Message.
If a Message has not been selected an error will be displayed.
|
REMOVE
|
Used to remove the selected Message.
If a Message has not been selected an error will be displayed.
|
SAVE
|
Used to save changes made and to return to the Control Panel form.
|
CANCEL
|
Used to discard changes made and to return to the Control Panel form.
|
HELP
|
Used to display online help for this form.
|
Entry Form
Fields
Error Code
|
The HTTP return code to associate with this message.
|
Title
|
The title to display and return to the client in the header.
|
Message
|
Any message to display for this error code.
|
Actions
OK
|
Used to accept data entered and to return to the Messages form.
|
CANCEL
|
Used to discard data entered and to return to the Messages form.
|
HELP
|
Used to display online help for this form.
|
Notes
Messages are used when sending a reply to the client or when returning an
error message.
iServer uses the template messages.html in
iws_dir/html/ when generating messages, where
iws_dir is the directory where iServer was installed or deployed.
Title and Message may contain CGI variables delimited by %. Some of
the CGI variables are:
request_uri - the requested URI.
request_method - the request method.
Changes made will not be used until the iServer is restarted.
|