File:  [Repository] / ECHO_content / zpt / AddECHO_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>Add an ZCatalog Element</h2>
<p>Genates a list in the navigation bar with unique entries of a ZCatalogIndex</p>
<form action="manage_addECHO_ZCatalogElement" method="post">
<b>ID</b><input name="id"><br>
<b>Title</b><input name="title"><br>
<b>Catalog ID (must be accessible via Zope acquisition)</b><input name="catalogId"><br>
<b>Field</b><input name="field" size="50"><br>
<b>BaseUrl</b><input name="baseUrl" size="50"><br>
<b>Weight</b><input name="weight" size="50"><br>
<b>Content Type</b><input name="contentType" size="50"><br>
<input type="submit">
</form>

</body>
</html>

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