Mercurial > hg > MPIWGWeb
view zpt/staff/old/addMPIWGStaffForm.zpt @ 159:ee79f6ba8d01
clean up staff editing and some zpt forms.
author | casties |
---|---|
date | Thu, 06 Jun 2013 15:34:20 +0200 |
parents | zpt/addMPIWGStaffForm.zpt@bca61e893fcc |
children |
line wrap: on
line source
<html> <head> <title>The title</title> </head> <body> <div> <h1>Add a staff member</h1> <form method="post" action="manage_addMPIWGStaff"> <p>ID = emailname <input name="id"></p> <p>LastName: <input name="lastName"/></p> <p>FirstName: <input name="firstName"/></p> <input type="submit"> </form> </div> </body> </html>