File:  [Repository] / ECHO_content / zpt / ChangeECHO_navigation.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 12:45:22 2005 UTC (19 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 Navigation structure</h2>
<form method="post" action="ECHO_navigationConfig">

<b>Title</b><input name="title" tal:attributes="value here/title"><br>
<b>Path to the stored Hierarchy</b><input name="pathToHierarchy" tal:attributes="value here/pathToHierarchy"><br>
<b>Object classes to be displayed in the navigation tree:</b><br>
<tal:block tal:repeat="type here/displayableMetaTypes">
<input tal:condition="python: type in here.displayedMetaTypes" type="checkbox" name="displayedMetaTypes" checked tal:attributes="value type">
<input tal:condition="not:python: type in here.displayedMetaTypes" type="checkbox" name="displayedMetaTypes" tal:attributes="value type">
<span tal:replace="type"/><br>
</tal:block>
	
 
<input type="submit">

</form>
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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