commit | author | age
|
2e9f4c
|
1 |
<%@page contentType="text/html" pageEncoding="UTF-8"%> |
U |
2 |
<!DOCTYPE html> |
|
3 |
<html lang="en"> |
|
4 |
<head> |
|
5 |
<meta charset="utf-8"> |
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
7 |
<meta name="description" content=""> |
|
8 |
<meta name="author" content=""> |
|
9 |
<link rel="stylesheet" type="text/css" href="<%= request.getContextPath() %>/stile.css"> |
|
10 |
<title>Anmeldung Nutzerverwaltung</title> |
|
11 |
</head> |
|
12 |
<body> |
|
13 |
<div class="container"> |
|
14 |
<form class="form-signin" role="form" method="POST" action="j_security_check" name="loginform"> |
|
15 |
<h2 class="form-signin-heading">Anmeldung Nutzerverwaltung</h2> |
|
16 |
<input name="j_username" type="text" class="form-control" placeholder="Benutzerkennung" required autofocus> |
|
17 |
<input name="j_password" type="password" class="form-control" placeholder="Kennwort" required> |
|
18 |
<button class="btn btn-lg btn-primary btn-block" type="submit">Senden</button> |
|
19 |
<p class="backlink"><a href="/">zurück zur Hauptseite</a></p> |
|
20 |
</form> |
|
21 |
</div> |
|
22 |
</body> |
|
23 |
</html> |