Diff for /documentViewer/zpt/Attic/viewer_images.zpt between versions 1.1.2.2 and 1.1.2.4

version 1.1.2.2, 2011/08/22 09:12:42 version 1.1.2.4, 2011/08/29 14:39:50
Line 50 Line 50
               first python:test(pn>1,1,None); last python:test(pn<numPages,numPages,None);                first python:test(pn>1,1,None); last python:test(pn<numPages,numPages,None);
               left python:test(flowLtr,prev,next); right python:test(flowLtr,next,prev);                left python:test(flowLtr,prev,next); right python:test(flowLtr,next,prev);
               leftest python:test(flowLtr,first,last); rightest python:test(flowLtr,last,first);">                leftest python:test(flowLtr,first,last); rightest python:test(flowLtr,last,first);">
     <div class="page-head" metal:use-macro="here/template/head_main/macros/main" />      <div class="page-head">
         <metal:block metal:use-macro="here/template/head_main/macros/main" />
       </div>
     <div class="page-body" tal:condition="python:here.isAccessible(docinfo)">      <div class="page-body" tal:condition="python:here.isAccessible(docinfo)">
       <!--table of contents-->        <!--table of contents-->
       <div class="col-left" metal:use-macro="python:path('here/template/toc_%s/macros/main'%tocMode)" />        <div class="col-left">
           <metal:block metal:use-macro="python:path('here/template/toc_%s/macros/main'%tocMode)" />
         </div>
       <!-- text page -->        <!-- text page -->
       <div class="col-main">        <div class="col-main">
         <div class="ruler">          <div class="ruler">

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.4


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