version 1.21, 2007/01/23 16:50:11
|
version 1.25, 2012/01/04 13:23:00
|
Line 33
|
Line 33
|
</select> |
</select> |
</td> |
</td> |
</tr> |
</tr> |
|
<tr><td><i>fullTextBasisUrl</i></td> |
|
<td><input type="text" name="fullTextBasisUrl" tal:attributes="value here/fullTextBasisUrl" size="100"></td></tr> |
</table> |
</table> |
|
|
<h3> Partners:</h3> |
<h3> Partners:</h3> |
Line 41
|
Line 43
|
|
|
<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> |