Mercurial > hg > MPIWGWeb
view zpt/edit_MPIWGStaff.zpt @ 37:9b38ba45773b
?berarbeitung MPIWGStaff
neue editfunktionen
author | dwinter |
---|---|
date | Fri, 26 Apr 2013 17:19:08 +0200 |
parents | bca61e893fcc |
children |
line wrap: on
line source
<html> <head> <title>The title</title> </head> <body> <div> <h1>Edit</h1> <h2>!Please use this form only if you really know what you do, for the change of names the ../edit methods should be used!</h2> <form method="post" action="changeMPIWGStaff"> <p>LastName: <input name="lastName" tal:attributes="value here/lastName"/></p> <p>FirstName: <input name="firstName" tal:attributes="value here/firstName"/></p> <p>Key: <input name="key" tal:attributes="value here/getKey"/></p> <input type="submit"> </form> </div> </body> </html>