summaryrefslogtreecommitdiffstats
path: root/Aufgabe04
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-04-27 15:13:20 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-04-27 15:13:20 +0200
commitca0bcb68041dcece6f611a173a8f0e730d6921ef (patch)
tree1ad22578959f8612f3c98eb243843b6b809937f6 /Aufgabe04
parentcb981aac60344a9117c07d402005c0566a7300ad (diff)
downloadInternetTechnologien-ca0bcb68041dcece6f611a173a8f0e730d6921ef.tar.gz
InternetTechnologien-ca0bcb68041dcece6f611a173a8f0e730d6921ef.zip
Use cool new number inputs
Diffstat (limited to 'Aufgabe04')
-rw-r--r--Aufgabe04/product.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/Aufgabe04/product.html b/Aufgabe04/product.html
index 6b37cf1..713ddd0 100644
--- a/Aufgabe04/product.html
+++ b/Aufgabe04/product.html
@@ -17,19 +17,19 @@
</div>
<div class="row">
<label for="price"><u>P</u>rice (Euro):</label>
- <input class="formw" type="text"
+ <input class="formw" type="number" step="0.01" min="0"
placeholder="Price (Euro)" id="price" name="price" accesskey="p"
maxlength="13">
</div>
<div class="row">
<label for="width"><u>W</u>idth (mm):</label>
- <input class="formw" type="text"
+ <input class="formw" type="number"
placeholder="Width (mm)" id="width" name="width" accesskey="w"
maxlength="11">
</div>
<div class="row">
<label for="height"><u>H</u>eight (mm):</label>
- <input class="formw" type="text"
+ <input class="formw" type="number"
placeholder="Height (mm)" id="height" name="height" accesskey="h"
maxlength="11">
</div>