Mercurial > hg > MPIWGWeb
comparison zpt/link/manage_add_MPIWGLink.zpt @ 159:ee79f6ba8d01
clean up staff editing and some zpt forms.
author | casties |
---|---|
date | Thu, 06 Jun 2013 15:34:20 +0200 |
parents | zpt/AddMPIWGLink.zpt@bca61e893fcc |
children |
comparison
equal
deleted
inserted
replaced
158:86a5b3c4af4b | 159:ee79f6ba8d01 |
---|---|
1 <html> | |
2 <body> | |
3 <h2>Change MPIWG Link</h2> | |
4 <form action="manage_addMPIWGLink" method="post"> | |
5 <p>Id:<input name="id" size="30"></p> | |
6 <p>Title:<input name="title" size="100"></p> | |
7 <p>Link:<input name="link" size="100"></p> | |
8 <p>Weight:<input name="weight" size="100"></p> | |
9 <p><input type="submit" value="submit"></p> | |
10 </form> | |
11 </body> | |
12 </html> |