Diff for /documentViewer/zpt/viewer_main.zpt between versions 1.7 and 1.9

version 1.7, 2006/09/09 10:52:59 version 1.9, 2008/11/04 20:36:51
Line 4 Line 4
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 </head>  </head>
 <body tal:condition="docinfo/numPages">  <body tal:condition="docinfo/numPages">
 <div tal:replace="structure python:here.template.head_main(docinfo=docinfo)"/>  <div tal:replace="structure python:here.template.head_main(docinfo=docinfo,viewMode=viewMode,pageinfo=pageinfo)"/>
 <tal:block tal:condition="python:here.isAccessible(docinfo)">  <tal:block tal:condition="python:here.isAccessible(docinfo)">
 <table border="0" width="100%" height="100%">  <table border="0" width="100%" height="100%">
   <tr>    <tr>
Line 12 Line 12
         <tal:block replace="structure python:here.template.thumbs_main(docinfo=docinfo,pageinfo=pageinfo)" />           <tal:block replace="structure python:here.template.thumbs_main(docinfo=docinfo,pageinfo=pageinfo)" /> 
     </td>      </td>
     <td width="100%" valign="top">      <td width="100%" valign="top">
       <tal:block tal:content="structure python:here.template.image_main(docinfo=docinfo,pageinfo=pageinfo,viewMode=viewMode)" />        <tal:block tal:content="structure python:here.template.image_main(docinfo=docinfo,pageinfo=pageinfo,viewMode=viewMode,mk=mk)" />
     </td>      </td>
   </tr>    </tr>
 </table>  </table>

Removed from v.1.7  
changed lines
  Added in v.1.9


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