Annotation of MPIWGWeb/zpt/addMPIWGStaffForm.zpt, revision 1.1.1.1

1.1       dwinter     1: <html>
                      2: <head>
                      3:    <title>The title</title>
                      4: </head>
                      5: <body>
                      6: 
                      7: <div>
                      8: 
                      9: <h1>Add a staff member</h1>
                     10: <form method="post" action="manage_addMPIWGStaff">
                     11: <p>ID = emailname
                     12: <input name="id"></p>
                     13: <p>LastName:
                     14: <input name="lastName"/></p>
                     15: <p>FirstName:
                     16: <input name="firstName"/></p>
                     17: 
                     18: <input type="submit">
                     19: </form>
                     20: </div>
                     21: </body>
                     22: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>