ARAI#26640: Grafieken Dagverloop energie & Infobord

svn path=/Website/trunk/; revision=17972
This commit is contained in:
Marcel Bourseau
2013-05-28 09:11:41 +00:00
parent 375e107158
commit ad05664a7e
5 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style>
.BodyTopBottom{
background-color: #00A4E3;
font-family: Arial, Helvetica, sans-serif;
color: White;
font-size: x-large;
margin-right: 25pt;
}
</style>
<META HTTP-EQUIV="REFRESH" CONTENT="3600">
<script language="Javascript1.2">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
if(navigator.appName == "Netscape"){
document.write('<layer id="clock"></layer><br>');
}
if (navigator.appVersion.indexOf("MSIE") != -1){
document.write('<div align="right"><span id="clock"></span></div>');
}
function upclock(){
var dte = new Date();
var hrs = dte.getHours();
var min = dte.getMinutes();
var sec = dte.getSeconds();
var col = ":";
var spc = " ";
var apm;
if (hrs == 0) hrs=24;
if (min<=9) min="0"+min;
if (sec<=9) sec="0"+sec;
if(navigator.appName == "Netscape"){
document.clock.document.write(hrs+col+min+col+sec+spc+apm);
document.clock.document.close();
}
if (navigator.appVersion.indexOf("MSIE") != -1){
clock.innerHTML = hrs+col+min+col+sec+spc;
}
}
setInterval("upclock()",1000);
//-->
</script>
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator){ if ((appName=="Netscape")&&(parseInt(appVersion)==4)){
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body class="BodyTopBottom">
<div style="position:absolute; width:433px;height:41px;z-index:1;left:1px;top:-1px" align="left">
<script type="text/javascript">mijnDatum = new Date();document.write ('&nbsp;');document.write(mijnDatum.toLocaleDateString());</script>
</div>
<p align="center" style="font-size:16pt">Facilitor</p>
</body>
</html>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style>
.BodyTopBottom{
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
color: 00A4E3;
font-size: x-large;
margin-right: 25pt;
}
</style>
</head>
<body class="BodyTopBottom">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../banner.png"></td>
<td style="font-size:24pt">Real Time Monitor: Energie</td>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style>
.BodyTop2{
background-color: #00A4E3;
font-family: Arial, Helvetica, sans-serif;
color: White;
font-size: x-large;
margin-right: 25pt;
}
</style>
</head>
<body class="BodyTop2">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1,28 @@
<%@ language = "JavaScript" %>
<%
/*
$Revision$
$Id$
File: infobord.asp
Description: A deeplink call to display information on the infobord
Parameters:
locatie_code: the code of the location. Optional parameter
gebouw_code: the code of the building. Optional parameter
verdieping_code: the code of the floor. Optional parameter
refreshrate: the time the report is refreshed in seconds. Optional parameter
Context:
Note:
*/
Session("customerId") = 'ARAI';
%>
<!-- #include file="../../../appl/Shared/common.inc" -->
<html>
<head>
</head>
<frameset border="0" rows="9%,1%, 80%,*">
<frame name="Top" src="Top.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame name="Top2" src="Top2.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
<frame name="Content" src="../../../appl/fac/fac_widgetspage.asp?wgrp=rtm_energie">
<frame name="Bottom" src="Bottom.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
</frameset>
</html>