Annotation of ECHO_content/zpt/AddECHO_ZCatalogElement.zpt, revision 1.3

1.2       dwinter     1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1       dwinter     2: <h2>Add an ZCatalog Element</h2>
                      3: <p>Genates a list in the navigation bar with unique entries of a ZCatalogIndex</p>
                      4: <form action="manage_addECHO_ZCatalogElement" method="post">
                      5: <b>ID</b><input name="id"><br>
                      6: <b>Title</b><input name="title"><br>
                      7: <b>Catalog ID (must be accessible via Zope acquisition)</b><input name="catalogId"><br>
1.3     ! dwinter     8: <b>Field or if fieldindex is a ZCTextIndex name of the used lexicon </b><input name="field" size="50"><br>
1.1       dwinter     9: <b>BaseUrl</b><input name="baseUrl" size="50"><br>
                     10: <b>Weight</b><input name="weight" size="50"><br>
                     11: <b>Content Type</b><input name="contentType" size="50"><br>
                     12: <input type="submit">
                     13: </form>
                     14: 
1.2       dwinter    15: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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