Annotation of MPIWGWeb/zpt/edit_MPIWGStaff.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="changeMPIWGStaff">
                     11: 
                     12: <p>LastName:
                     13: <input name="lastName" tal:attributes="value here/lastName"/></p>
                     14: <p>FirstName:
                     15: <input name="firstName" tal:attributes="value here/firstName"/></p>
                     16: 
                     17: <input type="submit">
                     18: </form>
                     19: </div>
                     20: </body>
                     21: </html>

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