1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| <%--
| Document : user
| Created on : 27.11.2016, 18:05:23
| Author : Ulrich Hilger
| --%>
|
| <%@page contentType="text/html" pageEncoding="UTF-8"%>
| <!DOCTYPE html>
| <html>
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
| <title>Benutzer</title>
| </head>
| <body>
| <h1>Benutzer</h1>
| <div>
| <input type="text" size="20" maxlength="20" name="anmeldename" id="anmeldename">
| <input type="password" size="20" maxlength="20" name="kennwort" id="kennwort">
| <input type="password" size="20" maxlength="20" name="kennwortw" id="kennwortw">
| </div>
| </body>
| </html>
|
|