view zpt/documentViewer_template.zpt @ 20:9884703dae70

new modi
author dwinter
date Fri, 23 Dec 2005 15:01:29 +0100
parents 99f6bd1a797f
children
line wrap: on
line source

<html>
<body>
<tal:x tal:define="header python:here.headerFromIndexMeta(options['url'])">

<b tal:content="python:header[0]"/>,<i tal:content="python:header[1]"/>,<i tal:content="python:header[2]"/>
</tal:x>
<table border="0" width="100%" height="100%">
	<tr>
		<td width="30%" valign="top">
		<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>