HP-UX Directory Server 8.1 administration server guide
<!-- BEGINELEM -->
<!-- ELEM txt="Log to view: " -->
<!-- LOG_TO_VIEW -->
....
<!-- SUBMIT -->
</font></font>
</form>
3.2.3 Admin Express directives
The Admin Express directives are HTML comments that are interpreted by the CGI scripts; these
directives are used to set form fields and to pull data from the server configuration and log files.
Table 3-2 Admin Express directives
ExampleDescriptionDirective
<!-- ACCESS_LOG -->
Inserts the server log file.
ACCESS_LOG
<!-- ADMURL -->ADMURL
<!-- BEGINELEM -->
Marks the opening of form input elements. This
is always paired with ENDELEM.
BEGINELEM
<!-- CHECK_UPGRADE -->CHECK_UPGRADE
<!-- ELEM txt="Field name
here: " -->
Inserts a text element. This has one argument,
txt=, which defines the text to use.
ELEM
<!-- ELEMADD txt="Field
name here: " -->
Inserts a text element. This has one argument,
txt=, which defines the text to use.
ELEMADD
<!-- ENDELEM -->
Marks the ending of form input elements. This is
always paired with BEGINELEM.
ENDELEM
<!-- HELP_BUTTON -->
Inserts a button to open context-specific help.
HELP_BUTTON
<!-- HELPLINK -->
Inserts a link to the general Admin Express help
file.
HELPLINK
<!-- HIDDEN_ID -->HIDDEN_ID
<!-- ID_TITLE -->
Inserts the name of the server instance, such as
admin-serv or example (if the Directory Server
instance name is slapd-example)
ID_TITLE
<!-- INCLUDEIFEXISTS
"file.html" -->
Inserts the contents of the HTML file. The inserted
file should include both the text and any HTML
markup.
INCLUDEIFEXISTS
<!-- LOG_TO_VIEW -->
Inserts a drop-down menu with the types of logs
available to view.
LOG_TO_VIEW
<!-- NUM_TO_VIEW -->
Inserts a form field to set the number of lines to
return.
NUM_TO_VIEW
<!-- REFRESHINTERVAL -->
Inserts a form field to set the refresh interval (in
seconds) for replication monitoring.
REFRESHINTERVAL
<!-- SERVHOST -->SERVHOST
<!-- SERVPORT -->SERVPORT
<!-- SHOW_DATA -->
Inserts the server data from the configuration file,
including the port number, installation date, and
build number.
SHOW_DATA
<!-- SHOW_URL -->SHOW_URL
<!-- SITEROOT -->SITEROOT
42 Admin express