Go to the first, previous, next, last section, table of contents.


catalog_date_edit.html

Edit the properties of a chronological 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>Field name</b></td><td><input type=text name=fieldname value='_FIELDNAME_'></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>Options</b></td><td>_INFO-CHECKBOX_</td></tr>
<tr><td><b>Last cache update</b></td><td><input type=text name=updated value='_UPDATED_'</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>
`Tags'
`_EDITCOMMENT_'
The content of the comment cgi-bin parameter.
`_HIDDEN_'
List of hidden fields necessary to perform the removal. Must be included in each form.
`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. 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.