File:  [Repository] / ECHO_content / zpt / AddECHO_ZCatalogElement.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Fri Feb 3 20:41:28 2006 UTC (18 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
beta version eines splitters fuer autoren hinzugefuegt

<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h2>Add an ZCatalog Element</h2>
<p>Genates a list in the navigation bar with unique entries of a ZCatalogIndex</p>
<form action="manage_addECHO_ZCatalogElement" method="post">
<b>ID</b><input name="id"><br>
<b>Title</b><input name="title"><br>
<b>Catalog ID (must be accessible via Zope acquisition)</b><input name="catalogId"><br>
<b>Field or if fieldindex is a ZCTextIndex name of the used lexicon </b><input name="field" size="50"><br>
<b>BaseUrl</b><input name="baseUrl" size="50"><br>
<b>Weight</b><input name="weight" size="50"><br>
<b>Content Type</b><input name="contentType" size="50"><br>
<input type="submit">
</form>

<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>