Diff for /ECHO_content/zpt/ECHO_content_overview.zpt between versions 1.4 and 1.5

version 1.4, 2004/04/19 10:35:14 version 1.5, 2004/05/04 14:24:25
Line 3 Line 3
 <script type="text/javascript" tal:content="structure here/createJavaScript"/>  <script type="text/javascript" tal:content="structure here/createJavaScript"/>
 </head>  </head>
 <body onload="Init()">  <body onload="Init()">
 <div>  
   <table>
   <tr><td>
   <td valign="top">
 <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;" />  <span id="red" style="position: absolute; top: 0; left: 0; width: 0; height: 0; background:url(red.gif); visibility: visible;" />
 </div>  </td>
   </tr>
   <tr>
   <td>
 <!-- link and coordinate block -->  <!-- link and coordinate block -->
 <tal:block tal:repeat="ob here/getGraphicCoords">  <tal:block tal:repeat="ob here/getGraphicCoords">
 <span tal:condition="python:ob[4][4] == ''">  <span tal:condition="python:ob[4][4] == ''">
Line 15 Line 21
 <span tal:condition="python:ob[4][4] != ''">  <span tal:condition="python:ob[4][4] != ''">
 <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">  <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:replace="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=10&fn=icons/pfeil&rot=%s'%ob[4][4]" border="1" style="position: absolute; visibility: hidden; border-style: none" />
 </a>&nbsp;  </a>&nbsp;
 </span><br/>  </span><br/>
 </tal:block>  </tal:block>
 <!-- end of link and coordinate block -->  <!-- end of link and coordinate block -->
   </td>
   </tr>
   </table>
 </body>  </body>
 </html>  </html>

Removed from v.1.4  
changed lines
  Added in v.1.5


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