summaryrefslogtreecommitdiff
path: root/imageview.php
diff options
context:
space:
mode:
Diffstat (limited to 'imageview.php')
-rw-r--r--imageview.php52
1 files changed, 24 insertions, 28 deletions
diff --git a/imageview.php b/imageview.php
index a6d969e691..83f8b950a1 100644
--- a/imageview.php
+++ b/imageview.php
@@ -1,31 +1,27 @@
<?php
-/**
- * Popup window for viewing images
- *
- * webtrees: Web based Family History software
- * Copyright (C) 2010 webtrees development team.
- *
- * Derived from PhpGedView
- * Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
- *
- * 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
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * @version $Id$
- * @package webtrees
- * @subpackage Media
- */
+// Popup window for viewing images
+//
+// webtrees: Web based Family History software
+// Copyright (C) 2011 webtrees development team.
+//
+// Derived from PhpGedView
+// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
+//
+// 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
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// $Id$
define('WT_SCRIPT_NAME', 'imageview.php');
require './includes/session.php';
@@ -35,7 +31,7 @@ $filename=safe_GET('filename');
print_simple_header(WT_I18N::translate('Image viewer'));
?>
-<script language="JavaScript" type="text/javascript">
+<script type="text/javascript">
<!--
var zoom = 100;
function zoomin() {