Go to the first, previous, next, last section, table of contents.
- `Example'
-
<title>Search _TABLE_</title>
<h3>_TABLE_</h3>
<table border=1>
<!-- start entry -->
<!-- start table1,table2 -->
<tr>_DEFAULTROW_</tr>
<!-- end table1,table2 -->
<!-- start table2,table3 -->
<tr>_DEFAULTROW_</tr>
<!-- end table2,table3 -->
...
<!-- end entry -->
</table>
<!-- start pager -->
Number of pages _MAXPAGES_
<p>
_PAGES_
<!-- end pager -->
- `Parts'
-
- `entry'
-
This part is repeated for each record found. For more information about
which records from which tables are displayed,
See section Search table (search).
The sub parts of entry have a name built from the list of tables
for which a match was found. Most of the time the list only contains
one table name,
See section Hook Fulcrum configuration file.
- `pager'
-
See section Multipage results template.
- `Tags'
-
- `_TABLE_'
-
The name of the database table.
- `_DEFAULTROW_'
-
Cells listing the values of all the fields of the current row.
- `table tags'
-
All the automaticaly generated tags for the database table are
available, provided that
_DEFAULTROW_
was not found in the
template, See section Database table tags.
Go to the first, previous, next, last section, table of contents.