File:  [Repository] / ECHO_content / zpt / ChangeECHO_navigation.zpt
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Tue Jan 3 13:02:30 2012 UTC (12 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor
getTextXML geaendert

    1: <h1 tal:replace="structure python:here.decode(here.manage_page_header())">Header</h1>
    2: <!-- ZOPE management tabs -->
    3:  <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
    4:     tal:replace="structure python:here.manage_tabs()">Tabs</h2>
    5: <h1 tal:replace="structure here/manage_page_header">Header</h1>
    6: <form method="post" action="ECHO_navigationConfig">
    7: <h2>Parameters</h2>
    8: <p>Path to the Storage manager (OSAS_Storage Product):</p>
    9: <input type="text" tal:attributes="value here/getStorageManagerURL" name="storageManagerURL" size="100"/>
   10: 
   11: <p>Basis URL of the XML fulltext provider: </p>
   12: <input type="text" tal:attributes="value here/getFullTextBasisUrl" name="fullTextBasisUrl" size="100"/>
   13: 
   14: <h2>Change Navigation structure</h2>
   15: 
   16: 
   17: <b>Title</b><input name="title" tal:attributes="value here/title"><br>
   18: <b>Path to the stored Hierarchy</b><input name="pathToHierarchy" tal:attributes="value here/pathToHierarchy"><br>
   19: <b>Object classes to be displayed in the navigation tree:</b><br>
   20: <tal:block tal:repeat="type here/displayableMetaTypes">
   21: <input tal:condition="python: type in here.displayedMetaTypes" type="checkbox" name="displayedMetaTypes" checked tal:attributes="value type">
   22: <input tal:condition="not:python: type in here.displayedMetaTypes" type="checkbox" name="displayedMetaTypes" tal:attributes="value type">
   23: <span tal:replace="type"/><br>
   24: </tal:block>
   25: 	
   26:  
   27: <input type="submit">
   28: 
   29: </form>
   30: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

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