view zpt/image_main.zpt @ 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 b139f9937e97
children c43d3cd16238
line wrap: on
line source

<tal:block tal:define="docinfo python:options['docinfo']; pageinfo options/pageinfo">
 <iframe height="100%" width="100%" tal:attributes="src python:here.imageViewerUrl+'fn=%s&pn=%s'%(docinfo['imagePath'],pageinfo['current'])"/>
</tal:block>