File:  [Repository] / ECHO_content / zpt / ECHO_movie_template_standard.zpt
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Sun May 1 06:21:20 2005 UTC (19 years ago) by mdh
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
further cleanup of template

<table cellpadding="3" width="95%" border=0>
	<tr>
		
		<td colspan="2">
			<!-- Label -->
			<!-- with link if there is one -->
			<span tal:condition="here/link">
				        
					<b><tal:block tal:content="structure here/getLabel"/>
                        </span>

			<!-- without link if there isn't one -->
			<span tal:condition="not:here/link">
				<u>
					<b tal:content="structure here/getLabel">
						label</b>
				</u>
			</span>
			<!-- -->
			
		</td>
	</tr>
	
	<tr>
		
		<td width="200">
		        <!--Thumb-->
                        <a tal:attributes="href string:${here/id}/RDF">
				<img tal:attributes="src python:here.thumbUrl" border="no">
			</a>
		</td>
                <td>
			<span tal:condition="here/link">
                        	<b>large format:</b>
                                [<a tal:attributes="href python:here.linkHTTP()" target="_blank">http</a>]
			</span><br>
			<span tal:condition="here/lowresHTTP">
                                <b>small format:</b>
			        [<a tal:attributes="href python:here.lowresHTTP()" target="_blank">http</a>] [<a tal:attributes="href python:here.lowresRTSP()">streaming</a>]
			</span><br>
                        <b>[<a tal:attributes="href string:${here/id}/RDF">RDF metadata</a>]</b>

	<p tal:condition="here/description">
		<span tal:replace="structure here/description">
			DESCRIPTION
		</span>
	</p>

                </td>
	</tr>
<!--
        <tr>
	      <td>
		The raw file can be found at<br>
		  <a tal:attributes="href here/rawFile" tal:content="here/rawFile"/>
	     </td>
        </tr>
-->
	
	<!-- Description if there is one -->
	
	<!-- Copyrights -->
	
	<tr tal:condition="not:python:here.getCopyrightsHTML()=='ERROR'">
		<td align=right>
			<span tal:repeat="item python:here.getCopyrightsHTML()">
			    <span tal:condition="not:python:item[0] == 'empty'">
			    	<a tal:attributes="href python:item[0]" target="_blank">
			    	<span tal:content="structure python:item[4]"/>
			    	<span tal:condition="not:python:item[1]=='all'">
			    	(<span tal:content="python:item[1]"/>)</span>
					<span tal:content="python:here.getPartnerFromIDParameter(item[2])[0][1].title"/><br>
					</a>
				</span>
				<span tal:condition="python:item[0] == 'empty'">
			    	<span tal:content="structure python:item[4]"/>
			    	<span tal:condition="not:python:item[1]=='all'">
			    	(<span tal:content="python:item[1]"/>)</span>
					<span tal:content="python:here.getPartnerFromIDParameter(item[2])[0][1].title"/><br>
				</span>
				
			</span>
		</td>
	</tr>
	
	<!-- -->
	
	
	<tr tal:condition="python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
		
		<td>
			<!-- Lists externalLinks if there are some -->
			<table border="0">
				<tr>
					<td width="10px">
					</td>
					<td>
						<h4>
							Futher Information: 
						</h4>
					</td>
				</tr>
				<tr>
					<td>
					</td>
					<td>
						<div tal:omit-tag="" tal:repeat="item python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
							<div tal:replace="structure item/content_html" />
						</div>
					</td>
				</tr>
			</table>
			<!-- -->
		</td>
	</tr>
	
</table>

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