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


catalog_date_insert.html

Create a chronological catalog. When the user click on the submit button the parameters tablename, navigation, fieldname and name must be filled.

Here is an example template:

<title>Create _NAVIGATION_ catalog on table _TABLENAME_</title>

<h3>Create _NAVIGATION_ catalog on table _TABLENAME_</h3>

<form action=_SCRIPT_ method=POST>
_HIDDEN_
<input type=hidden name=tablename value=_TABLENAME_>
<input type=hidden name=navigation value=_NAVIGATION_>
<table>
<tr><td><b>Catalog name*</b></td><td><input type=text name=name></td></tr>
<tr><td><b>Field name*</b></td><td><input type=text name=fieldname></td></tr>
<tr><td><b>ORDER BY</b></td><td><input type=text name=corder size=60></td></tr>
<tr><td><b>WHERE</b></td><td><input type=text name=cwhere size=60></td></tr>
<tr><td><b>Options</b></td><td>_INFO-CHECKBOX_</td></tr>
</table>
<input type=submit value='Create it!'>

</form>
`Tags'
`_NAVIGATION_'
Always set to date. Set the the value of the tablename 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.