File:  [Repository] / ECHO_content / zpt / ECHO_content_overview.zpt
Revision 1.8: download - view: text, annotated - select for diffs - revision graph
Tue May 18 22:30:09 2004 UTC (20 years, 1 month ago) by casties
Branches: MAIN
CVS tags: HEAD
red rectangles for N4 and IE/win and stuff

    1: <html>
    2: <head tal:content="structure here/createMapHead">
    3: </head>
    4: <body onload="init()">
    5: <h2 tal:condition="here/title" tal:content="here/title"/>
    6: 
    7: <table>
    8: <tr>
    9: <td>
   10: <!-- link block -->
   11: <tal:block tal:repeat="ob here/getGraphicCoords">
   12: <a tal:replace="structure python:here.createMapLink(ob)"/><br/>
   13: </tal:block>
   14: <!-- end of link block -->
   15: </td>
   16: <td valign="top">
   17: <div tal:replace="structure python:here.createMapImg()"/>
   18: </td>
   19: </tr>
   20: </table>
   21: <!-- auxiliary image block -->
   22: <tal:block tal:repeat="ob here/getGraphicCoords">
   23: <a tal:replace="structure python:here.createMapAux(ob)"/>
   24: </tal:block>
   25: <!-- end of auxiliary image block -->
   26: <!-- <hr>
   27: <div align="right">
   28: <a href="javascript:showcoordsN4()">TEST</a>
   29: </div> -->
   30: </body>
   31: </html>

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