Subversion Repositories WebE

Rev

Rev 18 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
<%@taglib uri="/struts-tags" prefix="s"%>
<%@ page pageEncoding="UTF-8" %>
<html>
<head>
        <title>Login</title>
</head>
<body>
<div id="login">
        <h1>Login</h1>

        <s:form action="Login">
        <s:textfield name="userName" label="Benutzername" />
        <s:password name="pw" label="Passwort" />
        <s:submit />
        </s:form>
        <p>
                Klicken Sie <a href="index.jsp">hier</a> wenn Sie Ihr Passwort vergessen haben. 
        </p>
</div>
</body>
</html>