Diff for /documentViewer/zpt/page_main_text_dict.zpt between versions 1.3 and 1.4.2.1

version 1.3, 2010/05/25 09:52:00 version 1.4.2.1, 2010/06/17 17:35:24
Line 1 Line 1
   
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
Line 10 Line 9
 </head>  </head>
 <body>  <body>
   <!-- block used for main content area -->    <!-- block used for main content area -->
   <metal:block metal:define-macro="main">    <metal:block metal:define-macro="main" tal:define="pageinfo options/pageinfo; docinfo options/docinfo; highlightQuery pageinfo/highlightQuery|nothing; sn pageinfo/sn|nothing">
     <div tal:content="structure python:here.getTextPage(mode='text_dict',pn=pageinfo['current'],docinfo=docinfo)"></div>      <div tal:content="structure python:here.getTextPage(mode='text_dict',pn=pageinfo['current'],docinfo=docinfo,highlightQuery=highlightQuery,sn=sn,pageinfo=pageinfo)"/>
   </metal:block>    </metal:block>
 </body>  </body>
 </html>  </html>
   

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


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