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

version 1.1.2.3, 2011/08/25 15:05:22 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">        <div class="col-left">

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


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