File:  [Repository] / MPIWGWeb / zpt / AddMPIWGTemplate.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Feb 18 13:01:17 2009 UTC (15 years, 3 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

<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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>