Annotation of ECHO_content/zpt/ChangeECHO_ZCatalogElement.zpt, revision 1.2

1.2     ! dwinter     1: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1       dwinter     2: <h2>Change a ZCatalog Element</h2>
                      3: 
                      4: <form action="changeECHO_ZCatalogElement" method="post">
                      5: 
                      6: <b>Title</b><input name="title" tal:attributes="value here/title"><br>y
                      7: <b>Catalog ID (must be accessible via Zope acquisition)</b><input name="catalogId" tal:attributes="value here/catalogId|python:''"><br>
                      8: <b>Field</b><input name="field"  tal:attributes="value here/field" size="50"><br>
                      9: <b>BaseUrl</b><input name="baseUrl"  tal:attributes="value here/baseUrl" size="100"><br>
                     10: <b>Weight</b><input name="weight"  tal:attributes="value here/getWeight" size="50"><br>
                     11: <b>Content-type</b><input name="contentType"  tal:attributes="value here/getcontentType" size="50"><br>
                     12: <input type="submit">
                     13: </form>
1.2     ! dwinter    14: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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