commit | author | age
|
5ef7f0
|
1 |
<!DOCTYPE html> |
2e9f4c
|
2 |
<!DOCTYPE html> |
U |
3 |
<html lang="en"> |
|
4 |
<head> |
|
5 |
<meta charset="utf-8"> |
35ded1
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalabe=no"> |
2e9f4c
|
7 |
<meta name="description" content=""> |
U |
8 |
<meta name="author" content=""> |
df19d7
|
9 |
<link rel="stylesheet" type="text/css" href="stile.css"> |
2e9f4c
|
10 |
<title>Anmeldung Nutzerverwaltung</title> |
U |
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> |
b634fb
|
18 |
<button class="btn btn-lg button-primary btn-block" type="submit">Senden</button> |
5ef7f0
|
19 |
<p class="backlink"><a href="/">zurück zur Hauptseite</a></p> |
2e9f4c
|
20 |
</form> |
U |
21 |
</div> |
|
22 |
</body> |
|
23 |
</html> |