File:  [Repository] / ECHO_content / zpt / ECHO_externalLink_template_standard.zpt
Revision 1.4: 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>
	  <tr>
	    <td></td>
	    <td>
	    	<!-- Title of the Link -->
			<h5>
			<a tal:content="structure here/getTitle" tal:attributes="href python:here.absolute_url()" target="_blank">label</a>
			</h5>
			
		</td>
	     </tr>
	   			
	  <tr>
 <td></td>
	    <td>
	    <!-- Description of the Link -->
		<span tal:replace="structure here/description">DESCRIPTION</span>
	     
	    </td>
		 </tr>
	 </table>




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