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

1.1       dwinter     1: <html>
1.7     ! casties     2: <head tal:content="structure here/createMapHead">
1.1       dwinter     3: </head>
1.6       casties     4: <body onload="init()">
1.7     ! casties     5: <h2 tal:condition="here/title" tal:content="here/title"/>
1.5       casties     6: 
                      7: <table>
1.6       casties     8: <tr>
1.5       casties     9: <td>
1.6       casties    10: <!-- link block -->
1.1       dwinter    11: <tal:block tal:repeat="ob here/getGraphicCoords">
1.7     ! casties    12: <a tal:replace="structure python:here.createMapLink(ob)"/><br/>
1.1       dwinter    13: </tal:block>
1.6       casties    14: <!-- end of link block -->
1.5       casties    15: </td>
1.7     ! casties    16: <td valign="top">
        !            17: <img id="overview" src="overview" />
        !            18: </td>
1.5       casties    19: </tr>
                     20: </table>
1.7     ! casties    21: <!-- auxiliary image block -->
1.6       casties    22: <tal:block tal:repeat="ob here/getGraphicCoords">
1.7     ! casties    23: <a tal:replace="structure python:here.createMapAux(ob)"/>
1.6       casties    24: </tal:block>
1.7     ! casties    25: <!-- end of auxiliary image block -->
1.1       dwinter    26: </body>
                     27: </html>

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