view zpt/addMPIWGThesaurusForm.zpt @ 20:82e72e034b0b

Merge with 1252aeadcd2939146e19e7423e5cdd856db5e152
author dwinter
date Wed, 29 Feb 2012 09:29:17 +0100
parents b2e4605f20b2
children
line wrap: on
line source

<html>
<body>
<h2>Add a thesaurus folder</h2>



<form method="post" action="manage_addMPIWGThesaurus">
<table>
<tr>
	<td><b>ID</b></td>
	<td><input type="text" size="40" name="id"></td>
</tr>


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

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