Diff for /ECHO_content/zpt/ChangeECHO_resource.zpt between versions 1.5 and 1.9

version 1.5, 2004/04/18 17:36:02 version 1.9, 2005/01/18 16:24:44
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> <i>Content-Type:</i> </td><td><select name="contentType" tal:content="structure python:here.contentTypeSelector_HTML(selected=here.contentType)"/></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" checked/>
Line 28 Line 24
 </p>  </p>
   
       <b> Credits:</b><br>                 <b> Credits:</b><br>         
       <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" checked/><span tal:content="item/title"/><br/>            <input type="checkbox" name="credits" tal:attributes="value item/id" checked/><span tal:content="item/title"/><br/>

Removed from v.1.5  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>