File:  [Repository] / ECHO_content / zpt / ECHO_main_index_template_standard.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu May 6 13:09:48 2004 UTC (20 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
template added

<html metal:use-macro="here/main_template/macros/page">
  <head>
    <title metal:fill-slot="title"><span tal:replace="here/title"/></title>
      </head>
  <body>
    <span metal:fill-slot="head"><h2 tal:content="here/title">TITLE</h2></span>
    <div metal:fill-slot="body">
      <h3 tal:content="here/title"/>
      <p tal:content="structure here/description">DESCRIPTION</p>
      <table>
	<div tal:omit-tag="" tal:repeat="item python:here.getSubCols()">
	  <div tal:replace="structure item/content_html"/>
	</div>
      </table>
    </div>
  </body>
 </html>


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