File:  [Repository] / ECHO_content / Attic / ECHO_content_standard.zpt.~1.2.~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 3 16:58:31 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
ngetemplate

<html metal:use-macro="here/main_template/macros/page">
<head>
<title metal:fill-slot="title"><span tal:replace="here/title"/></title>
</head>
  <body>
    <span metal:fill-slot="head"><h2 tal:content="here/title">TITLE</h2></span>
    <div metal:fill-slot="body">
    
    <p tal:content="structure here/description">DESCRIPTION</p>
    <p tal:content="structure here/scientific_Information/source_type">DESCRIPTION</p>

<table>
    <div tal:omit-tag="" tal:repeat="item python:here.getSubCols()">
     
      <tr><td><a tal:attributes="href python:here.REQUEST['URL1']+'/'+item.getId()"><img src="image" tal:attributes="src python:'images/'+item.meta_type" border="0"></a></td>

<td>
 <h4 tal:condition="python:item.meta_type=='ECHO_collection'"><a tal:content="structure item/label" tal:attributes="href python:here.REQUEST['URL1']+'/'+item.getId()">TITLE</a></h4>
 <h4 tal:condition="not:python:item.meta_type=='ECHO_collection'"><a tal:content="structure item/label" tal:attributes="href python:here.REQUEST['URL1']+'/'+item.getId()" target="_blank">TITLE</a></h4>
</td>


</tr>
      <tr><td>&nbsp;</td><td>
	<p class="pindent">

      <span tal:replace="structure item/description">DESCRIPTION</span></p>
        <p class="partner"><i><b>Provided by:</b></i>
	<p class="partner" tal:repeat="credit item/credits" tal:content="python:here.getCreditObject(credit).title"/></td></tr>
	

      </div>
</table>
     </div>
   </body>
  </html>


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