source: documentViewer/zpt/image_main.zpt @ 27:3ce65220672c

Last change on this file since 27:3ce65220672c was 22:b139f9937e97, checked in by casties, 18 years ago

preliminary version 0.2

  • lots of stuff rewritten
  • new template system
  • still no access control
File size: 242 bytes
Line 
1<tal:block tal:define="docinfo python:options['docinfo']; pageinfo options/pageinfo">
2 <iframe height="100%" width="100%" tal:attributes="src python:here.imageViewerUrl+'fn=%s&pn=%s'%(docinfo['imagePath'],pageinfo['current'])"/>
3</tal:block>
Note: See TracBrowser for help on using the repository browser.