File:  [Repository] / ECHO_content / zpt / ECHO_content_overview.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Mon Apr 19 10:35:14 2004 UTC (20 years, 1 month ago) by casties
Branches: MAIN
CVS tags: HEAD
arrows work now with IE (checked with IE5 on OSX)

<html>
<head>
<script type="text/javascript" tal:content="structure here/createJavaScript"/>
</head>
<body onload="Init()">
<div>
<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>
<!-- link and coordinate block -->
<tal:block tal:repeat="ob here/getGraphicCoords">
<span 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]"/>&nbsp;
</span>
<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">
<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;" />
</a>&nbsp;
</span><br/>
</tal:block>
<!-- end of link and coordinate block -->
</body>
</html>

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