File:  [Repository] / ECHO_content / zpt / ECHO_group_template_standard.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Jun 17 09:45:49 2004 UTC (20 years ago) by jdamerow
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
getPartnerFromID()

    1:  
    2: <table class="group">
    3: <div tal:omit-tag="" tal:define="item python:here">
    4: <tr>
    5: 	<td>
    6: 		<b>
    7: 			<!-- Label and title of the Group -->
    8: 			<a tal:content="structure here/getLabel" tal:attributes="href python:here.absolute_url()">
    9: 				label
   10: 			</a>
   11: 		</b>
   12: 		<br>
   13: 			<b tal:content="structure here/getTitle">
   14: 				Title</b>
   15: 	</td>
   16: </tr>
   17: <tr>
   18: <td>
   19: 	<!-- Description of the group -->
   20: 	<span tal:replace="structure item/description">
   21: 		DESCRIPTION
   22: 	</span>
   23: </td>
   24: </tr>
   25: </div>
   26: </table>
   27: 

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