comparison zpt/edit_MPIWGStaff.zpt @ 0:bca61e893fcc

first checkin of MPIWGWeb r2 branch from CVS into mercurial
author casties
date Thu, 10 Jan 2013 17:52:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bca61e893fcc
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>