Diff for /documentViewer/zpt/Attic/viewer_text.zpt between versions 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2011/08/15 19:09:08 version 1.1.2.3, 2011/08/16 10:02:00
Line 20 Line 20
   <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="toc"      <div class="col_left"
       metal:use-macro="python:path('here/template/toc_%s/macros/main'%tocMode)" />        metal:use-macro="python:path('here/template/toc_%s/macros/main'%tocMode)" />
     <!-- text page -->      <!-- text page -->
     <div class="text">      <div class="col_main">
       <div class="ruler">        <div class="ruler">
         <form class="autosubmit pageruler" tal:attributes="action viewerUrl">          <form class="autosubmit" tal:attributes="action viewerUrl">
           <input type="hidden" tal:define="params python:here.getParams('pn', None)"            <input type="hidden" tal:define="params python:here.getParams('pn', None)"
             tal:repeat="param params" tal:attributes="name param; value python:params[param]" />              tal:repeat="param params" tal:attributes="name param; value python:params[param]" />
         page          page
Line 47 Line 47
         <span tal:condition="not:rightest">&gt;|</span>          <span tal:condition="not:rightest">&gt;|</span>
         </form>          </form>
       </div>        </div>
       <div class="page">        <div class="content">
         <div class="pageHeaderTitle" tal:condition="exists:pageinfo/pageHeaderTitle" tal:content="structure pageinfo/pageHeaderTitle"/>          <div class="pageHeaderTitle" tal:condition="exists:pageinfo/pageHeaderTitle" tal:content="structure pageinfo/pageHeaderTitle"/>
         <tal:block tal:replace="structure textPage"/>          <tal:block tal:replace="structure textPage"/>
       </div>        </div>

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


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