File:  [Repository] / MPIWGWeb / zpt / edit_MPIWGStaff.zpt
Revision 1.1.1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Fri Dec 7 16:16:32 2012 UTC (11 years, 6 months ago) by dwinter
Branches: r2
Diff to: branchpoint 1.1.1.1: preferred, unified
key addable

    1: <html>
    2: <head>
    3:    <title>The title</title>
    4: </head>
    5: <body>
    6: 
    7: <div>
    8: 
    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>
   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: 
   19: <p>Key:
   20: <input name="key" tal:attributes="value here/getKey"/></p>
   21: <input type="submit">
   22: </form>
   23: </div>
   24: </body>
   25: </html>

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