Diff for /documentViewer/zpt/toc_thumbs.zpt between versions 1.3.2.2 and 1.3.2.3

version 1.3.2.2, 2011/08/16 10:02:00 version 1.3.2.3, 2011/08/16 16:27:08
Line 38 Line 38
           <span tal:condition="not:left">&lt;</span>            <span tal:condition="not:left">&lt;</span>
           <select class="autosubmit" name="start"            <select class="autosubmit" name="start"
             tal:define="ofs python:test(pageinfo['pageZero'],0,1)">              tal:define="ofs python:test(pageinfo['pageZero'],0,1)">
             <tal:block tal:repeat="grp python:range(numgroups)">              <tal:block >
               <option tal:define="idx python:max(grp*grpsize+ofs,1)"                <option tal:repeat="grp pageBatch/batches"
                 tal:attributes="selected python:start==idx; value idx;"                  tal:attributes="selected python:start==grp['start']; value grp/start;"
                 tal:content="python:'%s - %s'%(idx,min((grp+1)*grpsize+ofs-1,numPages))" />                  tal:content="string:${grp/start} - ${grp/end}" />
             </tal:block>              </tal:block>
           </select>            </select>
           <input type="submit" value="Go" />             <input type="submit" value="Go" /> 

Removed from v.1.3.2.2  
changed lines
  Added in v.1.3.2.3


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