Mercurial > hg > MPIWGWeb
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/AddMPIWGFolder.zpt Thu Jan 10 17:52:13 2013 +0100 @@ -0,0 +1,28 @@ +<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>