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


cdump.html

Ask for confirmation before dumping the content of a thematic catalog

Here is an example template:

<title>Dump _NAME_ catalog in HTML</title>

<h3>Dump _NAME_ catalog in HTML</h3>

<center><h3><font color=red>Warning! All files and subdirectories of the specified path will first be removed.</font></h3></center>
<form action=_SCRIPT_ method=POST>
_HIDDEN_
<table>
<tr><td><b>Full path name*</b></td><td><input type=text name=path size=50 value='_PATH_'></td></tr>
<tr><td><b>Location*</b></td><td><input type=text name=location size=50 value='_LOCATION_'></td></tr>
</table>
<input type=submit value='Dump it!'>

</form>
`Tags'
`_HIDDEN_'
List of hidden fields necessary to perform the removal. Must be included in each form.
`_NAME_'
Name of the catalog.
`_PATH_'
Full path name of the directory where the catalog will be dumped.
`_LOCATION_'
HTML base location used to navigate the dumped catalog. If _PATH_ is something like /home/http/htdocs/directory, the location is likely to be /directory.


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