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 ago) by dwinter
Branches: MAIN
CVS tags: HEAD
historical persons zpt added

<html>
  <body tal:define="persons here/harvestHistoricalPersons">
    <h2>Edit Historical Persons</h2>
    <table>
      <tr tal:repeat="name python:here.sortedNames(persons.keys())">
	<td tal:content="name"/>
	<td>
	  <span tal:omit-tag="" tal:repeat="project python:persons[name]">
	    <span tal:replace="project/getId"/><br>
	   </span>
	</td>
      </tr>
  </table>
  </body>
</html>

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