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

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.3       casties    10: <!-- link and coordinate block -->
1.1       dwinter    11: <tal:block tal:repeat="ob here/getGraphicCoords">
1.4     ! casties    12: <span 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]"/>&nbsp;
        !            14: </span>
        !            15: <span tal:condition="python:ob[4][4] != ''">
1.3       casties    16: <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">
                     17: <span tal:replace="python:ob[2]"/>
1.2       casties    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;" />
1.4     ! casties    19: </a>&nbsp;
        !            20: </span><br/>
1.1       dwinter    21: </tal:block>
1.3       casties    22: <!-- end of link and coordinate block -->
1.1       dwinter    23: </body>
                     24: </html>

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