Added 'none' view.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@34 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
2063029655
commit
2ab9dc5d4d
12
web/zm.php
12
web/zm.php
|
@ -1116,6 +1116,18 @@ function closeWindow() {
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
elseif ( $view == "none" )
|
||||||
|
{
|
||||||
|
?>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<script language="JavaScript">
|
||||||
|
window.close();
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
|
||||||
function isNetscape()
|
function isNetscape()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue