Diff for /documentViewer/zpt/toc_text.zpt between versions 1.3 and 1.3.2.1

version 1.3, 2010/05/25 14:36:24 version 1.3.2.1, 2011/08/16 10:02:00
Line 1 Line 1
 <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo;    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   </head>
   <body>
     <!-- block used for main content area -->
     <div class="col_left" metal:define-macro="main"
        tal:define="docinfo options/docinfo; pageinfo options/pageinfo;  
   pn python:int(pageinfo['tocPN']); tocsize python:int(docinfo['tocSize_text']); grpsize python:int(pageinfo['tocPageSize']);    pn python:int(pageinfo['tocPN']); tocsize python:int(docinfo['tocSize_text']); grpsize python:int(pageinfo['tocPageSize']);
   maxpn python:int(tocsize/grpsize);">    maxpn python:int(tocsize/grpsize);">
   <div class="thumbruler">    <div class="thumbruler">
Line 10 Line 19
     <a tal:attributes="href python:here.getLink(param='tocPN',val=pn+1)">&gt;</a>      <a tal:attributes="href python:here.getLink(param='tocPN',val=pn+1)">&gt;</a>
   </span>    </span>
 </div>  </div>
   <div tal:content="structure python:here.getTocPage(mode='text',pageinfo=pageinfo,docinfo=docinfo)"/>    <div class="content" tal:content="structure python:here.getTocPage(mode='text',pageinfo=pageinfo,docinfo=docinfo)"/>
 </tal:block>  </div> <!-- toc -->
   </body>
   </html>

Removed from v.1.3  
changed lines
  Added in v.1.3.2.1


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