File:  [Repository] / MPIWGWeb / zpt / editHistoricalPersonsForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri May 28 16:45:46 2004 UTC (20 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
historical persons zpt added

    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="name"/>
    7: 	<td>
    8: 	  <span tal:omit-tag="" tal:repeat="project python:persons[name]">
    9: 	    <span tal:replace="project/getId"/><br>
   10: 	   </span>
   11: 	</td>
   12:       </tr>
   13:   </table>
   14:   </body>
   15: </html>

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