File:  [Repository] / ECHO_content / zpt / ECHO_pageTemplate_template_standard.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Aug 17 15:22:14 2004 UTC (19 years, 10 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
added new urlopne in echo_helpers with faster timeout

    1:       <table>
    2: 	  <tr>
    3: 	    <td>	
    4: 	      <h3><a tal:content="structure here/label" tal:attributes="href python:here.absolute_url()">TITLE</a></h3>
    5: 	    </td>
    6: 	  </tr>
    7:           <tr>
    8: 	    <td>
    9: 		<p tal:content="structure here/description"/>
   10: 	    </td>
   11: 	  </tr>
   12: 	 </table>
   13: 
   14: 

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