version 1.21, 2007/01/23 16:50:11
|
version 1.22.2.1, 2012/08/29 07:53:31
|
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 collection <span tal:replace="here/getId"/></h2> |
<h2>Change collection <span tal:replace="here/getId"/></h2> |
<form name="form" action="changeECHO_collection"> |
<form name="form" action="changeECHO_collection"> |
Line 41
|
Line 45
|
|
|
<div tal:condition="python:item.getId() in here.getCredits()"> |
<div tal:condition="python:item.getId() in here.getCredits()"> |
|
|
<input type="checkbox" name="credits" tal:attributes="value item/id" checked/><tal:block tal:content="item/title"/> |
<input type="checkbox" name="credits" tal:attributes="value item/id" checked/> |
|
<tal:block tal:content="python:here.decode(item.title)"/> |
</div> |
</div> |
<div tal:condition="not:python:item.getId() in here.getCredits()"> |
<div tal:condition="not:python:item.getId() in here.getCredits()"> |
<input type="checkbox" name="credits" tal:attributes="value item/id"/><tal:block tal:content="item/title"/> |
<input type="checkbox" name="credits" tal:attributes="value item/id"/> |
|
<tal:block tal:content="python:here.decode(item.title)"/> |
</div> |
</div> |
|
|
</div> |
</div> |