mirror of
http://git.sublab.org/mjpegplexer/
synced 2025-07-07 15:53:03 +02:00
added webinterface
This commit is contained in:
parent
08feea56c8
commit
c35a1c1abb
25 changed files with 738 additions and 6 deletions
32
public/cam.html
Normal file
32
public/cam.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue