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

version 1.1.2.3, 2011/08/16 10:02:00 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 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 -->
         <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="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"/>

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


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