version 1.3, 2004/04/02 16:28:57
|
version 1.4, 2004/04/02 17:38:40
|
Line 7
|
Line 7
|
<tr> |
<tr> |
<td valign="top"> |
<td valign="top"> |
<h3>Select the collection or subcollection</h3> |
<h3>Select the collection or subcollection</h3> |
<div tal:replace="structure python:here.XmlToTree('http://xserve02.mpiwg-berlin.mpg.de:18880/echo_nav/echo_pages/content/getCollectionTreeXML')"/> |
<div tal:replace="structure python:here.XmlToTree(here.collection)"/> |
</td> |
</td> |
|
|
<td valign="top"> |
<td valign="top"> |
Line 34
|
Line 34
|
|
|
<b> Credits:</b><br> |
<b> Credits:</b><br> |
|
|
<div tal:omit-tag="" tal:repeat="item python:here.getPartners()"> <input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title"><br></div> |
<div tal:omit-tag="" tal:repeat="item python:here.getPartners(here.collection)"> <input type="checkbox" name="credits" tal:attributes="value python:item[0]" tal:content="python:item[1]"><br></div> |
|
|
</td> |
</td> |
</tr> |
</tr> |