version 1.3, 2005/12/13 12:45:22
|
version 1.5, 2012/01/03 13:02:30
|
Line 1
|
Line 1
|
|
<h1 tal:replace="structure python:here.decode(here.manage_page_header())">Header</h1> |
|
<!-- ZOPE management tabs --> |
|
<h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing" |
|
tal:replace="structure python:here.manage_tabs()">Tabs</h2> |
<h1 tal:replace="structure here/manage_page_header">Header</h1> |
<h1 tal:replace="structure here/manage_page_header">Header</h1> |
<h2>Change Navigation structure</h2> |
|
<form method="post" action="ECHO_navigationConfig"> |
<form method="post" action="ECHO_navigationConfig"> |
|
<h2>Parameters</h2> |
|
<p>Path to the Storage manager (OSAS_Storage Product):</p> |
|
<input type="text" tal:attributes="value here/getStorageManagerURL" name="storageManagerURL" size="100"/> |
|
|
|
<p>Basis URL of the XML fulltext provider: </p> |
|
<input type="text" tal:attributes="value here/getFullTextBasisUrl" name="fullTextBasisUrl" size="100"/> |
|
|
|
<h2>Change Navigation structure</h2> |
|
|
|
|
<b>Title</b><input name="title" tal:attributes="value here/title"><br> |
<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>Path to the stored Hierarchy</b><input name="pathToHierarchy" tal:attributes="value here/pathToHierarchy"><br> |