Mercurial > hg > MPIWGWeb
view 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 |
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>