diff zpt/feature/manage_add_MPIWGFeature.zpt @ 16:54f135c1ed65

updated MPIWGFeature. zpts moved to feature subfolder and renamed. new date attribute. nicer management interface.
author casties
date Fri, 05 Apr 2013 15:58:43 +0200
parents zpt/AddMPIWGFeature.zpt@bca61e893fcc
children 6d374d94c7e3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zpt/feature/manage_add_MPIWGFeature.zpt	Fri Apr 05 15:58:43 2013 +0200
@@ -0,0 +1,28 @@
+<html>
+<body>
+<h2>Create MPIWGWeb Feature object</h2>
+
+
+
+<form method="post" action="manage_addMPIWGFeature">
+<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>