Annotation of MPIWGWeb/zpt/edit_MPIWGStaff.zpt, revision 1.1.1.1.2.2

1.1       dwinter     1: <html>
                      2: <head>
                      3:    <title>The title</title>
                      4: </head>
                      5: <body>
                      6: 
                      7: <div>
                      8: 
1.1.1.1.2.1  dwinter     9: <h1>Edit</h1>
                     10: <h2>!Please use this form only if you really know what you do, for the change of names the
                     11: ../edit methods should be used!</h2>
1.1       dwinter    12: <form method="post" action="changeMPIWGStaff">
                     13: 
                     14: <p>LastName:
                     15: <input name="lastName" tal:attributes="value here/lastName"/></p>
                     16: <p>FirstName:
                     17: <input name="firstName" tal:attributes="value here/firstName"/></p>
                     18: 
1.1.1.1.2.2! dwinter    19: <p>Key:
        !            20: <input name="key" tal:attributes="value here/getKey"/></p>
1.1       dwinter    21: <input type="submit">
                     22: </form>
                     23: </div>
                     24: </body>
                     25: </html>

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