Diff for /documentViewer/zpt/toc_thumbs.zpt between versions 1.2 and 1.3

version 1.2, 2010/04/09 18:33:53 version 1.3, 2010/05/25 14:36:24
Line 1 Line 1
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  <div tal:define="docinfo options/docinfo; pageinfo options/pageinfo;  
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">    start pageinfo/start; end pageinfo/end; rows pageinfo/rows; cols pageinfo/cols;
 <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 -->  
   <metal:block metal:define-macro="main">  
     <div tal:define="start pageinfo/start; end pageinfo/end; rows pageinfo/rows; cols pageinfo/cols;  
   current pageinfo/current; grpsize pageinfo/groupsize">    current pageinfo/current; grpsize pageinfo/groupsize">
   
 <div class="thumbruler">  <div class="thumbruler">
Line 37 Line 29
   </tr>    </tr>
 </table>  </table>
 </div>  </div>
   </metal:block>  
 </body>  
 </html>  
   

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


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