-
Notifications
You must be signed in to change notification settings - Fork 0
/
Voedsel toevoegen bug 6.html
62 lines (38 loc) · 1.88 KB
/
Voedsel toevoegen bug 6.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html data-lt-installed="true"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Voedsel toevoegen bug 6</title>
<!-- Bootstrap -->
<link href="Voedsel%20toevoegen%20bug%206_bestanden/bootstrap.css" rel="stylesheet">
<script src="Voedsel%20toevoegen%20bug%206_bestanden/bootstrap.js"></script>
</head>
<!-- python script from php page? https://stackoverflow.com/questions/19735250/running-a-python-script-from-php -->
<body>
<br><br>
<h3>Controleer dat de waarden correct naar het overzicht (View Data) worden overgezet.</h3><h3>
<div class="left">
<form class="span4" action="/test/invoegenvoedselbug6.php" method="post">
<fieldset>
<legend>Voedsel toevoegen</legend>
<label>voedselnaam<span class="required">*</span></label>
<input type="text" name="voedselnaam" class="input-xlarge" placeholder="voedselnaam" autofocus="">
<label>Eenheid<span class="required">*</span></label>
<input type="text" name="Eenheid" class="input-small" placeholder="">
<br>
<label>Kcal<span class="required">*</span></label>
<input type="text" name="Kcal" class="input-small" placeholder="">
<br>
<label>Eiwitten<span class="required">*</span></label>
<input type="text" name="Eiwit" class="input-small" placeholder="">
<br>
<label>Koolh.<span class="required">*</span></label>
<input type="text" name="Koolh" class="input-small" placeholder="">
<br>
<label>Vet<span class="required">*</span></label>
<input type="text" name="Vet" class="input-small" placeholder="">
<br> <button type="submit" name="getdata" class="btn">Submit</button>
<a href="http://www.testenvansoftware.nl/test8/voedselinfo.php" class="btn btn-primary">View Data</a>
</fieldset>
</form>
</div>
</h3></body></html>