Diff for /documentViewer/zpt/viewer_main.zpt between versions 1.2 and 1.3

version 1.2, 2006/04/07 18:45:48 version 1.3, 2006/04/10 19:51:50
Line 2 Line 2
 <head>  <head>
 <link rel="stylesheet" href="template/docuviewer_css" type="text/css">  <link rel="stylesheet" href="template/docuviewer_css" type="text/css">
 </head>  </head>
 <body tal:define="docinfo options/docinfo; pageinfo options/pageinfo">  <body tal:define="docinfo options/docinfo; pageinfo options/pageinfo" 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)"/>
 <table border="0" width="100%" height="100%">  <table border="0" width="100%" height="100%">
   <tr>    <tr>
Line 15 Line 15
   </tr>    </tr>
 </table>  </table>
 </body>  </body>
   <body tal:define="docinfo options/docinfo; pageinfo options/pageinfo" tal:condition="not:docinfo/numPages">
   <div class="errortext">Sorry, document doesn't exist.</div>
   </body>
 </html>  </html>

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


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