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

version 1.4, 2006/04/11 17:27:57 version 1.6, 2006/06/13 15:10:35
Line 1 Line 1
 <html tal:define="docinfo options/docinfo; pageinfo options/pageinfo">  <html tal:define="docinfo options/docinfo; pageinfo options/pageinfo">
 <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">
 </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 17
   </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.6


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