Go to the first, previous, next, last section, table of contents.
Query parameters for unloading a thematic catalog to a file.
Here is an example template:
<title>Unload a thematic catalog</title> <form action=_SCRIPT_ method=POST> <input type=hidden name=context value=cexport_confirm> <input type=hidden name=name value=_NAME_> <table> <tr><td><b>Catalog name</b></td><td>_NAME_</td></tr> <tr><td><b>File path</b></td><td><input type=text name=file></td></tr> </table> <input type=submit value='Unload it!'> </form>
Go to the first, previous, next, last section, table of contents.