source: documentViewer/zpt/head_main.zpt @ 52:92047eaa6272

Last change on this file since 52:92047eaa6272 was 49:a10fff6199b0, checked in by dwinter, 18 years ago

verbesserung fŸr text unterstŸtzung, text kann jetzt aus url kommen, sprache bisher nur deutsch

File size: 586 bytes
Line 
1<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode python:options.get('viewMode','images')">
2  <span tal:condition="not:exists:docinfo/author">(no bibliographical information)</span>
3  <tal:y tal:condition="exists:docinfo/author">
4    <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/>,<i tal:content="docinfo/year"/>
5  </tal:y>
6  <tal:x tal:condition="python:viewMode=='text'">
7  <a target="_blank" tal:attributes="href string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}">view image</a>
8  </tal:x>
9</tal:block>
Note: See TracBrowser for help on using the repository browser.