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


centryremove_all.html

First step of complete removal of catalogued record.

Here is an example template:

<body bgcolor=#ffffff>

<center>

<h3>Confirm removal of record from  _TABLE_</h3>

<form action=_SCRIPT_ method=POST>
<input type=submit name=remove value=remove>
_HIDDEN_
</form>

</center>
`Tags'
`_NAME_'
Name of the catalog.
`_HIDDEN_'
List of hidden fields necessary to perform the removal. Must be included in each form.


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