Diff for /documentViewer/zpt/viewer_main.zpt between versions 1.4 and 1.5

version 1.4, 2006/04/11 17:27:57 version 1.5, 2006/04/12 17:47:53
Line 4 Line 4
 </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)"/>
 <tal:block tal:condition="python:here.accessOK(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>
     <td width="300px" valign="top">      <td width="300px" valign="top">
Line 16 Line 16
   </tr>    </tr>
 </table>  </table>
 </tal:block>  </tal:block>
 <tal:block tal:condition="not:python:here.accessOK(docinfo)">  <tal:block tal:condition="not:python:here.isAccessible(docinfo)">
 <div class="errortext">Sorry, access to this document is restricted.</div>  <div class="errortext">Sorry, access to this document is restricted.</div>
 </tal:block>  </tal:block>
 </body>  </body>

Removed from v.1.4  
changed lines
  Added in v.1.5


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