version 1.15, 2004/09/01 14:32:32
|
version 1.18, 2005/03/10 15:46:59
|
Line 31
|
Line 31
|
</td></tr> |
</td></tr> |
</table> |
</table> |
|
|
<h4>Coords</h4> |
|
<table> |
|
<tr tal:repeat="coord python:here.getCoords()"><td><b> Coords: </b></td><td><input type="text" name="coords" tal:attributes="value coord"></td></tr> |
|
</table> |
|
|
|
<h4>View Type</h4> |
|
<p tal:repeat="viewClass here/viewClassificationList"> |
|
<input tal:condition="python:here.getViewClassification()==viewClass" type="radio" name="viewClassification" tal:attributes="value viewClass" checked/> |
|
<input tal:condition="not:python:here.getViewClassification()==viewClass" type="radio" name="viewClassification" tal:attributes="value viewClass"/> |
|
<span tal:content="viewClass"/><br/> |
|
</p> |
|
|
|
<h3> Partners:</h3> |
<h3> Partners:</h3> |
|
|
<div tal:repeat="item here/partners/getPartners"> |
<div tal:repeat="item here/getPartners"> |
|
|
<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" tal:content="item/title" checked/> |
<input type="checkbox" name="credits" tal:attributes="value item/id" checked/><tal:block tal:content="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:content="item/title"/> |
<input type="checkbox" name="credits" tal:attributes="value item/id"/><tal:block tal:content="item/title"/> |
</div> |
</div> |
|
|
</div> |
</div> |