Mercurial > hg > MPIWGThesaurus
annotate zpt/addMPIWGThesaurusForm.zpt @ 28:30dee40ff84b
thesaurus for new version of the website
author | dwinter |
---|---|
date | Fri, 24 May 2013 16:15:32 +0200 |
parents | b2e4605f20b2 |
children |
rev | line source |
---|---|
0 | 1 <html> |
2 <body> | |
3 <h2>Add a thesaurus folder</h2> | |
4 | |
5 | |
6 | |
7 <form method="post" action="manage_addMPIWGThesaurus"> | |
8 <table> | |
9 <tr> | |
10 <td><b>ID</b></td> | |
11 <td><input type="text" size="40" name="id"></td> | |
12 </tr> | |
13 | |
14 | |
15 <input type="submit" value="create"> | |
16 | |
17 </form> | |
18 </body> | |
19 </html> |