view zpt/documentViewer_template.zpt @ 21:0af46e75de3c

preliminary version 0.2 - lots of stuff rewritten - new template system - still no access control
author casties
date Thu, 06 Apr 2006 19:13:43 +0200
parents 9884703dae70
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>