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

    1:       <table>
    2: 	  <tr>
    3: 	    <td></td>
    4: 	    <td>
    5: 	    	<!-- Title of the Link -->
    6: 			<h5>
    7: 			<a tal:content="structure here/getTitle" tal:attributes="href python:here.absolute_url()" target="_blank">label</a>
    8: 			</h5>
    9: 			
   10: 		</td>
   11: 	     </tr>
   12: 	   			
   13: 	  <tr>
   14:  <td></td>
   15: 	    <td>
   16: 	    <!-- Description of the Link -->
   17: 		<span tal:replace="structure here/description">DESCRIPTION</span>
   18: 	     
   19: 	    </td>
   20: 		 </tr>
   21: 	 </table>
   22: 
   23: 
   24: 

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