FSN#28896 Sensorstate-historie

svn path=/Website/trunk/; revision=20761
This commit is contained in:
Peter Feij
2014-02-24 09:13:26 +00:00
parent 235d01c267
commit acc3016c7a

View File

@@ -5,7 +5,6 @@
File: ins_state_history.asp
Beschrijving: Toont de state-history van een object met gegeven key
Note: Met TAMPER bescherming!
Kan later nog wel worden verfraaid met statistieken enzo.
Een datumfilter (tot) is ook te verwachten
@@ -13,9 +12,13 @@
*/%>
<!--#include file="../Shared/common.inc"-->
<!--#include file="../Shared/resultset_table_v2.inc" -->
<!--#include file="ins.inc" -->
<%
protectQS.verify({ allowparams: ["outputmode", "showall"]}); // tamper check
var outputmode = getQParamInt("outputmode", 0);
var ins_key = getQParamInt('ins_key');
var this_ins = ins.func_enabled_deel(ins_key);
var authparams = user.checkAutorisation("WEB_INSUSE");
var outputmode = getQParamInt("outputmode", 0);
%>
<html>
<head>
@@ -23,7 +26,6 @@
</head>
<body class="showbody">
<%
var ins_key = getQParamInt('ins_key');
var sql = "SELECT ins_deel_state"
+ ", ins_deel_statedate"
+ ", ins_deel_state_history_opmerk"