File:  [Repository] / MPIWGWeb / zpt / editHistoricalPersonsForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Jul 8 07:04:31 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
bugs fixed with encodings

    1: <html>
    2:   <body tal:define="persons here/harvestHistoricalPersons">
    3:     <h2>Edit Historical Persons</h2>
    4:     <table>
    5:       <tr tal:repeat="name python:here.sortedNames(persons.keys())">
    6: 	<td tal:content=" python:persons[name][0]"/>
    7: 	<td>
    8: 	  <span tal:omit-tag="" tal:repeat="project python:persons[name][1]">
    9: 	    <a tal:content="project/getId" tal:attributes="href python:project.absolute_url()+'/editMPIWGBasisForm'" target="_blank"/><br>
   10: 	   </span>
   11: 	</td>
   12:       </tr>
   13:   </table>
   14:   </body>
   15: </html>

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