Diff for /MPIWGWeb/zpt/Attic/MPIWGProject_manageImagesForm.zpt between versions 1.1.2.5 and 1.1.2.6

version 1.1.2.5, 2005/10/26 18:42:02 version 1.1.2.6, 2006/11/10 15:00:32
Line 14 Line 14
           <a tal:attributes="href python:here.absolute_url()+'/manageImages?imageName='+image[0]+'&op=up'">up</a><br>            <a tal:attributes="href python:here.absolute_url()+'/manageImages?imageName='+image[0]+'&op=up'">up</a><br>
           <a tal:attributes="href python:here.absolute_url()+'/manageImages?imageName='+image[0]+'&op=down'">down</a>            <a tal:attributes="href python:here.absolute_url()+'/manageImages?imageName='+image[0]+'&op=down'">down</a>
         </td>          </td>
         <td tal:content="structure python:image[1].tag(scale=250.0 / image[1].height)" />          <td tal:condition="not:python:image[1].height==''" tal:content="structure python:image[1].tag(scale=250.0 / image[1].height)" />
       <td tal:condition="python:image[1].height==''" tal:content="python:image[1].height"/>
         <td tal:content="structure python:getattr(image[1],'caption','')" />          <td tal:content="structure python:getattr(image[1],'caption','')" />
         <td>          <td>
           <a tal:attributes="href python:image[1].getId()+'/editImage'">Edit</a><br/>            <a tal:attributes="href python:image[1].getId()+'/editImage'">Edit</a><br/>

Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6


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