summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-04-14 15:20:14 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-04-14 15:20:14 +0200
commitaa20868376f72494cd219637392a9a73af55166e (patch)
tree2aaf59c31f3a2cd2f775c1c606fb8fed66eeb96b
parente965fd0feb82d941615ad7ab525ea20d7e651bd9 (diff)
downloadInternetTechnologien-aa20868376f72494cd219637392a9a73af55166e.tar.gz
InternetTechnologien-aa20868376f72494cd219637392a9a73af55166e.zip
Used the formatter on the changed files
-rw-r--r--Aufgabe04/category.html17
-rw-r--r--Aufgabe04/product.html3
-rw-r--r--Aufgabe04/user.html16
3 files changed, 24 insertions, 12 deletions
diff --git a/Aufgabe04/category.html b/Aufgabe04/category.html
index 4a2641c..5015bd0 100644
--- a/Aufgabe04/category.html
+++ b/Aufgabe04/category.html
@@ -5,15 +5,22 @@
<title>Category</title>
</head>
<body>
- <a href="./" accesskey="ü">Zur<em>ü</em>ck</a>
+ <a href="./" accesskey="ü">Zur<em>ü</em>ck
+ </a>
<form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post">
<h1>Category</h1>
- <label for="name"><u>N</u>ame:</label><input type="text" placeholder="Name" id="name" name="name" accesskey="n"><br>
+ <label for="name"><u>N</u>ame:</label><input type="text"
+ placeholder="Name" id="name" name="name" accesskey="n"><br>
<label for="desc"><u>D</u>escription:</label>
- <textarea placeholder="Description" id="desc" name="desc" accesskey="d"></textarea>
+ <textarea placeholder="Description" id="desc" name="desc"
+ accesskey="d"></textarea>
<br>
- <button type="submit" accesskey="a"><u>A</u>bschicken</button>
- <button type="reset" accesskey="z"><u>Z</u>urücksetzen</button>
+ <button type="submit" accesskey="a">
+ <u>A</u>bschicken
+ </button>
+ <button type="reset" accesskey="z">
+ <u>Z</u>urücksetzen
+ </button>
</form>
</body>
</html> \ No newline at end of file
diff --git a/Aufgabe04/product.html b/Aufgabe04/product.html
index 6060147..8a81303 100644
--- a/Aufgabe04/product.html
+++ b/Aufgabe04/product.html
@@ -11,8 +11,7 @@
<label for="name"><u>N</u>ame:</label><input type="text" placeholder="Name" id="name" name="name" accesskey="n"><br>
<label for="price"><u>P</u>rice:</label><input type="text" placeholder="Price" id="price" name="price" accesskey="p"><br>
<label for="width"><u>W</u>idth:</label><input type="text" placeholder="Width" id="width" name="width" accesskey="w"><br>
- <label for="height"><u>H</u>eight:</label><input type="text" placeholder="Height" id="height" name="height" accesskey="h"><br>
- <label for="desc"><u>D</u>escription:</label>
+ <label for="height"><u>H</u>eight:</label><input type="text" placeholder="Height" id="height" name="height" accesskey="h"><br> <label for="desc"><u>D</u>escription:</label>
<textarea placeholder="Description" id="desc" name="desc" accesskey="d"></textarea>
<br>
<button type="submit" accesskey="a"><u>A</u>bschicken</button>
diff --git a/Aufgabe04/user.html b/Aufgabe04/user.html
index 0dffc44..34bd0cb 100644
--- a/Aufgabe04/user.html
+++ b/Aufgabe04/user.html
@@ -5,14 +5,20 @@
<title>User</title>
</head>
<body>
- <a href="./" accesskey="ü">Zur<em>ü</em>ck</a>
+ <a href="./" accesskey="ü">Zur<em>ü</em>ck
+ </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"
+ <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</button>
- <button type="reset" accesskey="z"><u>Z</u>urücksetzen</button>
+ <button type="submit" accesskey="a">
+ <u>A</u>bschicken
+ </button>
+ <button type="reset" accesskey="z">
+ <u>Z</u>urücksetzen
+ </button>
</form>
</body>
</html> \ No newline at end of file