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

version 1.1.2.3, 2011/08/25 15:05:22 version 1.1.2.5, 2011/08/31 16:22:39
Line 24 Line 24
             'fn' : '${docinfo/imagePath}',              'fn' : '${docinfo/imagePath}',
             'pn' : '${pageinfo/pn}',              'pn' : '${pageinfo/pn}',
             'suppressParamNames' : ['fn'],              'suppressParamNames' : ['fn'],
             'showRegionNumbers' : true              'showRegionNumbers' : true,
               'visibleButtonSets' : 0
         };"></script>          };"></script>
   
 <script type="text/javascript">  <script type="text/javascript">
Line 50 Line 51
               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.5


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