Mercurial > hg > documentViewer
changeset 27:3ce65220672c
new, less preliminary version 0.2
- lots of stuff rewritten
- new template system
- still no access control
| author | casties |
|---|---|
| date | Fri, 07 Apr 2006 20:45:48 +0200 |
| parents | dcadb05c8dfb |
| children | b9a867a67477 |
| files | zpt/viewer_main.zpt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/zpt/viewer_main.zpt Fri Apr 07 20:45:48 2006 +0200 +++ b/zpt/viewer_main.zpt Fri Apr 07 20:45:48 2006 +0200 @@ -9,7 +9,7 @@ <td width="300px" valign="top"> <tal:block replace="structure python:here.template.thumbs_main(docinfo=docinfo,pageinfo=pageinfo)" /> </td> - <td width="100%"> + <td width="100%" valign="top"> <tal:block tal:content="structure python:here.template.image_main(docinfo=docinfo,pageinfo=pageinfo)" /> </td> </tr>
