version 1.14, 2004/06/25 11:02:16
|
version 1.16, 2004/12/02 17:17:30
|
Line 25
|
Line 25
|
<input type="radio" name="location" value="top" checked>top<input type="radio" name="location" value="bottom">bottom |
<input type="radio" name="location" value="top" checked>top<input type="radio" name="location" value="bottom">bottom |
</tal:block> |
</tal:block> |
</td></tr> |
</td></tr> |
|
<tr><td><i>Clickable also if selected:<i> |
|
<input tal:condition="python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable" checked value="yes"> |
|
<input tal:condition="not:python:getattr(here,'isAlwaysClickable',None)" type="checkbox" name="isAlwaysClickable" value="yes"> |
|
</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/partners/getPartners"> |