view zpt/AddMPIWGTemplate.zpt @ 49:e40ff9829108

improved old project inline image handling.
author casties
date Mon, 29 Apr 2013 18:00:46 +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>