version 1.2, 2004/03/16 10:20:58
|
version 1.8, 2004/12/16 14:19:45
|
Line 9
|
Line 9
|
<tr><td><b> MetaLink: </b></td><td><input type="text" name="metalink" tal:attributes="value here/metalink" size=80></td></tr> |
<tr><td><b> MetaLink: </b></td><td><input type="text" name="metalink" tal:attributes="value here/metalink" size=80></td></tr> |
<tr><td><b> Weight </b></td><td><input type="text" name="weight" tal:attributes="value here/weight"></td></tr> |
<tr><td><b> Weight </b></td><td><input type="text" name="weight" tal:attributes="value here/weight"></td></tr> |
|
|
<tr><td><b> Description:</b></td><td><textarea name="description" tal:content="here/description"></textarea></td></tr> |
<tr><td><b> Description:</b></td><td><textarea name="description" tal:content="here/description" cols="80" rows="10"></textarea></td></tr> |
<tr><td><b> Content-Type: </b></td><td><input type="text" name="content_type" tal:attributes="value here/content_type"></td></tr> |
<tr><td> <i>Content-Type:</i> </td><td><select name="contentType" tal:content="structure python:here.contentTypeSelector_HTML(selected=here.getContentType())"/></td></tr> |
|
|
<tr><td><b> Responsible: </b></td><td><input type="text" name="responsible" tal:attributes="value here/responsible"></td></tr> |
<tr><td><b> Responsible: </b></td><td><input type="text" name="responsible" tal:attributes="value here/responsible"></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" 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" tal:content="viewClass" checked/> |
<input tal:condition="not:python:here.getViewClassification()==viewClass" type="radio" name="viewClassification" tal:attributes="value viewClass"/> |
|
<span tal:content="viewClass"/><br/> |
<input tal:condition="not:python:here.getViewClassification()==viewClass" type="radio" name="viewClassification" tal:attributes="value viewClass" tal:content="viewClass"/> |
|
|
|
</p> |
</p> |
|
|
<b> Credits:</b><br> |
<b> Credits:</b><br> |
<div tal:repeat="item here/partners/getPartners"> |
<div tal:repeat="item here/partners/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" checked/><span tal:content="item/title"/><br/> |
<input type="checkbox" name="credits" tal:attributes="value item/id" tal:content="item/title" checked/> |
|
</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"/><span tal:content="item/title"/><br/> |
</div> |
</div> |
|
|
</div> |
</div> |
<input type="submit" value="Change"><br><br> |
<input type="submit" value="Change"><br/><br/> |
|
|
</form> |
</form> |
</body> |
</body> |