diff --git a/web/zm.php b/web/zm.php
index d5a518362..47848bdfa 100644
--- a/web/zm.php
+++ b/web/zm.php
@@ -238,7 +238,7 @@ function newWindow(Url,Name,Width,Height) {
high
medium
low )
-
Monitor All |
+Watch Monitors |
@@ -279,17 +279,17 @@ function newWindow(Url,Name,Width,Height) {
$zone_count += $monitor[ZoneCount];
?>
-. |
- |
+. |
+ |
">/dev/video () |
|
xx |
- |
- |
- |
- |
- |
- |
+ |
+ |
+ |
+ |
+ |
+ |
|
|
@@ -372,7 +372,8 @@ window.focus();
- Stream |
+ |
Stills |
@@ -508,7 +509,7 @@ elseif ( $view == "events" )
}
else
{
- header("Refresh: ".REFRESH_EVENTS_ALL."; URL='$PHP_SELF?view=events&mid=$mid'" );
+ header("Refresh: ".REFRESH_EVENTS_ALL."; URL='$PHP_SELF?view=events&period=$period&archived=$archived&mid=$mid'" );
}
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified
@@ -543,6 +544,9 @@ function checkAll(form,name){
+
+
+
@@ -550,9 +554,10 @@ function checkAll(form,name){
= now() - interval 1 $period";
+ $sql .= " order by E.Id desc";
if ( $max_events )
$sql .= " limit 0,$max_events";
$result = mysql_query( $sql );
|