File:  [Repository] / ECHO_content / zpt / ChangeECHO_ZCatalogElement.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Jun 25 11:02:16 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added ZCatalogElemenr

<html>
<body>
<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>

</body>
</html>

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