File:  [Repository] / ECHO_content / zpt / ECHO_content_overview.zpt
Revision 1.15: download - view: text, annotated - select for diffs - revision graph
Fri Dec 10 17:17:25 2004 UTC (19 years, 7 months ago) by casties
Branches: MAIN
CVS tags: HEAD
small fixes

    1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    2: <html metal:use-macro="here/content_overview_template/macros/page">
    3: <head>
    4:   <meta http-equiv="content-type" content="text/html; charset=utf-8">
    5: </head>
    6:   <body>
    7:     <tal:block metal:fill-slot="page_head">
    8:       <h2 tal:condition="here/title" tal:content="here/title"/>
    9:     </tal:block>
   10: <!-- the rest is generated by the template -->
   11:     <table>
   12:       <tr>
   13: 	<td>
   14: 	  <!-- link block -->
   15: 	  <tal:block tal:repeat="ob here/getAllMapAreas">
   16: 	    <a tal:replace="structure python:here.createMapLink(ob)"/><br/>
   17: 	  </tal:block>
   18: 	  <!-- end of link block -->
   19: 	</td>
   20: 	<td valign="top">
   21: 	  <div tal:replace="structure python:here.createMapImg()"/>
   22: 	</td>
   23:       </tr>
   24:     </table>
   25:     <!-- auxiliary image block -->
   26:     <tal:block tal:repeat="ob here/getAllMapAreas">
   27:       <a tal:replace="structure python:here.createMapAux(ob)"/>
   28:     </tal:block>
   29:     <!-- end of auxiliary image block -->
   30:   </body>
   31: </html>

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