A SERVICE OF

logo

Miscellaneous Directives
110 Netscape Directory Server Gateway Customization Guide
INCLUDE
Description
Include the contents of another HTML file. Note that you cannot nest include
directives. (Not supported in DS 1.0)
Arguments
filename. the name of the file to include. This is relative to the html/ directory
where files such as display-inetorgperson.html are located.
Example
<!-- INCLUDE extra.html -->
INCLUDECONFIG
Description
include the contents of an HTML-based configuration file. Note that you cannot
nest include directives.(Not supported in DS 1.0)
Arguments
filename. the name of the file to include. This is relative to the config/
directory where files such as dsgw.conf are located.
Example
<!-- INCLUDE dsgw-orgperson.conf -->
DS_LAST_OP_INFO
Description
Display a string that shows the result of the last domodify run. Note that this
directive works onlys when the genscreen or edit CGIs are invoked via
domodify’s completion_javascript feature.