Mercurial > hg > documentViewer
view zpt/image_main.zpt @ 53:f4e0af8c281d
NEW - # 44: ECHO - vollst?ndige bibliographische Angabe
https://itgroup.mpiwg-berlin.mpg.de:8080/tracs/vision/ticket/44
minor bug
author | dwinter |
---|---|
date | Fri, 20 Apr 2007 16:46:05 +0200 |
parents | 92047eaa6272 |
children | 5c9837484085 |
line wrap: on
line source
<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; mode python:options.get('viewMode','images')"> <iframe tal:condition="python:mode=='images'" height="100%" width="100%" tal:attributes="src string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}"/> <iframe tal:condition="python:mode=='text'" height="100%" width="100%" tal:attributes="src string:${here/textViewerUrl}fn=${docinfo/textURL}&pn=${pageinfo/current}&lang=${docinfo/lang}"/> </tal:block>