[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Top level entry point for catalog management.
Here is an example template:
<title>Catalog control panel</title> <center><h3>Catalog control panel</h3></center> <center><h3><font color=red>_COMMENT_</font></h3></center> <table border=1> <tr><td colspan=2 align=middle><b>Configuration files</b></td></tr> <tr><td>MySQL</td><td><a href=_SCRIPT_?context=confedit&file=mysql.conf>edit</a></td></tr> <tr><td>CGI</td><td><a href=_SCRIPT_?context=confedit&file=cgi.conf>edit</a></td></tr> <tr><td>Catalog</td><td><a href=_SCRIPT_?context=confedit&file=catalog.conf>edit</a></td></tr> <tr><td>sqledit</td><td><a href=_SCRIPT_?context=confedit&file=sqledit.conf>edit</a></td></tr> </table> <p> <table border=1> <tr><td colspan=5 align=middle><b>Existing catalogs</b></td></tr> <!-- start catalogs --> <tr> <td><b><a href=_SCRIPT_?context=ccatalog_edit&name=_NAME_>_NAME_</a></b></td> <td><a href=_SCRIPT_?context=cbrowse&name=_NAME__ID_>browse</a></td> <td><a href=_SCRIPT_?context=_COUNT_&name=_NAME_>count</a></td> <td><a href=_SCRIPT_?context=cdestroy&name=_NAME_>destroy</a></td> <!-- start theme --> <td><a href=_SCRIPT_?context=cedit&name=_NAME__ID_>edit</a></td> <td><a href=_SCRIPT_?context=cdump&name=_NAME_>dump</a></td> <td><a href=_SCRIPT_?context=cimport&name=_NAME_>load</a></td> <td><a href=_SCRIPT_?context=cexport&name=_NAME_>unload</a></td> <!-- end theme --> </tr> <!-- end catalogs --> </table> <p> <form action=_SCRIPT_ method=POST> <input type=hidden name=context value=cbuild> Create _NAVIGATION_ catalog on table _TABLES_ <input type=submit value='Create it!'> </form> <p> <table><tr><td> <a href=_SCRIPT_?context=cimport>Load from file</a><br> <a href=_SCRIPT_/>Simplified browsing</a><br> <a href=_SCRIPT_?context=ccontrol_panel>Redisplay control panel</a><br> <a href=_SCRIPT_?context=cdemo>Create a demo table (urldemo)</a><br> </td><td> <a href=_HTMLPATH_/catalog_toc.html><img src=_HTMLPATH_/images/help.png alt=Help border=0 align=middle></a> </td></tr></table> <pre></b><i> |
catalogs
part. It is
only included if the catalog is a theme catalog.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Root node of alphabetical navigation.
Here is an example template:
<title>Alphabetical Navigation</title> <h3>Alphabetical Navigation</h3> _A_ _B_ _C_ _D_ _E_ _F_ _G_ _H_ _I_ _J_ _K_ _L_ <p> _M_ _N_ _O_ _P_ _Q_ _R_ _S_ _T_ _U_ _V_ _W_ _X_ <p> _Y_ _Z_ _0_ _1_ _2_ _3_ _4_ _5_ _6_ _7_ _8_ _9_ <p> |
In the following tags description, [A-Z0-9] stands for all the tags generated by replacing the expression in brackets with any letter in the specified interval.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Leaf node of alphabetical navigation.
Here is an example template:
<title>Alphabetical Navigation _LETTER_</title> <h3>Alphabetical Navigation _LETTER_</h3> <table border=1> <!-- start entry --> <tr>_DEFAULTROW_</tr> <!-- end entry --> </table> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> |
Record list part
.
The result is paginated, See section Multipage results template
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Catalog edition.
Here is an example template:
<title>Edit category _CATEGORY_</title> <center><h3><font color=red>_COMMENT_</font></h3></center> <h3>Edit category _CATEGORY_</h3> <a href='_CENTRYINSERT_'><img src=_HTMLPATH_/images/new.png alt='Insert a new record and link it to this category' border=0></a> <a href='_CENTRYSELECT_'><img src=_HTMLPATH_/images/link.png alt='Link an existing record to this category' border=0></a> <a href='_CATEGORYINSERT_'><img src=_HTMLPATH_/images/open.png alt='Create a sub category' border=0></a> <a href='_CATEGORYSYMLINK_'><img src=_HTMLPATH_/images/plus.png alt='Create a symbolic link to another category' border=0></a> <a href='_CONTROLPANEL_'><img src=_HTMLPATH_/images/control.png alt='Control panel' border=0></a> <p> <p> _PATH_ <p> <!-- start categories --> <h3>Sub categories</h3> <table> <!-- params 'style' => 'table', 'columns' => 2 --> <!-- start row --> <tr> <!-- start entry --> <td> _LINKS_ <a href='_URL_'>_NAME_</a> (_COUNT_) </td> <!-- end entry --> </tr> <!-- end row --> </table> <!-- end categories --> <p> <h3>Records in this category</h3> <!-- start entry --> <table border=1><tr><td>_LINKS_</td> _DEFAULTROW_<tr></table> <p> <!-- end entry --> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> |
The general structure of the parts is as follows:
... <!-- start categories --> Sub categories as Record list part and recursive categories display. <!-- end categories --> ... Catalog entries as Record list part. <!-- start symlink --> ... <!-- end symlink --> |
The symlink part is only shown in symbolic link selection context.
Each record found is displayed using the standard method,
See section Record list part
.
The result is paginated, See section Multipage results template
.
The categories part may contain another categories part such as:
... <!-- start categories --> _CATEGORY_ <!-- start categories --> _CATEGORY_ <!-- end categories --> <!-- end categories --> ... |
Catalog configuration file
.
May not be the shortest path.
Catalog configuration file
.
In this path the characters white space, slash, simple quote and double quote
have been replaced by underscore. Therefore _PATHFILE_ can ben used as the
name of a file, hence the name. For instance /Sport and amusement/Vacations/
will
be _Sport_and_amusement_Vacations_
0..1
stands for the first two elements,
-2..-1
the last two. For more information see the Perl manual
pages. Since the minus sign and the dot are forbiden in tags, you must
use FILEual equivalents: MINUS for the minus sign and DOTDOT for the two
dots. Hence, to specify the first two elements of the path you can use
_PATHFILE0DOTDOT1_
and to specify the last two you can use
_PATHFILEMINUS2DOTDOTMINUS1_
.
Catalog configuration file
.
0..1
stands for the first two elements,
-2..-1
the last two. For more information see the Perl manual
pages. Since the minus sign and the dot are forbiden in tags, you must
use textual equivalents: MINUS for the minus sign and DOTDOT for the two
dots. Hence, to specify the first two elements of the path you can use
_PATHTEXT0DOTDOT1_
and to specify the last two you can use
_PATHTEXTMINUS2DOTDOTMINUS1_
.
ccontrol_panel.html
.
The tags are in the Record list subpart.
The table used is catalog_category_NAME, See section catalog_category_NAME
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Display the root of the theme catalog. The handling of this template is
strictly identical to cedit.html, See section cedit.html
.
Here is an example template:
<title>Root</title> <h3>Root</h3> <!-- start categories --> <h3>Sub categories</h3> <ul> <!-- start entry --> <li> <a href='_URL_'>_NAME_</a> (_COUNT_) <!-- end entry --> </ul> <!-- end categories --> <p> <!-- start entry --> <p> <table border=1><tr>_DEFAULTROW_<tr></table> <!-- end entry --> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Display an internal node of the theme catalog. The handling of this template is
strictly identical to cedit.html, See section cedit.html
.
Here is an example template:
<title>_CATEGORY_</title> <h3>_CATEGORY_</h3> <p> _PATH_ <p> <!-- start categories --> <h3>Sub categories</h3> <ul> <!-- start entry --> <li> <a href='_URL_'>_NAME_</a> (_COUNT_) <!-- end entry --> </ul> <!-- end categories --> <p> <!-- start entry --> <p> <table border=1><tr>_DEFAULTROW_<tr></table> <!-- end entry --> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Display the result of a full text search on a thematic catalog.
Here is an example template:
<title>Search results for _TEXT_</title> <!-- start simple --> <center> <form action=_SCRIPT_ method=POST> _HIDDEN_ <input type=text size=40 name=text value='_TEXT-QUOTED_'> <input type=submit value='search'><br> _WHAT-MENU_ <a href=_SCRIPT_?context=csearch_form&querymode=advanced&_PARAMS_>Advanced Search</a> <br> Example: <b>+catalog senga -query</b> </form> </center> <!-- end simple --> <!-- start advanced --> <form action=_SCRIPT_ method=POST> _HIDDEN_ <textarea name=text cols=50 rows=6>_TEXT-QUOTED_</textarea> <br> _WHAT-MENU_ _QUERYMODE-MENU_ <input type=submit value='search'> <br> Advanced search syntax examples: <dl> <dt> Boolean operators <dd> <b>catalog and senga and not query or freeware near software</b> <dt> Precedence <dd> <b>catalog and ( query or freeware )</b> <dt> Fields <dd> <b>comment: ( catalog and query ) or url: edu</b> </dl> </form> <!-- end advanced --> <!-- start categories --> <center>Categories matching <b>_TEXT_</b> (_COUNT_)</center> <ul> <!-- start entry --> <li> <a href=_URL_>_PATHNAME_</a> <!-- end entry --> </ul> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> <!-- end categories --> <!-- start nocategories --> <center>No category matches the search criterion</center> <!-- end nocategories --> <!-- start records --> <center>Records matching <b>_TEXT_</b> (_COUNT_)</center> <table border=1> <!-- start entry --> <!-- start category --> <tr><td colspan=20><a href=_URL_>_PATHNAME_</a></td></tr> <!-- end category --> <tr>_DEFAULTROW_</tr> <!-- end entry --> </table> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> <!-- end records --> <!-- start norecords --> <center>No record matches the search criterion</center> <!-- end norecords --> |
The simple and advanced parts are not mandatory, for backward compatibility. If none of them is present, the query form is assumed to be at the top level part of the template.
Shown if the querymode parameters is set to simple
.
@cindex advanced part
Shown if the querymode parameters is set to advanced
.
@cindex categories part
Record list part
.
A pager may also be included, See section Multipage results template
.
@cindex _PATHNAME_
@cindex _COUNT_
@cindex _TEXT_
@cindex _TEXT-QUOTED_
@cindex nocategories part
@cindex records part
Record list part
. The fields shown are all the
fields of the table associated with the catalog, unless specified otherwise in the catalog.conf
configuration file, See section Catalog configuration file
.
A pager may also be included, See section Multipage results template
.
@cindex _TEXT_
@cindex _TEXT-QUOTED_
@cindex category part
Record list part
. It is displayed once for the first record. It is then
displayed only when the category of the record differ from the previous record shown.
@cindex _PATHNAME_
@cindex norecords part
@cindex _TEXT_
@cindex _TEXT-QUOTED_
@cindex _HIDDEN_
form
. It includes the mode, context and
name parameters.
@cindex _PARAMS_
@cindex _WHAT-MENU_
@cindex _QUERYMODE-MENU_
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Default template for display of date catalog nodes.
Here is an example template:
<html> <body bgcolor=#ffffff> <title>Date catalog</title> <!-- start years --> <a href=_YEARLINK_>_YEARFORMATED_</a> (_COUNT_) <blockquote> <!-- start months --> <!-- params format => '%M' --> <a href=_MONTHLINK_>_MONTHFORMATED_</a> (_COUNT_) <ul> <!-- start days --> <!-- params format => '%W, %d' --> <li> <a href=_DAYLINK_>_DAYFORMATED_</a> (_COUNT_) <!-- end days --> </ul> <!-- end months --> </blockquote> <!-- end years --> <!-- start records --> Records <!-- start entry --> <p> <table border=1><tr>_DEFAULTROW_</tr></table> <!-- end entry --> <!-- start pager --> Number of pages _MAXPAGES_ <p> _PAGES_ <!-- end pager --> <!-- end records --> </html> |
The months, days, records and pager can be omitted, if appropriate.
Record list part
.
A pager may also be included, See section Multipage results template
.
The years, months and days parts can contain a date format parameter. The form of the date format parameter is :
<!-- params format => '<MySQL date format>' --> |
The MySQL date format string can be any format acceptable for the date_format function of MySQL. See the MySQL documentation for more information.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
First step of complete catalog destruction.
Here is an example template:
<body bgcolor=#ffffff> <center> <h3>Confirm removal of catalog _NAME_</h3> <form action=_SCRIPT_ method=POST> <input type=submit name=remove value=remove> _HIDDEN_ </form> </center> |
form
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
First step of complete removal of catalogued record.
Here is an example template:
<body bgcolor=#ffffff> <center> <h3>Confirm removal of record from _TABLE_</h3> <form action=_SCRIPT_ method=POST> <input type=submit name=remove value=remove> _HIDDEN_ </form> </center> |
form
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Create a thematic catalog. When the user click on the submit button the parameters tablename, navigation and name must be filled.
Here is an example template:
<title>Create _NAVIGATION_ catalog on table _TABLENAME_</title> <h3>Create _NAVIGATION_ catalog on table _TABLENAME_</h3> <form action=_SCRIPT_ method=POST> _HIDDEN_ <input type=hidden name=tablename value=_TABLENAME_> <input type=hidden name=navigation value=_NAVIGATION_> <table> <tr><td><b>Catalog name*</b></td><td><input type=text name=name></td></tr> <tr><td><b>ORDER BY</b></td><td><input type=text name=corder size=60></td></tr> <tr><td><b>WHERE</b></td><td><input type=text name=cwhere size=60></td></tr> <tr><td><b>Dump path</b></td><td><input type=text name=dump size=60></td></tr> <tr><td><b>Dump location</b></td><td><input type=text name=dumplocation size=60></td></tr> <tr><td><b>Options</b></td><td>_INFO-CHECKBOX_</td></tr> </table> <input type=submit value='Create it!'> </form> |
Set the the value of the tablename cgi-bin parameter.
form
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
The table used is catalog, for a list of the fields
available in this table, See section catalog
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Edit the properties of a thematic catalog.
Here is an example template:
<title>Edit _NAVIGATION_ catalog _NAME_</title> <h3>Edit _NAVIGATION_ catalog _NAME_</h3> _EDITCOMMENT_ <form action=_SCRIPT_ method=POST> <input type=submit name=update value=update> _HIDDEN_ <table> <tr><td><b>Table name</b></td><td>_TABLENAME_</td></tr> <tr><td><b>ORDER BY</b></td><td><input type=text name=corder size=60 value='_CORDER-QUOTED_'></td></tr> <tr><td><b>WHERE</b></td><td><input type=text name=cwhere size=60 value='_CWHERE-QUOTED_'></td></tr> <tr><td><b>Dump path</b></td><td><input type=text name=dump size=60 value='_DUMP-QUOTED_'></td></tr> <tr><td><b>Dump location</b></td><td><input type=text name=dumplocation size=60 value='_DUMPLOCATION-QUOTED_'></td></tr> <tr><td><b>Options</b></td><td>_INFO-CHECKBOX_</td></tr> <tr><td><b>Created</b></td><td>_CREATED_</td></tr> <tr><td><b>Last modified</b></td><td>_MODIFIED_</td></tr> </table> </form> |
form
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
The table used is catalog, for a list of the fields
available in this table, See section catalog
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Create a alphabetical catalog. When the user click on the submit button the parameters tablename, navigation, fieldname and name must be filled.
Here is an example template:
<title>Create _NAVIGATION_ catalog on table _TABLENAME_</title> <h3>Create _NAVIGATION_ catalog on table _TABLENAME_</h3> <form action=_SCRIPT_ method=POST> _HIDDEN_ <input type=hidden name=tablename value=_TABLENAME_> <input type=hidden name=navigation value=_NAVIGATION_> <table> <tr><td><b>Catalog name*</b></td><td><input type=text name=name></td></tr> <tr><td><b>Field name*</b></td><td><input type=text name=fieldname></td></tr> <tr><td><b>ORDER BY</b></td><td><input type=text name=corder size=60></td></tr> <tr><td><b>WHERE</b></td><td><input type=text name=cwhere size=60></td></tr> <tr><td><b>Options</b></td><td>_INFO-CHECKBOX_</td></tr> </table> <input type=submit value='Create it!'> </form> |
Set the the value of the tablename cgi-bin parameter.
form
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
The table used is catalog, for a list of the fields
available in this table, See section catalog
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Edit the properties of an alphabetical catalog.
Here is an example template:
<title>Edit _NAVIGATION_ catalog _NAME_</title> <h3>Edit _NAVIGATION_ catalog _NAME_</h3> _EDITCOMMENT_ <form action=_SCRIPT_ method=POST> <input type=submit name=update value=update> _HIDDEN_ <table> <tr><td><b>Table name</b></td><td>_TABLENAME_</td></tr> <tr><td><b>Field name</b></td><td><input type=text name=fieldname value='_FIELDNAME_'></td></tr> <tr><td><b>ORDER BY</b></td><td><input type=text name=corder size=60 value='_CORDER-QUOTED_'></td></tr> <tr><td><b>WHERE</b></td><td><input type=text name=cwhere size=60 value='_CWHERE-QUOTED_'></td></tr> <tr><td><b>Options</b></td><td>_INFO-CHECKBOX_</td></tr> <tr><td><b>Last cache update</b></td><td><input type=text name=updated value='_UPDATED_'</td></tr> <tr><td><b>Created</b></td><td>_CREATED_</td></tr> <tr><td><b>Last modified</b></td><td>_MODIFIED_</td></tr> </table> </form> |
form
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
The table used is catalog, for a list of the fields
available in this table, See section catalog
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Create a chronological catalog. When the user click on the submit button the parameters tablename, navigation, fieldname and name must be filled.
Here is an example template:
<title>Create _NAVIGATION_ catalog on table _TABLENAME_</title> <h3>Create _NAVIGATION_ catalog on table _TABLENAME_</h3> <form action=_SCRIPT_ method=POST> _HIDDEN_ <input type=hidden name=tablename value=_TABLENAME_> <input type=hidden name=navigation value=_NAVIGATION_> <table> <tr><td><b>Catalog name*</b></td><td><input type=text name=name></td></tr> <tr><td><b>Field name*</b></td><td><input type=text name=fieldname></td></tr> <tr><td><b>ORDER BY</b></td><td><input type=text name=corder size=60></td></tr> <tr><td><b>WHERE</b></td><td><input type=text name=cwhere size=60></td></tr> <tr><td><b>Options</b></td><td>_INFO-CHECKBOX_</td></tr> </table> <input type=submit value='Create it!'> </form> |
Set the the value of the tablename cgi-bin parameter.
form
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
The table used is catalog, for a list of the fields
available in this table, See section catalog
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Edit the properties of a chronological catalog.
Here is an example template:
<title>Edit _NAVIGATION_ catalog _NAME_</title> <h3>Edit _NAVIGATION_ catalog _NAME_</h3> _EDITCOMMENT_ <form action=_SCRIPT_ method=POST> <input type=submit name=update value=update> _HIDDEN_ <table> <tr><td><b>Table name</b></td><td>_TABLENAME_</td></tr> <tr><td><b>Field name</b></td><td><input type=text name=fieldname value='_FIELDNAME_'></td></tr> <tr><td><b>ORDER BY</b></td><td><input type=text name=corder size=60 value='_CORDER-QUOTED_'></td></tr> <tr><td><b>WHERE</b></td><td><input type=text name=cwhere size=60 value='_CWHERE-QUOTED_'></td></tr> <tr><td><b>Options</b></td><td>_INFO-CHECKBOX_</td></tr> <tr><td><b>Last cache update</b></td><td><input type=text name=updated value='_UPDATED_'</td></tr> <tr><td><b>Created</b></td><td>_CREATED_</td></tr> <tr><td><b>Last modified</b></td><td>_MODIFIED_</td></tr> </table> </form> |
form
.
_DEFAULTROW_
was not found in the
template, See section Database table tags
.
The table used is catalog, for a list of the fields
available in this table, See section catalog
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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> |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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> |
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |