Go to the first, previous, next, last section, table of contents.
- `Example'
-
<title>Search form for _TABLE_</title>
<h3>Search form for _TABLE_</h3>
<form action=_SCRIPT_ method=POST>
<input type=submit value=search>
_HIDDEN_
<table>
_DEFAULT_
</table>
</form>
- `Tags'
-
- `_TABLE_'
-
The name of the database table.
- `_HIDDEN_'
-
List of hidden fields necessary to perform the search. Must
be included in each
form
.
- `_DEFAULT_'
-
A two column table showing the name of the field and an input area,
See section Database table tags. The input area
is filled with the values from the cgi-bin parameters, if any. If no
value is specified the input area is left undefined, the default value
of the field, if any, is not used.
- `table tags'
-
All the automaticaly generated tags for the database table are
available, provided that
_DEFAULT_
was not found in the
template, See section Database table tags.
Go to the first, previous, next, last section, table of contents.