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

version 1.4, 2004/04/04 17:48:22 version 1.5, 2004/04/18 17:36:02
Line 22 Line 22
 </table>  </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>

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


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