view zpt/AddMPIWGTemplate.zpt @ 31:b12d80f033fb

fix feature story number (one-based now).
author casties
date Tue, 23 Apr 2013 18:22:27 +0200
parents bca61e893fcc
children
line wrap: on
line source

<html>
<body>
<h2>Generate Templates for MPIWGWeb</h2>



<form method="post" action="manage_addMPIWGTemplate">
<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>
<h2>Type</h2>
<input type="radio" checked name="MPIWGType" value="standardPage">Standard Page<br>



<input type="submit" value="create">

</form>
</body>
</html>