Diff for /documentViewer/zpt/viewer_main.zpt between versions 1.6 and 1.8

version 1.6, 2006/06/13 15:10:35 version 1.8, 2006/09/11 14:43:09
Line 1 Line 1
 <html tal:define="docinfo options/docinfo; pageinfo options/pageinfo">  <html tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode options/viewMode">
 <head>  <head>
 <link rel="stylesheet" href="template/docuviewer_css" type="text/css">  <link rel="stylesheet" href="template/docuviewer_css" type="text/css">
 <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)" />        <tal:block tal:content="structure python:here.template.image_main(docinfo=docinfo,pageinfo=pageinfo,viewMode=viewMode)" />
     </td>      </td>
   </tr>    </tr>
 </table>  </table>

Removed from v.1.6  
changed lines
  Added in v.1.8


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