comparison zpt/AddMPIWGLink.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 <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>