File:  [Repository] / ECHO_content / zpt / ECHO_content_overview.zpt
Revision 1.10: download - view: text, annotated - select for diffs - revision graph
Mon May 24 17:04:14 2004 UTC (20 years ago) by casties
Branches: MAIN
CVS tags: HEAD
small typo

<html>
<head tal:content="structure here/createMapHead">
</head>
<body onload="init()">
<h2 tal:condition="here/title" tal:content="here/title"/>

<table>
<tr>
<td>
<!-- link block -->
<tal:block tal:repeat="ob here/getGraphicCoords">
<a tal:replace="structure python:here.createMapLink(ob)"/><br/>
</tal:block>
<!-- end of link block -->
</td>
<td valign="top">
<div tal:replace="structure python:here.createMapImg()"/>
</td>
</tr>
</table>
<!-- auxiliary image block -->
<tal:block tal:repeat="ob here/getGraphicCoords">
<a tal:replace="structure python:here.createMapAux(ob)"/>
</tal:block>
<!-- end of auxiliary image block -->
</body>
</html>

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