File: menu.html

package info (click to toggle)
w3cam 0.7.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 472 kB
  • ctags: 346
  • sloc: ansic: 3,811; makefile: 111
file content (27 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (7)
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
<link rel=stylesheet href=w3cam.css>
<body>
<!-- add other options as you like
-->
<font size=-1>
<form action="/cgi-bin/w3cam.cgi" target=image>
Quality:<SELECT name=quality>
<option>85
<option>70
<option>55
<option>30
<option>15
</SELECT>
Refresh:<select name=refresh>
<option value=-1>off
<option>0
<option>1
<option>2
<option>3
<option>6
</select>
<input type=hidden name=mode value=html><!-- this is important! -->

<input type=hidden name=refresh value=2>
<input type=submit value=Update>
</form>
</font>