A SERVICE OF

logo

Entry-Related Directives
106 Netscape Directory Server Gateway Customization Guide
DS_END_DNSEARCHFORM
Description
XXX (Not supported in DS 1.0)
Arguments
None.
DS_ATTRVAL_SET
Description
display an attribute based on an "attrvset" as defined in the dsgw.conf file.
Arguments
set=name. use information from attribute value set name
prefix=text. HTML text to emit before each attribute value element (optional)
suffix=text. HTML text to emit after each attribute value element (optional)
Plus any of the arguments supported by the DS_ATTRIBUTE directive
Example
<!-- DS_ATTRVAL_SET "set=CAL" "attr=nsLicensedFor" "type=checkbox"
"prefix=<TR><TD>" "suffix=</TD></TR>" -->
IF/ ELSE/ ELIF/ ENDIF
Description
Set of directives that can be used to conditionally include HTML text
Arguments for IF and ELIF
condition. boolean condition; if true, include following block of text
!condition. boolean condition; if false, include following block of text