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, 10 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
bugs fixed with encodings

<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=" python:persons[name][0]"/>
	<td>
	  <span tal:omit-tag="" tal:repeat="project python:persons[name][1]">
	    <a tal:content="project/getId" tal:attributes="href python:project.absolute_url()+'/editMPIWGBasisForm'" target="_blank"/><br>
	   </span>
	</td>
      </tr>
  </table>
  </body>
</html>

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