diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-01-25 09:28:33 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-01-25 09:28:33 +0000 |
| commit | 5d9754437c381159504dd90fbfedf1fb83b380f7 (patch) | |
| tree | d0be3d827e861272909d8c2bec25f0285209b3bf /index_edit.php | |
| parent | d808ecb9c68ac8fc36d6dfcc3027c2c1baad3e66 (diff) | |
| download | webtrees-5d9754437c381159504dd90fbfedf1fb83b380f7.tar.gz webtrees-5d9754437c381159504dd90fbfedf1fb83b380f7.tar.bz2 webtrees-5d9754437c381159504dd90fbfedf1fb83b380f7.zip | |
Tidy up <script type="text/javascript"> tags.
Diffstat (limited to 'index_edit.php')
| -rw-r--r-- | index_edit.php | 58 |
1 files changed, 26 insertions, 32 deletions
diff --git a/index_edit.php b/index_edit.php index a59c406f62..164e08eb6c 100644 --- a/index_edit.php +++ b/index_edit.php @@ -1,34 +1,28 @@ <?php -/** - * My Page page allows a logged in user the abilty - * to keep bookmarks, see a list of upcoming events, etc. - * - * 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 - * - * This Page Is Valid XHTML 1.0 Transitional! > 13 August 2005 - * - * @package webtrees - * @subpackage Display - * @version $Id$ - */ +// My Page page allows a logged in user the abilty +// to keep bookmarks, see a list of upcoming events, etc. +// +// 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', 'index_edit.php'); require './includes/session.php'; @@ -155,7 +149,7 @@ if ($action=="configure") { echo "</td></tr>"; echo "</table>"; ?> -<script language="JavaScript" type="text/javascript"> +<script type="text/javascript"> <!-- var pastefield; function paste_id(value) { @@ -176,7 +170,7 @@ if ($action=="configure") { echo "</form>"; } else { ?> - <script language="JavaScript" type="text/javascript"> + <script type="text/javascript"> <!-- /** * Move Up Block JavaScript function |
