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

version 1.1.2.2, 2011/08/15 19:09:08 version 1.1.2.4, 2011/08/17 15:00:31
Line 6 Line 6
               numPages docinfo/numPages | nothing;">                numPages docinfo/numPages | nothing;">
 <head>  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title tal:content="python:docinfo.get('creator',' ') + ' - ' + docinfo.get('title',' ')"/>
   <link rel="stylesheet" href="template/docuviewer_css" type="text/css">    <link rel="stylesheet" href="template/docuviewer_css" type="text/css">
 </head>  </head>
 <body tal:condition="numPages">  <body tal:condition="numPages">
Line 20 Line 21
   <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 46 Line 47
         <a tal:condition="rightest" tal:attributes="href python:here.getLink('pn',rightest)">&gt;|</a>          <a tal:condition="rightest" tal:attributes="href python:here.getLink('pn',rightest)">&gt;|</a>
         <span tal:condition="not:rightest">&gt;|</span>          <span tal:condition="not:rightest">&gt;|</span>
         </form>          </form>
       </div>        </div> <!-- ruler -->
       <div class="page">        <ul class="switcher">
           <li>
               <a tal:attributes="href python:here.getLink('viewMode','images')">Image</a>
           </li>
           <li class="sel">Text</li>
         </ul>
         <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.4


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