mirror of
http://git.sublab.org/cctv-control/
synced 2024-12-21 10:02:22 +01:00
32 lines
1 KiB
HTML
32 lines
1 KiB
HTML
<!DOCTYPE HTML>
|
|
<html lang=en>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script src="js/cctv-control.js" type="text/javascript"></script>
|
|
<link rel="stylesheet" type="text/css" href="css/cam.css">
|
|
</head>
|
|
<body onkeydown="keyDown(event)" id='body'>
|
|
<div id="screen">
|
|
<img src="img/testbild.gif" id="camImage">
|
|
</div>
|
|
<div id="form">
|
|
<img src="about:blank" id="formImage">
|
|
<p>
|
|
</p>
|
|
<p>Personalkennzeichnung</p>
|
|
<input id="formName"><br>
|
|
<p>Zeitpunkt</p>
|
|
<input id="formDate" readonly><br>
|
|
<p>Analyse der Aufnahme</p>
|
|
<textarea id="formAnalysis1"></textarea>
|
|
<p>Bemerkungen zum Untersuchungsverlauf</p>
|
|
<textarea id="formAnalysis2"></textarea>
|
|
<p>Persönliche Bemerkungen</p>
|
|
<textarea id="formAnalysis3"></textarea>
|
|
<p>
|
|
<a href="#" id='printButton' onclick='hideForm()'> </a>
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|