Rev 29 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
29 | PointedEar | 1 | <%@taglib uri="/struts-tags" prefix="s"%> |
2 | <html> |
||
31 | PointedEar | 3 | <head> |
4 | <title>Begriff erstellen</title> |
||
5 | </head> |
||
6 | <body> |
||
7 | <h1> |
||
8 | Begriff hinzufügen |
||
9 | </h1> |
||
10 | <s:form action="doTermAdd"> |
||
11 | <s:hidden name="term.id" /> |
||
12 | <s:textfield name="term.username" label="Name" /> |
||
13 | <s:submit value="Add" /> |
||
14 | </s:form> |
||
15 | </body> |
||
29 | PointedEar | 16 | </html> |