File:  [Repository] / ECHO_content / zpt / ECHO_collection_template_standard.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue Jun 8 17:49:31 2004 UTC (20 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minors

    1:       <table>
    2: 	<div tal:omit-tag="" tal:define="item python:here">
    3: 	  <tr>
    4: 	    <td><a tal:attributes="href python:here.absolute_url()"><img src="image" tal:attributes="src python:'images/'+item.meta_type" border="0"></a>
    5: 		  </td>
    6: 	    <td>
    7: 	      <h4>
    8: 		<a tal:content="structure item/label" tal:attributes="href python:here.absolute_url()">TITLE</a>
    9: 		  </h4>
   10: 
   11: 	       </td>
   12: 	     </tr>
   13: 	  <tr>
   14: 	    <td>&nbsp;</td>
   15: 	    <td>
   16: 	      <p class="pindent">
   17: 		<span tal:replace="structure item/description">DESCRIPTION</span>
   18: 		 </p>
   19: 	      <span tal:condition="item/credits">
   20: 		<p class="partner"><i><b>Provided by:</b></i></p>
   21: 		<span class="partner" tal:repeat="credit item/credits">
   22: 		  <span tal:condition="not:python:credit==''"> 
   23: 		    <p tal:content="python:here.getCreditObject(credit).title"/>
   24: 		     </span>
   25:                    </span>
   26: 		 </span>
   27: 	    </td>
   28: 		 </tr>
   29: 	   </div>
   30: 	 </table>
   31: 
   32: 

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