Mercurial > hg > documentViewer
diff zpt/documentViewer_template.zpt @ 17:99f6bd1a797f
fist
author | dwinter |
---|---|
date | Sun, 18 Dec 2005 13:35:02 +0100 |
parents | |
children | 9884703dae70 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/documentViewer_template.zpt Sun Dec 18 13:35:02 2005 +0100 @@ -0,0 +1,14 @@ +<html> +<body> +<table border="0" width="100%"> + <tr> + <td width="30%"> + <tal:x replace="structure python:here.thumbs(options['mode'],options['url'],options['start'])"/> + </td> + <td width="70%"> + <iframe height="100%" width="100%" tal:attributes="src python:here.image(options['mode'],options['url'],options['pn'])"/> + </td> + </tr> + </table> +</body> +</html> \ No newline at end of file