File:  [Repository] / ECHO_content / zpt / ECHO_collection_template_standard.zpt
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Wed Nov 24 15:20:14 2004 UTC (19 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
nminor

<table class="collection" border="0" cellpadding="6" width="100%">
<div tal:omit-tag="" tal:define="item python:here">
<!-- Headline (Label and Title) for ECHO_collections -->
<tr>
	<td width="135" align="center">
		<a class="label" tal:content="structure here/getLabel" tal:attributes="href python:here.absolute_url()">
			label
		</a>
	</td>
	<td>
		<h3 class="collection">
			<a tal:content="structure here/getTitle" tal:attributes="href python:here.absolute_url()">
				Title 
			</a>
		</h3>
	</td>
</tr>
<!-- -->
<!-- Institution Logos -->
<span tal:omit-tag="" tal:condition="item/credits">
	<span tal:repeat="credit item/credits">
		<span tal:omit-tag="" tal:condition="not:python:credit==''">
		<tr>
			<td align="right" valign="middle" width="135pt">
				<span tal:content="structure python:here.getCreditObject(credit)">
					title
				</span>
			</td>
			<td>
			
<!-- Institution Links -->
<!-- link of the institution exists -->
				<span tal:condition="python:here.getCreditObject(credit).url">
				<h4>
					<a tal:attributes="href python:here.getCreditObject(credit).url" target="_blank">
						<span tal:content="python:here.getCreditObject(credit).title">
							title
						</span>
					</a>
				</h4>
			</span>
<!-- -->
<!-- no link -->
			<span tal:condition="not:python:here.getCreditObject(credit).url">
			<h4>
				<span tal:content="python:here.getCreditObject(credit).title">
					title
				</span>
			</h4>
		</span>
<!-- -->
<!-- -->
	</td>
</tr>
</span>
</span>
</span>
<tr>
<td colspan="2">
	<span tal:condition="item/description">
	<p>
		<span tal:replace="structure item/description">
			DESCRIPTION
		</span>
	</p>
</span>
</td>
</tr>
<span tal:condition="python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
<tr>
	<td colspan="2">
		<b>
			Other Presentations on the Web: 
		</b>
		<br>
		&nbsp; 
		<div tal:omit-tag="" tal:repeat="item python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
			<div tal:replace="structure item/content_html" />
		</div>
	</td>
</tr>
</span>


</div>
</table>

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