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