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


cexport.html

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>
`Tags'
`_NAME_'
Name of the catalog.


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