Subversion Repositories WebE

Compare Revisions

Last modification

Ignore whitespace Rev 28 → Rev 29

/trunk/WebContent/WEB-INF/lib/struts2-fullhibernatecore-plugin-1.4-GA-sources.zip
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: user/nav.jsp
===================================================================
--- user/nav.jsp (revision 28)
+++ user/nav.jsp (revision 29)
@@ -13,7 +13,7 @@
Begriffe
<ul>
<li>
- <a href="">Hinzuf&uuml;gen</a>
+ <a href="termAddForm">Hinzuf&uuml;gen</a>
</li>
<li>
<a href="">&Auml;ndern, L&ouml;schen</a>
Index: user/termAddForm.jsp
===================================================================
--- user/termAddForm.jsp (nonexistent)
+++ user/termAddForm.jsp (revision 29)
@@ -0,0 +1,14 @@
+<%@taglib uri="/struts-tags" prefix="s"%>
+<html>
+ <head>
+ <title>Begriff erstellen</title>
+ </head>
+ <body>
+ <h1>Begriff hinzuf&uuml;gen</h1>
+ <s:form action="doUserAdd">
+ <s:hidden name="user.id" />
+ <s:textfield name="user.username" label="Name" />
+ <s:submit value="Add" />
+ </s:form>
+ </body>
+</html>
/user/termAddForm.jsp
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property