File:  [Repository] / ECHO_content / zpt / ECHO_link_template_standard.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Jun 10 12:27:22 2004 UTC (20 years ago) by jdamerow
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
standart templates geƤndert

	
      	<table style="margin-bottom:50px;margin-top:20px" border=0 cellpadding=6 width="100%">
      	
			<div tal:omit-tag="" tal:define="item python:here">
				
				
				
				<!-- Institutions Logos -->
				
				<span tal:condition="item/credits">
					<span class="partner" tal:repeat="credit item/credits">
					<span tal:condition="not:python:credit==''">
					<tr>
						<td align=right valign=middle width="150px">
							
							<span tal:content="structure python:here.getCreditObject(credit)">title</span>
							
						</td>
						
						<td>
						<!-- Instituts 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>
	    			
		 				<table cellpadding=5 border=0 width="100%">
		 							 					
		 					<tr>
								<td width="135px" align=center>
								
								<a class="label" style="color:white" tal:content="structure here/getLabel" tal:attributes="href python:here.absolute_url()">label</a>
								
								</td>
		  			
	    						<td>
	      							<h3 style="margin:3px">
									<a tal:content="structure here/getTitle" tal:attributes="href python:here.absolute_url()" target="_blank">
									Title
									</a>
									</h3>
	       						</td>
	     					</tr>
	     		
	  						<tr>
	    						<td colspan=2>
	      							<p style="margin-top:-3px" class="pindent">
									<span tal:replace="structure item/description">DESCRIPTION</span>
		 							</p>
		 							
	     							
	    						</td>
	    			
		 					</tr>
		 				</table>
	   				
	   				</td>
	   			</tr>
	   			
	   			
				<span tal:condition="python:here.getSubCols(subColTypes=['ECHO_externalLink'])">
				<tr>
				<td colspan=2>
					<b style="margin:5px">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>