summaryrefslogtreecommitdiffstats
path: root/Aufgabe04/user.html
diff options
context:
space:
mode:
Diffstat (limited to 'Aufgabe04/user.html')
-rw-r--r--Aufgabe04/user.html20
1 files changed, 12 insertions, 8 deletions
diff --git a/Aufgabe04/user.html b/Aufgabe04/user.html
index 34bd0cb..c647f51 100644
--- a/Aufgabe04/user.html
+++ b/Aufgabe04/user.html
@@ -3,21 +3,25 @@
<head>
<meta charset="UTF-8">
<title>User</title>
+<link rel="stylesheet" type="text/css" href="underline.css">
</head>
<body>
- <a href="./" accesskey="ü">Zur<em>ü</em>ck
+ <a href="./" accesskey="b"><em>B</em>ack
</a>
<form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post">
<h1>User</h1>
<label for="username"><u>U</u>sername:</label><input type="text"
- placeholder="Username" id="username" name="username" accesskey="u"><br>
- <label for="password"><u>P</u>assword:</label><input type="password"
- placeholder="Password" id="password" name="password" accesskey="p"><br>
- <button type="submit" accesskey="a">
- <u>A</u>bschicken
+ placeholder="Username" id="username" name="username" accesskey="u"
+ maxlength="100"><br> <label for="password"><u>P</u>assword:</label><input
+ type="password" placeholder="Password" id="password" name="password"
+ accesskey="p"><br> <label for="passwordagain">Reenter P<u>a</u>ssword:</label><input
+ type="password" placeholder="Reenter Password" id="passwordagain" name="passwordagain"
+ accesskey="a"><br>
+ <button type="submit" accesskey="e">
+ R<u>e</u>gister
</button>
- <button type="reset" accesskey="z">
- <u>Z</u>urücksetzen
+ <button type="reset" accesskey="r">
+ <u>R</u>eset
</button>
</form>
</body>