Go to the first, previous, next, last section, table of contents.
Edit the properties of a thematic catalog.
Here is an example template:
<title>Edit _NAVIGATION_ catalog _NAME_</title> <h3>Edit _NAVIGATION_ catalog _NAME_</h3> _EDITCOMMENT_ <form action=_SCRIPT_ method=POST> <input type=submit name=update value=update> _HIDDEN_ <table> <tr><td><b>Table name</b></td><td>_TABLENAME_</td></tr> <tr><td><b>ORDER BY</b></td><td><input type=text name=corder size=60 value='_CORDER-QUOTED_'></td></tr> <tr><td><b>WHERE</b></td><td><input type=text name=cwhere size=60 value='_CWHERE-QUOTED_'></td></tr> <tr><td><b>Dump path</b></td><td><input type=text name=dump size=60 value='_DUMP-QUOTED_'></td></tr> <tr><td><b>Dump location</b></td><td><input type=text name=dumplocation size=60 value='_DUMPLOCATION-QUOTED_'></td></tr> <tr><td><b>Options</b></td><td>_INFO-CHECKBOX_</td></tr> <tr><td><b>Created</b></td><td>_CREATED_</td></tr> <tr><td><b>Last modified</b></td><td>_MODIFIED_</td></tr> </table> </form>
form
.
_DEFAULTROW_
was not found in the
template, See section Database table tags.
The table used is catalog, for a list of the fields
available in this table, See section catalog.
Go to the first, previous, next, last section, table of contents.