Diff for /documentViewer/zpt/Attic/thumbs_main.zpt between versions 1.2 and 1.3

version 1.2, 2006/04/07 18:45:48 version 1.3, 2006/04/11 17:27:57
Line 10 Line 10
       tal:attributes="selected python:(start==grp*grpsize+1); value python:(grp*grpsize+1)"        tal:attributes="selected python:(start==grp*grpsize+1); value python:(grp*grpsize+1)"
       tal:content="python:(grp*grpsize+1)"/>        tal:content="python:(grp*grpsize+1)"/>
   </select>    </select>
   <span tal:condition="python:(start+grpsize<docinfo['numPages'])">    <span tal:condition="python:(start+grpsize<int(docinfo['numPages']))">
     <a tal:attributes="href python:here.getLink(param='start',val=start+grpsize)">&gt;</a>      <a tal:attributes="href python:here.getLink(param='start',val=start+grpsize)">&gt;</a>
   </span>    </span>
 </div>  </div>

Removed from v.1.2  
changed lines
  Added in v.1.3


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