Mercurial > hg > MPIWGThesaurus
annotate zpt/addMPIWGThesaurusForm.zpt @ 31:8bb5fef365b5
source formatting.
author | casties |
---|---|
date | Mon, 10 Jun 2013 17:38:33 +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> |