summaryrefslogtreecommitdiffstats
path: root/Aufgabe04/product.html
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-04-20 15:23:31 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-04-20 15:23:31 +0200
commit244f5cb930ddd208e0dc2a1741ac1c4b4f127da7 (patch)
treea36da60fa80e3aea2bdc4b0c9c04516cfd093f04 /Aufgabe04/product.html
parentaa20868376f72494cd219637392a9a73af55166e (diff)
downloadInternetTechnologien-244f5cb930ddd208e0dc2a1741ac1c4b4f127da7.tar.gz
InternetTechnologien-244f5cb930ddd208e0dc2a1741ac1c4b4f127da7.zip
Task 4 after examination
Diffstat (limited to 'Aufgabe04/product.html')
-rw-r--r--Aufgabe04/product.html27
1 files changed, 19 insertions, 8 deletions
diff --git a/Aufgabe04/product.html b/Aufgabe04/product.html
index 8a81303..7aa7e1c 100644
--- a/Aufgabe04/product.html
+++ b/Aufgabe04/product.html
@@ -3,19 +3,30 @@
<head>
<meta charset="UTF-8">
<title>Production</title>
+<link rel="stylesheet" type="text/css" href="underline.css">
</head>
<body>
- <a href="./" accesskey="ü">Zur<em>ü</em>ck</a>
+ <a href="./" accesskey="b"><em>B</em>ack </a>
<form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post">
<h1>Product</h1>
- <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>
- <textarea placeholder="Description" id="desc" name="desc" accesskey="d"></textarea>
+ <label for="name"><u>N</u>ame:</label><input type="text"
+ placeholder="Name" id="name" name="name" accesskey="n"
+ maxlength="100"><br> <label for="price"><u>P</u>rice (Euro):</label><input
+ type="text" placeholder="Price (Euro)" id="price" name="price" accesskey="p"
+ maxlength="13"><br> <label for="width"><u>W</u>idth (mm):</label><input
+ type="text" placeholder="Width (mm)" id="width" name="width" accesskey="w"
+ maxlength="11"><br> <label for="height"><u>H</u>eight (mm):</label><input
+ type="text" placeholder="Height (mm)" id="height" name="height"
+ accesskey="h" maxlength="11"><br> <label for="desc"><u>D</u>escription:</label>
+ <textarea placeholder="Description" id="desc" name="desc"
+ accesskey="d" maxlength="1000"></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="c">
+ <u>C</u>reate
+ </button>
+ <button type="reset" accesskey="r">
+ <u>R</u>eset
+ </button>
</form>
</body>
</html> \ No newline at end of file