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

version 1.1.2.1, 2011/08/17 15:00:31 version 1.1.2.2, 2011/08/22 09:12:42
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:use-macro="here/template/head_main/macros/main" />
     <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:use-macro="python:path('here/template/toc_%s/macros/main'%tocMode)" />
       <!-- text page -->        <!-- text page -->
       <div class="col_main">        <div class="col-main">
         <div class="ruler">          <div class="ruler">
           <form class="autosubmit" tal:attributes="action viewerUrl">            <form class="autosubmit" tal:attributes="action viewerUrl">
             <input type="hidden" tal:define="params python:here.getParams('pn', None)" tal:repeat="param params"              <input type="hidden" tal:define="params python:here.getParams('pn', None)" tal:repeat="param params"
Line 85 Line 85
             <img tal:attributes="src string:${docinfo/imageURL}&pn=${pageinfo/pn}&dw=500&dh=500" />              <img tal:attributes="src string:${docinfo/imageURL}&pn=${pageinfo/pn}&dw=500&dh=500" />
           </div>            </div>
         </div> <!-- content -->          </div> <!-- content -->
       </div> <!-- col_main -->        </div> <!-- col-main -->
       <div class="col_right">        <div class="col-right">
         BUTTONS          BUTTONS
       </div>        </div>
     </div> <!-- page_body -->      </div> <!-- page-body -->
     <div class="page_body" tal:condition="python:not here.isAccessible(docinfo)">      <div class="page-body" tal:condition="python:not here.isAccessible(docinfo)">
       <div class="errortext">Sorry, access to this document is restricted.</div>        <div class="errortext">Sorry, access to this document is restricted.</div>
     </div>      </div>
   </tal:block>    </tal:block>

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


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