version 1.7, 2004/05/07 14:00:13
|
version 1.8, 2004/12/16 14:19:45
|
Line 16
|
Line 16
|
</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" size=40></td></tr> |
|
</table> |
|
<h4>View Type</h4> |
<h4>View Type</h4> |
<p tal:repeat="viewClass here/viewClassificationList"> |
<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="python:here.getViewClassification()==viewClass" type="radio" name="viewClassification" tal:attributes="value viewClass" checked/> |