Added 'none' view.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@34 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2002-09-23 11:30:44 +00:00
parent 2063029655
commit 2ab9dc5d4d
1 changed files with 12 additions and 0 deletions

View File

@ -1116,6 +1116,18 @@ function closeWindow() {
</html>
<?php
}
elseif ( $view == "none" )
{
?>
<html>
<head>
<script language="JavaScript">
window.close();
</script>
</head>
</html>
<?php
}
function isNetscape()
{