File:  [Repository] / ECHO_content / zpt / ECHO_group_index_template_standard.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu May 6 10:27:07 2004 UTC (20 years, 2 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
added group_index_template, group fällt nun weg, wennnur ein element inder navigation.

    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>