view zpt/staff/old/addMPIWGStaffForm.zpt @ 242:0b7a95c02f68

added preference for number of talks from calendar on profile page.
author casties
date Fri, 07 Feb 2014 12:39:08 +0100
parents ee79f6ba8d01
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>