From d9b077d792cbe1e5ff9dbc88ca51d38b50aa2389 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 4 Aug 2022 09:08:11 -0400 Subject: [PATCH] rough in editing and timeline graphing --- web/skins/classic/views/report.php | 126 ++++++++++++++++++++++------- 1 file changed, 98 insertions(+), 28 deletions(-) diff --git a/web/skins/classic/views/report.php b/web/skins/classic/views/report.php index c7e141379..f368e2c12 100644 --- a/web/skins/classic/views/report.php +++ b/web/skins/classic/views/report.php @@ -25,66 +25,135 @@ #$view = 'console'; #return; #} +# require_once('includes/Event.php'); require_once('includes/Filter.php'); -#require_once('includes/Report.php'); +require_once('includes/Report.php'); + +$report_id = isset($_REQUEST['id']) ? validInt($_REQUEST['id']) : ''; +$report = new ZM\Report($report_id); xhtmlHeaders(__FILE__, translate('Reports')); getBodyTopHTML(); echo getNavBarHTML(); ?>
- -
- - - - - +
+
+ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+Id()] = $F; + } +echo htmlSelect('Report[FilterId]', array(''=>translate('select')) + $FiltersById, $report->FilterId()) +?>
+
-