File:  [Repository] / ECHO_content / zpt / ECHO_content_overview.zpt
Revision 1.12: download - view: text, annotated - select for diffs - revision graph
Thu Dec 2 15:15:50 2004 UTC (19 years, 6 months ago) by casties
Branches: MAIN
CVS tags: HEAD
forgotten part of last commit

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

<!-- <table>
<tr>
<td>
<!-- link block -->
<tal:block tal:repeat="ob here/getAllMapAreas">
<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/getAllMapAreas">
<a tal:replace="structure python:here.createMapAux(ob)"/>
</tal:block>
<!-- end of auxiliary image block -->
<p><script type="text/javascript">document.write(showcoordsN4());</script></p>
</body>
</html>

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