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, 5 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
beta version eines splitters fuer autoren hinzugefuegt

    1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    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>
    8: <b>Field or if fieldindex is a ZCTextIndex name of the used lexicon </b><input name="field" size="50"><br>
    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: 
   15: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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