annotate zpt/image_main.zpt @ 32:b25c89d693cf

version 0.2.3 - first version with access control! * defaults to open when no access info * uses any logged in user for local access
author casties
date Tue, 11 Apr 2006 19:27:57 +0200
parents c43d3cd16238
children 31059e3d9338
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
c43d3cd16238 small fixes
casties
parents: 22
diff changeset
1 <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo">
c43d3cd16238 small fixes
casties
parents: 22
diff changeset
2 <iframe height="100%" width="100%" tal:attributes="src string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}"/>
22
b139f9937e97 preliminary version 0.2
casties
parents:
diff changeset
3 </tal:block>