comparison zpt/head_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 a10fff6199b0
children 3b3c7cadd013
comparison
equal deleted inserted replaced
52:92047eaa6272 53:f4e0af8c281d
3 <tal:y tal:condition="exists:docinfo/author"> 3 <tal:y tal:condition="exists:docinfo/author">
4 <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/>,<i tal:content="docinfo/year"/> 4 <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/>,<i tal:content="docinfo/year"/>
5 </tal:y> 5 </tal:y>
6 <tal:x tal:condition="python:viewMode=='text'"> 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> 7 <a target="_blank" tal:attributes="href string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}">view image</a>
8 <a target="_blank" tal:attributes="href string:${here/textViewerUrl}/getPage?fn=${docinfo/imagePath}&_pn=${pageinfo/current}">show xml</a>
8 </tal:x> 9 </tal:x>
9 </tal:block> 10 </tal:block>