File:  [Repository] / MPIWGWeb / zpt / edit_MPIWGStaff.zpt
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Sep 11 07:23:06 2012 UTC (11 years, 9 months ago) by dwinter
Branches: r2
Diff to: branchpoint 1.1.1.1: preferred, unified
Fehler beim Indexing, wenn ein Name geaendert wird behoben.

    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: <input type="submit">
   20: </form>
   21: </div>
   22: </body>
   23: </html>

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