File:  [Repository] / MPIWGWeb / zpt / Attic / editHistoricalPersonsForm.zpt~
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 3 17:36:46 2004 UTC (19 years, 7 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

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

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