File:  [Repository] / ECHO_content / zpt / ECHO_content_overview.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Mar 30 19:12:23 2004 UTC (20 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
graphical overview now in zpt and templates are possible

    1: <html>
    2: <head>
    3: <script type="text/javascript" tal:content="structure here/createJavaScript"/>
    4: </head>
    5: <body onload="Init()">
    6: <img id="overview" src="overview">
    7: <div id="red" style="position: absolute; top: 0; left: 0; width: 0; height: 0; background: url(red.gif); visibility: visible;">
    8: </div>
    9: <tal:block tal:repeat="ob here/getGraphicCoords">
   10: <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>
   11: </tal:block>
   12: </body>
   13: </html>

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