summaryrefslogtreecommitdiff
path: root/public/cam.html
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2014-03-19 19:01:12 +0100
committerChristian Franke <nobody@nowhere.ws>2014-03-19 19:01:12 +0100
commitabb2cc0561135360e2ad1bb057338667ba620fcb (patch)
tree5dd78e6079ce332a2029f595f2f6177aa950f65d /public/cam.html
parent80efed22b3c0d43d285ebade7eb99259da2071b5 (diff)
Changes to formHEADmaster
Diffstat (limited to 'public/cam.html')
-rw-r--r--public/cam.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/cam.html b/public/cam.html
index 4149c77..d899172 100644
--- a/public/cam.html
+++ b/public/cam.html
@@ -12,6 +12,7 @@
<img src="img/testbild.gif" id="camImage">
</div>
<div id="form">
+ <p class="header">Untersuchungsprotokoll</p>
<p>Personalkennzeichnung:&nbsp;<input id="formName"> &nbsp;&nbsp;Zeitpunkt:<input id="formDate" readonly>
</p>
<p>Analyse der Aufnahme:<br>
@@ -21,7 +22,7 @@
Pers&ouml;nliche Bemerkungen:<br>
<textarea id="formAnalysis3"></textarea></p>
<span id="errorBox">&nbsp;</span><br>
- <a href="#" id='printButton'>&nbsp;</a>
+ <input type="submit" value="Drucken" id="printButton"></input>
</div>
</body>