X-Git-Url: http://git.sourceforge.jp/view?p=nucleus-jp%2Fnucleus-jp-ancient.git;a=blobdiff_plain;f=utf8%2Fnucleus%2Fjavascript%2Fadmin.js;h=e56695b6fdc8ea2ba8356e53a513f9e4ce717e6e;hp=06045f8854ac6568b0a3f46c4a5d2a679036d0c7;hb=b39642e85c1657c65bcc256109865b0bff158145;hpb=d4d9ab10bb515ac1c787d809a995c121f7f4a3be diff --git a/utf8/nucleus/javascript/admin.js b/utf8/nucleus/javascript/admin.js index 06045f8..e56695b 100755 --- a/utf8/nucleus/javascript/admin.js +++ b/utf8/nucleus/javascript/admin.js @@ -1,18 +1,3 @@ -/** - * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) - * Copyright (C) 2002-2004 The Nucleus Group - * - * 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. - * (see nucleus/documentation/index.html#license for more info) - * - * Some JavaScript code for the admin area - * - * $Id: admin.js,v 1.1.1.1 2005-02-28 07:14:41 kimitake Exp $ - */ - function help(url) { popup = window.open(url,'helpwindow','status=no,toolbar=yes,scrollbars=yes,resizable=yes,width=500,height=500,top=0,left=0'); if (popup.focus) popup.focus();