Mercurial > hg > MPIWGWeb
view zpt/addMPIWGStaffForm.zpt @ 120:544a3c1e7f07
CLOSED - # 56: Research/ Research Units: Titel zweizeilig
https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/56
author | casties |
---|---|
date | Wed, 29 May 2013 15:17:43 +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>