File: CameraStartStop

package info (click to toggle)
ifetch-tools 0.18.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: ruby: 895; sh: 349; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%{
	<HTML> <HEAD> <!-- This HTML file has been created by a ruby servlet -->
	<TITLE>Camera #{cameraName} Action Info</TITLE>
	<link rel="stylesheet" type="text/css" href="/style.css">
	<SCRIPT type="text/javascript">
	<!--
	function redirecter(){
		window.location = "/monitor"
	}
	//-->
	</SCRIPT>
	</HEAD>
		<BODY onLoad="setTimeout('redirecter()', 5000)">
		<H2>#{myTempRespond}<BR><BR>You will be redirected in just a moment or you may <A HREF="/monitor"> click this link</A>.</H2>
	</BODY>
	</HTML>
}