Annotation of ECHO_content/zpt/ECHO_content_overview.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2: <head>
                      3: <script type="text/javascript" tal:content="structure here/createJavaScript"/>
                      4: </head>
                      5: <body onload="Init()">
1.2     ! casties     6: <div>
        !             7: <img id="overview" src="overview" />
        !             8: <div id="red" style="position: absolute; top: 0; left: 0; width: 0; height: 0; background:url(red.gif); visibility: visible;" />
1.1       dwinter     9: </div>
1.2     ! casties    10: <div>
1.1       dwinter    11: <tal:block tal:repeat="ob here/getGraphicCoords">
1.2     ! casties    12: <div tal:condition="python:ob[4][4] == ''">
        !            13: <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]"/>
        !            14: </div>
        !            15: <div tal:condition="python:ob[4][4] != ''">
        !            16: <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">
        !            17: <span tal:content="python:ob[2]"/>
        !            18: <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;" />
        !            19: </a>
        !            20: </div>
        !            21: <br>
1.1       dwinter    22: </tal:block>
1.2     ! casties    23: </div>
1.1       dwinter    24: </body>
                     25: </html>

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