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>
}
|