File:  [Repository] / ECHO_content / zpt / ChangeECHO_ZCatalogElement.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:22 2005 UTC (18 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
change utf-8 handlingCVS: ----------------------------------------------------------------------

<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h2>Change a ZCatalog Element</h2>

<form action="changeECHO_ZCatalogElement" method="post">

<b>Title</b><input name="title" tal:attributes="value here/title"><br>y
<b>Catalog ID (must be accessible via Zope acquisition)</b><input name="catalogId" tal:attributes="value here/catalogId|python:''"><br>
<b>Field</b><input name="field"  tal:attributes="value here/field" size="50"><br>
<b>BaseUrl</b><input name="baseUrl"  tal:attributes="value here/baseUrl" size="100"><br>
<b>Weight</b><input name="weight"  tal:attributes="value here/getWeight" size="50"><br>
<b>Content-type</b><input name="contentType"  tal:attributes="value here/getcontentType" size="50"><br>
<input type="submit">
</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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