Annotation of ECHO_content/zpt/ChangeECHO_navigation.zpt, revision 1.2
1.1 dwinter 1: <html>
2: <body>
3: <h2>Change Navigation structure</h2>
4: <form method="post" action="ECHO_navigationConfig">
5:
6: <b>Title</b><input name="title" tal:attributes="value here/title"><br>
7: <b>Path to the stored Hierarchy</b><input name="pathToHierarchy" tal:attributes="value here/pathToHierarchy"><br>
1.2 ! dwinter 8: <b>Object classes to be displayed in the navigation tree:</b><br>
! 9: <tal:block tal:repeat="type here/displayableMetaTypes">
! 10: <input tal:condition="python: type in here.displayedMetaTypes" type="checkbox" name="displayedMetaTypes" checked tal:attributes="value type">
! 11: <input tal:condition="not:python: type in here.displayedMetaTypes" type="checkbox" name="displayedMetaTypes" tal:attributes="value type">
! 12: <span tal:replace="type"/><br>
! 13: </tal:block>
! 14:
! 15:
1.1 dwinter 16: <input type="submit">
1.2 ! dwinter 17:
1.1 dwinter 18: </form>
19: </body>
20: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>