Справочник Пользователя для Red Hat Version4.1

Скачать
Страница из 156
Entry-Related Directives
100 Netscape Directory Server Gateway Customization Guide
DS_SEARCHDESC
Description
Specifies that text describing the type of search done should be displayed. For 
example, "Found 14 entries where the phone number ends with ’25’".
Arguments
None.
DS_POSTEDVALUE
Description
Echoes the contents of an arbitrary posted form variable within a VALUE= 
parameter.
Arguments
name=varname. The name of the form variable. 
Example
If a variable called searchstring is posted and contains the text Mark Smith, the 
directive:
<!-- DS_POSTED_VALUE "name=searchstring" -->
will produce the following 
HTML: VALUE="Mark Smith"
DS_EDITBUTTON
Description
Displays a button which, when clicked, brings up an editable view of an entry. 
This directive must appear within a DS_ENTRYBEGIN...DS_ENTRY_END block. 
Typically used in display templates.