You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

73 lines
2.1 KiB

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="cache-control"
content="max-age=0" />
<meta http-equiv="cache-control"
content="no-store" />
<meta http-equiv="expires"
content="-1" />
<meta http-equiv="expires"
content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma"
content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--meta http-equiv="refresh" content="300" />--> <!--Refresh each 5s-->
<meta charset="utf-8" />
<style>
body, html {
font-family: "Arial";
}
.titlebox {
float: left;
padding: 0 5px;
margin: -30px 0 0 20px;
background: #fff;
}
</style>
<title>AI Engine</title>
</head>
<body>
<div>
<div align="center" class="test" div style="border:1px gray solid;padding:20px;margin:15px 15px 15px 15px">
<div class="titlebox"><nobr>Warning</nobr></div>
<!--<p id="demo"></p>-->
<table valign="center" style="border-collapse: collapse; width: 900px; height: 200px; ">
<tbody>
<tr>
<!--<td><img src="./images/ExclamationMark_Blue_64x64px.png" width="80" height="80" style="float:left" /></td>-->
<td>
<p>Please enable the Aida engine via camera Setup > Maintenance > LPKG.</p>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<br> <br>
<div>
<div align="center">
<input align="center" id="IDOK" type="button" value=" Close " onclick="closethis()" style="background-color:#6c87d4;color:white;height:36px;width:300px;" />
</div>
</div>
<script>
function closethis() {
parent.open(parent.location, '_parent').close();
}
</script>
</body>
</html>