File:  [Repository] / documentViewer / zpt / viewer_main.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Apr 7 18:45:48 2006 UTC (18 years, 3 months ago) by casties
Branches: MAIN
CVS tags: HEAD
new, less preliminary version 0.2
- lots of stuff rewritten
- new template system
- still no access control

<html>
<head>
<link rel="stylesheet" href="template/docuviewer_css" type="text/css">
</head>
<body tal:define="docinfo options/docinfo; pageinfo options/pageinfo">
<div tal:replace="structure python:here.template.head_main(docinfo=docinfo)"/>
<table border="0" width="100%" height="100%">
  <tr>
    <td width="300px" valign="top">
		<tal:block replace="structure python:here.template.thumbs_main(docinfo=docinfo,pageinfo=pageinfo)" /> 
    </td>
    <td width="100%" valign="top">
      <tal:block tal:content="structure python:here.template.image_main(docinfo=docinfo,pageinfo=pageinfo)" />
    </td>
  </tr>
</table>
</body>
</html>

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