Subversion Repositories WebE

Compare Revisions

Last modification

Ignore whitespace Rev 17 → Rev 18

/trunk/WebContent/login.jsp
0,0 → 1,13
<%@taglib uri="/struts-tags" prefix="s"%>
<div id="login">
<h1>Login</h1>
 
<s:form action="LoginDo">
<s:textfield name="userName" label="Benutzername" />
<s:password name="password" label="Passwort" />
<s:submit />
</s:form>
<p>
Klicken Sie <a href="index.jsp">hier</a> wenn Sie Ihr Passwort vergessen haben.
</p>
</div>