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


cimport.html

Query parameters for loading a thematic catalog from a file.

Here is an example template:

<title>Load a thematic catalog</title>
<form action=_SCRIPT_ method=POST>
<input type=hidden name=context value=cimport_confirm>
<table>
<tr><td><b>Catalog name</b></td><td><input type=text name=name value=_NAME_></td></tr>
<tr><td><b>File path</b></td><td><input type=text name=file></td></tr>
</table>
<input type=submit value='Load it!'>
</form>
`Tags'
`_NAME_'
Name of the catalog.


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