Go to the first, previous, next, last section, table of contents.
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>
form
.
Go to the first, previous, next, last section, table of contents.