Subversion Repositories WebE

Compare Revisions

Last modification

Ignore whitespace Rev 28 → Rev 29

/trunk/WebContent/user/nav.jsp
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>
/trunk/WebContent/user/termAddForm.jsp
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>
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property