Mercurial > hg > MPIWGWeb
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/staff/old/addMPIWGStaffForm.zpt Thu Jun 06 15:34:20 2013 +0200 @@ -0,0 +1,22 @@ +<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>