File:  [Repository] / ECHO_content / zpt / ECHO_content_standard.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Apr 7 13:39:22 2004 UTC (20 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
title added

    1: <html metal:use-macro="here/main_template/macros/page">
    2:   <head>
    3:     <title metal:fill-slot="title"><span tal:replace="here/title"/></title>
    4:       </head>
    5:   <body>
    6:     <span metal:fill-slot="head"><h2 tal:content="here/title">TITLE</h2></span>
    7:     <div metal:fill-slot="body">
    8:       <h3 tal:content="here/title"/>
    9:       <p tal:content="structure here/description">DESCRIPTION</p>
   10:       <table>
   11: 	<div tal:omit-tag="" tal:repeat="item python:here.getSubCols()">
   12: 	  <div tal:replace="structure item/content_html"/>
   13: 	</div>
   14:       </table>
   15:     </div>
   16:   </body>
   17:  </html>
   18: 

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