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

1.1       dwinter     1: <html>
1.12    ! casties     2: <head>
        !             3: <script tal:replace="structure here/createMapHead"/>
1.1       dwinter     4: </head>
1.11      casties     5: <body onload="map_init()">
1.7       casties     6: <h2 tal:condition="here/title" tal:content="here/title"/>
1.5       casties     7: 
1.12    ! casties     8: <!-- <table>
1.6       casties     9: <tr>
1.5       casties    10: <td>
1.6       casties    11: <!-- link block -->
1.12    ! casties    12: <tal:block tal:repeat="ob here/getAllMapAreas">
1.7       casties    13: <a tal:replace="structure python:here.createMapLink(ob)"/><br/>
1.1       dwinter    14: </tal:block>
1.6       casties    15: <!-- end of link block -->
1.12    ! casties    16: <!-- </td>
        !            17: <td valign="top"> -->
1.8       casties    18: <div tal:replace="structure python:here.createMapImg()"/>
1.12    ! casties    19: <!-- </td>
1.5       casties    20: </tr>
                     21: </table>
1.7       casties    22: <!-- auxiliary image block -->
1.12    ! casties    23: <tal:block tal:repeat="ob here/getAllMapAreas">
1.7       casties    24: <a tal:replace="structure python:here.createMapAux(ob)"/>
1.6       casties    25: </tal:block>
1.7       casties    26: <!-- end of auxiliary image block -->
1.12    ! casties    27: <p><script type="text/javascript">document.write(showcoordsN4());</script></p>
1.1       dwinter    28: </body>
                     29: </html>

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