File:  [Repository] / ECHO_content / zpt / ECHO_content_overview.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Apr 18 17:36:02 2004 UTC (20 years, 1 month ago) by casties
Branches: MAIN
CVS tags: HEAD
new Arrows for view point regions -- first try

<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>
<div>
<tal:block tal:repeat="ob here/getGraphicCoords">
<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>
</div>
</body>
</html>

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