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 (19 years, 11 months ago) by jdamerow
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
getPartnerFromID()

 
<table class="group">
<div tal:omit-tag="" tal:define="item python:here">
<tr>
	<td>
		<b>
			<!-- Label and title of the Group -->
			<a tal:content="structure here/getLabel" tal:attributes="href python:here.absolute_url()">
				label
			</a>
		</b>
		<br>
			<b tal:content="structure here/getTitle">
				Title</b>
	</td>
</tr>
<tr>
<td>
	<!-- Description of the group -->
	<span tal:replace="structure item/description">
		DESCRIPTION
	</span>
</td>
</tr>
</div>
</table>


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