Mercurial > hg > MPIWGThesaurus
comparison zpt/changeMPIWGThesaurusForm.zpt @ 0:b2e4605f20b2
beta version
author | dwinter |
---|---|
date | Thu, 30 Jun 2011 09:07:49 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b2e4605f20b2 |
---|---|
1 <html> | |
2 <body> | |
3 <h2>Change Thesaurus</h2> | |
4 | |
5 | |
6 <form method="post" action="changeMPIWGThesaurus"> | |
7 <table> | |
8 <tr> | |
9 <td><b>Approaches</b></td> | |
10 <td><textarea rows="10" name="approachesTxt" tal:content="here/approachesTxt"></textarea></td> | |
11 </tr> | |
12 <tr> | |
13 <td><b>Disciplines</b></td> | |
14 <td><textarea rows="10" name="disciplinesTxt" tal:content="here/disciplinesTxt"></textarea></td> | |
15 </tr> | |
16 | |
17 <tr> | |
18 <td><b>Periods</b></td> | |
19 <td><textarea rows="10" name="periodsTxt" tal:content="here/periodsTxt"></textarea></td> | |
20 </tr> | |
21 | |
22 <tr> | |
23 <td><b>Spaces</b></td> | |
24 <td><textarea rows="10" name="spacesTxt" tal:content="here/spacesTxt"></textarea></td> | |
25 </tr> | |
26 | |
27 <tr> | |
28 <td><b>Technologies</b></td> | |
29 <td><textarea rows="10" name="technologiesTxt" tal:content="here/technologiesTxt"></textarea></td> | |
30 </tr> | |
31 | |
32 <tr> | |
33 <td><b>KnowledgeTransfers</b></td> | |
34 <td><textarea rows="10" name="knowledgeTransfersTxt" tal:content="here/knowledgeTransfersTxt"></textarea></td> | |
35 </tr> | |
36 | |
37 <tr> | |
38 <td> </td> | |
39 <td> | |
40 <input type="submit" value="change"> | |
41 </td> | |
42 </form> | |
43 </body> | |
44 </html> |