Mercurial > hg > MPIWGWeb
view zpt/addMPIWGStaffForm.zpt @ 153:c115a18dbbe1
styles for overview page.
author | casties |
---|---|
date | Mon, 03 Jun 2013 19:55:13 +0200 |
parents | 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>