2005-02-24 18:43:29 +08:00
|
|
|
<?php
|
|
|
|
//
|
|
|
|
// ZoneMinder web empty view file, $Date$, $Revision$
|
2008-07-25 17:48:16 +08:00
|
|
|
// Copyright (C) 2001-2008 Philip Coombes
|
2005-02-24 18:43:29 +08:00
|
|
|
//
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License
|
|
|
|
// as published by the Free Software Foundation; either version 2
|
|
|
|
// of the License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with this program; if not, write to the Free Software
|
2016-12-26 23:23:16 +08:00
|
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
2005-02-24 18:43:29 +08:00
|
|
|
//
|
|
|
|
|
|
|
|
?>
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
|
|
<?php
|
2008-09-26 17:47:20 +08:00
|
|
|
if ( !empty($refreshParent) )
|
2005-02-24 18:43:29 +08:00
|
|
|
{
|
|
|
|
?>
|
2006-07-04 18:48:30 +08:00
|
|
|
<head>
|
|
|
|
<script type="text/javascript">
|
2005-02-24 18:43:29 +08:00
|
|
|
//self.onerror = function() { return( true ); }
|
|
|
|
opener.location.reload(true);
|
|
|
|
</script>
|
|
|
|
</head>
|
2006-07-04 18:48:30 +08:00
|
|
|
<?php
|
|
|
|
}
|
|
|
|
?>
|
2005-02-24 18:43:29 +08:00
|
|
|
</html>
|