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

version 1.1, 2004/03/30 19:12:23 version 1.2, 2004/04/18 17:36:02
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()">
 <img id="overview" src="overview">  <div>
 <div id="red" style="position: absolute; top: 0; left: 0; width: 0; height: 0; background: url(red.gif); visibility: visible;">  <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>  </div>
   <div>
 <tal:block tal:repeat="ob here/getGraphicCoords">  <tal:block tal:repeat="ob here/getGraphicCoords">
 <a tal:attributes="id python:ob[1];onmouseover python:'ShowRedFrame(Red,Img,%s)'%ob[0];href python:ob[1]" onmousout="NoRedFrame(Red)" target="_blank" tal:content="python:ob[2]"/><br>  <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]"/>
   </div>
   <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">
   <span tal:content="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;" />
   </a>
   </div>
   <br>
 </tal:block>  </tal:block>
   </div>
 </body>  </body>
 </html>  </html>

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


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