diff --git a/web/zm_html_view_controlcaps.php b/web/zm_html_view_controlcaps.php
index 09b69895b..8e4c2793b 100644
--- a/web/zm_html_view_controlcaps.php
+++ b/web/zm_html_view_controlcaps.php
@@ -44,7 +44,7 @@ while( $row = mysql_fetch_assoc( $result ) )
//window.resizeTo( = $jws['console']['w'] ?>, = $jws['console']['h']+(25*(count($controls)>6?count($controls):6)) ?> );
function newWindow(Url,Name,Width,Height)
{
- var Name = window.open(Url,Name,"resizable,width="+Width+",height="+Height);
+ var Win = window.open(Url,Name,"resizable,width="+Width+",height="+Height);
}
function closeWindow()
{
diff --git a/web/zm_html_view_controlmenu.php b/web/zm_html_view_controlmenu.php
index 72b465903..2a00eb174 100644
--- a/web/zm_html_view_controlmenu.php
+++ b/web/zm_html_view_controlmenu.php
@@ -55,7 +55,7 @@ while( $row = mysql_fetch_assoc( $result ) )
diff --git a/web/zm_xhtml.php b/web/zm_xhtml.php
index 5bc6b391a..351f29851 100644
--- a/web/zm_xhtml.php
+++ b/web/zm_xhtml.php
@@ -127,7 +127,6 @@ switch( $view )
case "event" :
case "eventdetails" :
case "frame" :
- case "frames" :
case "monitor" :
case "video" :
case "function" :
diff --git a/web/zm_xhtml_view_frame.php b/web/zm_xhtml_view_frame.php
index 050d6259f..5f75ee7df 100644
--- a/web/zm_xhtml_view_frame.php
+++ b/web/zm_xhtml_view_frame.php
@@ -112,7 +112,6 @@ else
= $zmSlangFrame ?> = $eid."-".$fid." (".$frame['Score'].")" ?> |
-
diff --git a/web/zm_xhtml_view_frames.php b/web/zm_xhtml_view_frames.php
deleted file mode 100644
index 6f0f11c3e..000000000
--- a/web/zm_xhtml_view_frames.php
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-= ZM_WEB_TITLE_PREFIX ?> - = $zmSlangFrames ?> = $eid ?>
-
-
-
-
-
-
-= $zmSlangEvent ?> = $eid ?> |
-= $zmSlangClose ?> |
-
-
-= $zmSlangFrameId ?> |
-= $zmSlangAlarmFrame ?> |
-= $zmSlangTimeStamp ?> |
-= $zmSlangTimeDelta ?> |
-= $zmSlangScore ?> |
-
-
-
-= $frame['FrameId'] ?> |
-= $alarm_frame?$zmSlangYes:$zmSlangNo ?> |
-= date( "H:i:s", $frame['UnixTimeStamp'] ) ?> |
-= number_format( $frame['Delta'], 2 ) ?> |
-
-= $frame['Score'] ?> |
-
-= $frame['Score'] ?> |
-
-
-
-
- = $zmSlangNoFramesRecorded ?>
|
-
-
-
|
-
-
-
-