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, 2 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
graphical overview now in zpt and templates are possible

<html>
<head>
<script type="text/javascript" tal:content="structure here/createJavaScript"/>
</head>
<body onload="Init()">
<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>
<tal:block tal:repeat="ob here/getGraphicCoords">
<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>
</tal:block>
</body>
</html>

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