view zpt/addMPIWGThesaurusForm.zpt @ 42:b1f5d42bb93b

change export file extension to "tab"
author casties
date Thu, 31 Oct 2013 14:18:08 +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>