Mercurial > hg > MPIWGWeb
view zpt/AddMPIWGFolder.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> <body> <h2>Generate Folder for MPIWGWeb</h2> <form method="post" action="manage_addMPIWGFolder"> <table> <tr> <td><b>ID</b></td> <td><input type="text" size="40" name="id"></td> </tr> <tr> <td><i>Title</i></td> <td><input type="text" size="40" name="title"></td> </tr> <tr> <td><i>Weight</i></td> <td><input type="text" size="40" name="weight"></td> </tr> </table> <input type="submit" value="create"> </form> </body> </html>