Diff for /ECHO_content/zpt/ECHO_content_overview.zpt between versions 1.2 and 1.3

version 1.2, 2004/04/18 17:36:02 version 1.3, 2004/04/18 19:29:08
Line 7 Line 7
 <img id="overview" src="overview" />  <img id="overview" src="overview" />
 <div id="red" style="position: absolute; top: 0; left: 0; width: 0; height: 0; background:url(red.gif); visibility: visible;" />  <div id="red" style="position: absolute; top: 0; left: 0; width: 0; height: 0; background:url(red.gif); visibility: visible;" />
 </div>  </div>
 <div>  <!-- link and coordinate block -->
 <tal:block tal:repeat="ob here/getGraphicCoords">  <tal:block tal:repeat="ob here/getGraphicCoords">
 <div tal:condition="python:ob[4][4] == ''">  <div tal:condition="python:ob[4][4] == ''">
 <a tal:attributes="id python:'%s'%ob[1];onmouseover python:'ShowRedFrame(Red,Img,%s)'%ob[0];href python:ob[1]" onmouseout="NoRedFrame(Red)" target="_blank" tal:content="python:ob[2]"/>  <a tal:attributes="id python:'%s'%ob[1];onmouseover python:'ShowRedFrame(Red,Img,%s)'%ob[0];href python:ob[1]" onmouseout="NoRedFrame(Red)" target="_blank" tal:content="python:ob[2]"/>
 </div>  </div>
 <div tal:condition="python:ob[4][4] != ''">  <div tal:condition="python:ob[4][4] != ''">
 <a tal:attributes="id python:'%s'%ob[1];onmouseover python:'ShowArrow(new getObj(\'i.%s\'),Img,%s)'%(ob[1],ob[0]);href python:ob[1]" onmouseout="NoRedFrame(Red)" target="_blank">  <a tal:attributes="id python:'%s'%ob[1];onmouseover python:'highlightPair(\'%s\', true)'%ob[1];onmouseout python:'highlightPair(\'%s\', false)'%ob[1];href python:ob[1]" onmouseout="NoRedFrame(Red)" target="_blank">
 <span tal:content="python:ob[2]"/>  <span tal:replace="python:ob[2]"/>
 <img tal:attributes="id python:'i.%s'%ob[1]; src python:'http://nausikaa2.rz-berlin.mpg.de/digitallibrary/servlet/Scaler/?dw=25&fn=icons/pfeil&rot=%s'%ob[4][4]" border="0" style="position: absolute; visibility: hidden;" />  <img tal:attributes="id python:'i.%s'%ob[1]; src python:'http://nausikaa2.rz-berlin.mpg.de/digitallibrary/servlet/Scaler/?dw=25&fn=icons/pfeil&rot=%s'%ob[4][4]" border="0" style="position: absolute; visibility: hidden;" />
 </a>  </a>
 </div>  </div>
 <br>  
 </tal:block>  </tal:block>
 </div>  <!-- end of link and coordinate block -->
 </body>  </body>
 </html>  </html>

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>