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, colored
key addable

<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>

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