[xoops-cvslog 6043] CVS update: xoops2jp/html

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2006年 12月 16日 (土) 23:10:29 JST


Index: xoops2jp/html/admin.php
diff -u xoops2jp/html/admin.php:1.2.8.6 xoops2jp/html/admin.php:1.2.8.6.2.1
--- xoops2jp/html/admin.php:1.2.8.6	Sun Aug 20 11:03:20 2006
+++ xoops2jp/html/admin.php	Sat Dec 16 23:10:29 2006
@@ -1,6 +1,19 @@
 <?php
-// $Id: admin.php,v 1.2.8.6 2006/08/20 02:03:20 minahito Exp $
+/**
+ *
+ * @package Legacy
+ * @version $Id: admin.php,v 1.2.8.6.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
+
 include "mainfile.php";
+
 class DefaultSystemCheckFunction
 {
 	function DefaultCheck()
Index: xoops2jp/html/backend.php
diff -u xoops2jp/html/backend.php:1.2.8.3 xoops2jp/html/backend.php:1.2.8.3.2.1
--- xoops2jp/html/backend.php:1.2.8.3	Mon Jul 31 18:45:43 2006
+++ xoops2jp/html/backend.php	Sat Dec 16 23:10:29 2006
@@ -1,19 +1,19 @@
 <?php
 /**
- * This file was full scratched in XOOPS Cube Legacy project.
- * 
+ *
  * @package Legacy
- * @version $Id: backend.php,v 1.2.8.3 2006/07/31 09:45:43 minahito Exp $
+ * @version $Id: backend.php,v 1.2.8.3.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
  */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "./mainfile.php";
 require_once XOOPS_ROOT_PATH . "/header.php";
 
-//
-// This is old page controller in Xoops 2.0.x
-// Raise event "Legacypage.Backend.Access"
-//
-$root=&XCube_Root::getSingleton();
 XCube_DelegateUtils::call("Legacypage.Backend.Access");
-
 ?>
\ No newline at end of file
Index: xoops2jp/html/edituser.php
diff -u xoops2jp/html/edituser.php:1.2.8.5.2.1 xoops2jp/html/edituser.php:1.2.8.5.2.2
--- xoops2jp/html/edituser.php:1.2.8.5.2.1	Sat Nov 18 17:44:08 2006
+++ xoops2jp/html/edituser.php	Sat Dec 16 23:10:29 2006
@@ -1,32 +1,18 @@
 <?php
-// $Id: edituser.php,v 1.2.8.5.2.1 2006/11/18 08:44:08 nobunobu Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                  Copyright (c) 2000 XOOPSCube.org                         //
-//                     <http://xoopscube.org/>                           //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: edituser.php,v 1.2.8.5.2.2 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 
 XCube_DelegateUtils::call("Legacypage.Edituser.Access");
-
 ?>
Index: xoops2jp/html/footer.php
diff -u xoops2jp/html/footer.php:1.2.8.5 xoops2jp/html/footer.php:1.2.8.5.2.1
--- xoops2jp/html/footer.php:1.2.8.5	Wed Nov 16 01:40:10 2005
+++ xoops2jp/html/footer.php	Sat Dec 16 23:10:29 2006
@@ -1,53 +1,31 @@
 <?php
-// $Id: footer.php,v 1.2.8.5 2005/11/15 16:40:10 minahito Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                    Copyright (c) 2000 XOOPS.org                           //
-//                       <http://www.xoops.org/>                             //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: footer.php,v 1.2.8.5.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
-if (!defined('XOOPS_ROOT_PATH'))
-    exit();
-
-if(defined('XOOPS_FOOTER_INCLUDED'))
-	exit();
+if (!defined('XOOPS_ROOT_PATH'))  exit();
+if (defined('XOOPS_FOOTER_INCLUDED')) exit();
 
 $root=&XCube_Root::getSingleton();
-if(!is_object($root->mController))
-	exit();
+if (!is_object($root->mController)) exit();
+
+define('XOOPS_FOOTER_INCLUDED',1);
 
-define("XOOPS_FOOTER_INCLUDED",1);
 $xoopsLogger=&$root->mController->getLogger();
 $xoopsLogger->stopTime();
 
 // RMV-NOTIFY
 require_once XOOPS_ROOT_PATH.'/include/notification_select.php';
 
-
-// Content Assign
-
-
 // Display view
 $root->mController->executeView();
-
-
 ?>
Index: xoops2jp/html/header.php
diff -u xoops2jp/html/header.php:1.2.8.4 xoops2jp/html/header.php:1.2.8.4.2.1
--- xoops2jp/html/header.php:1.2.8.4	Wed Nov 16 01:40:00 2005
+++ xoops2jp/html/header.php	Sat Dec 16 23:10:29 2006
@@ -1,41 +1,21 @@
 <?php
-// $Id: header.php,v 1.2.8.4 2005/11/15 16:40:00 minahito Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                    Copyright (c) 2000 XOOPS.org                           //
-//                       <http://www.xoops.org/>                             //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: header.php,v 1.2.8.4.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
-//--------------------------------------------
-// Prohibition of a direct kick
-//--------------------------------------------
-if (!defined('XOOPS_ROOT_PATH'))
-    exit();
+if (!defined('XOOPS_ROOT_PATH')) exit();
 
 $root=&XCube_Root::getSingleton();
-
-if(!is_object($root->mController))
-	exit();
+if(!is_object($root->mController)) exit();
 
 $root->mController->executeHeader();
-
 ?>
Index: xoops2jp/html/image.php
diff -u xoops2jp/html/image.php:1.2.8.2.2.1 xoops2jp/html/image.php:1.2.8.2.2.2
--- xoops2jp/html/image.php:1.2.8.2.2.1	Thu Nov  9 12:45:07 2006
+++ xoops2jp/html/image.php	Sat Dec 16 23:10:29 2006
@@ -1,7 +1,5 @@
 <?php
-
-
-// $Id: image.php,v 1.2.8.2.2.1 2006/11/09 03:45:07 nobunobu Exp $
+// $Id: image.php,v 1.2.8.2.2.2 2006/12/16 14:10:29 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
Index: xoops2jp/html/imagemanager.php
diff -u xoops2jp/html/imagemanager.php:1.2.8.4 xoops2jp/html/imagemanager.php:1.2.8.4.2.1
--- xoops2jp/html/imagemanager.php:1.2.8.4	Thu Jul 27 18:37:56 2006
+++ xoops2jp/html/imagemanager.php	Sat Dec 16 23:10:29 2006
@@ -1,11 +1,16 @@
 <?php
 /**
- * This file was full scratched in XOOPS Cube Legacy project.
- * 
+ *
  * @package Legacy
- * @version $Id: imagemanager.php,v 1.2.8.4 2006/07/27 09:37:56 minahito Exp $
+ * @version $Id: imagemanager.php,v 1.2.8.4.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
  */
-
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 require_once "mainfile.php";
 require_once XOOPS_ROOT_PATH . "/header.php";
 
Index: xoops2jp/html/index.php
diff -u xoops2jp/html/index.php:1.2.8.3 xoops2jp/html/index.php:1.2.8.3.2.1
--- xoops2jp/html/index.php:1.2.8.3	Mon Jul 31 18:45:51 2006
+++ xoops2jp/html/index.php	Sat Dec 16 23:10:29 2006
@@ -1,16 +1,17 @@
 <?php
 /**
+ *
  * @package Legacy
- * @version $Id: index.php,v 1.2.8.3 2006/07/31 09:45:51 minahito Exp $
+ * @version $Id: index.php,v 1.2.8.3.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
  */
-
 require_once "./mainfile.php";
 require_once "./header.php";
 
-$root=&XCube_Root::getSingleton();
-
 $xoopsOption['show_cblock'] = 1;
 XCube_DelegateUtils::call("Legacypage.Top.Access");
 
 require_once "./footer.php";
-?>
\ No newline at end of file
+?>
Index: xoops2jp/html/lostpass.php
diff -u xoops2jp/html/lostpass.php:1.2.8.3.2.1 xoops2jp/html/lostpass.php:1.2.8.3.2.2
--- xoops2jp/html/lostpass.php:1.2.8.3.2.1	Sat Nov 18 21:59:51 2006
+++ xoops2jp/html/lostpass.php	Sat Dec 16 23:10:29 2006
@@ -1,34 +1,18 @@
 <?php
-// $Id: lostpass.php,v 1.2.8.3.2.1 2006/11/18 12:59:51 nobunobu Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                  Copyright (c) 2000 XOOPSCube.org                         //
-//                     <http://xoopscube.org/>                           //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: lostpass.php,v 1.2.8.3.2.2 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 
-$root=&XCube_Root::getSingleton();
-
 XCube_DelegateUtils::call("Legacypage.Lostpass.Access");
-
-?>
\ No newline at end of file
+?>
Index: xoops2jp/html/misc.php
diff -u xoops2jp/html/misc.php:1.2.8.5 xoops2jp/html/misc.php:1.2.8.5.2.1
--- xoops2jp/html/misc.php:1.2.8.5	Thu Jul 27 18:38:10 2006
+++ xoops2jp/html/misc.php	Sat Dec 16 23:10:29 2006
@@ -1,10 +1,16 @@
 <?php
 /**
- * This file was full scratched in XOOPS Cube Legacy project.
- * 
+ *
  * @package Legacy
- * @version $Id: misc.php,v 1.2.8.5 2006/07/27 09:38:10 minahito Exp $
+ * @version $Id: misc.php,v 1.2.8.5.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
  */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 require_once XOOPS_ROOT_PATH . "/header.php";
Index: xoops2jp/html/notifications.php
diff -u xoops2jp/html/notifications.php:1.2.8.2 xoops2jp/html/notifications.php:1.2.8.2.2.1
--- xoops2jp/html/notifications.php:1.2.8.2	Wed Jul 26 19:49:31 2006
+++ xoops2jp/html/notifications.php	Sat Dec 16 23:10:29 2006
@@ -1,11 +1,19 @@
 <?php
 /**
- * @version $Id: notifications.php,v 1.2.8.2 2006/07/26 10:49:31 minahito Exp $
+ *
+ * @package Legacy
+ * @version $Id: notifications.php,v 1.2.8.2.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
  */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 require_once XOOPS_ROOT_PATH . "/header.php";
 
 XCube_DelegateUtils::call('Legacypage.Notifications.Access');
-
 ?>
Index: xoops2jp/html/pmlite.php
diff -u xoops2jp/html/pmlite.php:1.2.8.4.2.1 xoops2jp/html/pmlite.php:1.2.8.4.2.2
--- xoops2jp/html/pmlite.php:1.2.8.4.2.1	Sat Nov 18 17:44:08 2006
+++ xoops2jp/html/pmlite.php	Sat Dec 16 23:10:29 2006
@@ -1,36 +1,18 @@
 <?php
-// $Id: pmlite.php,v 1.2.8.4.2.1 2006/11/18 08:44:08 nobunobu Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                  Copyright (c) 2000 XOOPSCube.org                         //
-//                     <http://xoopscube.org/>                           //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: pmlite.php,v 1.2.8.4.2.2 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 
-//
-// This is old page controller in Xoops 2.0.x
-// Raise event "Legacypage.Pmlite.Access"
-//
 XCube_DelegateUtils::call("Legacypage.Pmlite.Access");
-
 ?>
\ No newline at end of file
Index: xoops2jp/html/readpmsg.php
diff -u xoops2jp/html/readpmsg.php:1.2.8.2.2.1 xoops2jp/html/readpmsg.php:1.2.8.2.2.2
--- xoops2jp/html/readpmsg.php:1.2.8.2.2.1	Sat Nov 18 17:44:08 2006
+++ xoops2jp/html/readpmsg.php	Sat Dec 16 23:10:29 2006
@@ -1,32 +1,18 @@
 <?php
-// $Id: readpmsg.php,v 1.2.8.2.2.1 2006/11/18 08:44:08 nobunobu Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                  Copyright (c) 2000 XOOPSCube.org                         //
-//                     <http://xoopscube.org/>                           //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: readpmsg.php,v 1.2.8.2.2.2 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 
 XCube_DelegateUtils::call("Legacypage.Readpmsg.Access");
-
 ?>
\ No newline at end of file
Index: xoops2jp/html/register.php
diff -u xoops2jp/html/register.php:1.2.8.3.2.1 xoops2jp/html/register.php:1.2.8.3.2.2
--- xoops2jp/html/register.php:1.2.8.3.2.1	Sat Nov 18 17:44:08 2006
+++ xoops2jp/html/register.php	Sat Dec 16 23:10:29 2006
@@ -1,32 +1,18 @@
 <?php
-// $Id: register.php,v 1.2.8.3.2.1 2006/11/18 08:44:08 nobunobu Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                  Copyright (c) 2000 XOOPSCube.org                         //
-//                     <http://xoopscube.org/>                           //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: register.php,v 1.2.8.3.2.2 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 
 XCube_DelegateUtils::call("Legacypage.Register.Access");
-
 ?>
Index: xoops2jp/html/search.php
diff -u xoops2jp/html/search.php:1.2.8.3 xoops2jp/html/search.php:1.2.8.3.2.1
--- xoops2jp/html/search.php:1.2.8.3	Thu Jul 27 18:38:19 2006
+++ xoops2jp/html/search.php	Sat Dec 16 23:10:29 2006
@@ -1,17 +1,19 @@
 <?php
 /**
- * This file was full scratched in XOOPS Cube Legacy project.
- * 
- * @version $Id: search.php,v 1.2.8.3 2006/07/27 09:38:19 minahito Exp $
+ *
+ * @package Legacy
+ * @version $Id: search.php,v 1.2.8.3.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
  */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 require_once XOOPS_ROOT_PATH . "/header.php";
 
-//
-// This is old page controller in Xoops 2.0.x
-// Raise event "Legacypage.Search.Access"
-//
 XCube_DelegateUtils::call('Legacypage.Search.Access');
-
 ?>
\ No newline at end of file
Index: xoops2jp/html/user.php
diff -u xoops2jp/html/user.php:1.2.8.6 xoops2jp/html/user.php:1.2.8.6.2.1
--- xoops2jp/html/user.php:1.2.8.6	Wed Jul 19 19:25:14 2006
+++ xoops2jp/html/user.php	Sat Dec 16 23:10:29 2006
@@ -1,34 +1,18 @@
 <?php
-// $Id: user.php,v 1.2.8.6 2006/07/19 10:25:14 minahito Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                    Copyright (c) 2000 XOOPS.org                           //
-//                       <http://www.xoops.org/>                             //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: user.php,v 1.2.8.6.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 
-$root=&XCube_Root::getSingleton();
-
 XCube_DelegateUtils::call("Legacypage.User.Access");
-
-?>
\ No newline at end of file
+?>
Index: xoops2jp/html/userinfo.php
diff -u xoops2jp/html/userinfo.php:1.2.8.4.2.1 xoops2jp/html/userinfo.php:1.2.8.4.2.2
--- xoops2jp/html/userinfo.php:1.2.8.4.2.1	Sat Nov 18 17:44:08 2006
+++ xoops2jp/html/userinfo.php	Sat Dec 16 23:10:29 2006
@@ -1,32 +1,18 @@
 <?php
-// $Id: userinfo.php,v 1.2.8.4.2.1 2006/11/18 08:44:08 nobunobu Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                  Copyright (c) 2000 XOOPSCube.org                         //
-//                     <http://xoopscube.org/>                           //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: userinfo.php,v 1.2.8.4.2.2 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 
 XCube_DelegateUtils::call("Legacypage.Userinfo.Access");
-
 ?>
Index: xoops2jp/html/viewpmsg.php
diff -u xoops2jp/html/viewpmsg.php:1.2.8.3.2.1 xoops2jp/html/viewpmsg.php:1.2.8.3.2.2
--- xoops2jp/html/viewpmsg.php:1.2.8.3.2.1	Sat Nov 18 17:44:08 2006
+++ xoops2jp/html/viewpmsg.php	Sat Dec 16 23:10:29 2006
@@ -1,32 +1,18 @@
 <?php
-// $Id: viewpmsg.php,v 1.2.8.3.2.1 2006/11/18 08:44:08 nobunobu Exp $
-//  ------------------------------------------------------------------------ //
-//                XOOPS - PHP Content Management System                      //
-//                  Copyright (c) 2000 XOOPSCube.org                         //
-//                     <http://xoopscube.org/>                           //
-//  ------------------------------------------------------------------------ //
-//  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.                                      //
-//                                                                           //
-//  You may not change or alter any portion of this comment or credits       //
-//  of supporting developers from this source code or any supporting         //
-//  source code which is considered copyrighted (c) material of the          //
-//  original comment or credit authors.                                      //
-//                                                                           //
-//  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 //
-//  ------------------------------------------------------------------------ //
+/**
+ *
+ * @package Legacy
+ * @version $Id: viewpmsg.php,v 1.2.8.3.2.2 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+/*------------------------------------------------------------------------*
+ |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
+ |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
+ *------------------------------------------------------------------------*/
 
 require_once "mainfile.php";
 
 XCube_DelegateUtils::call("Legacypage.Viewpmsg.Access");
-
-?>
\ No newline at end of file
+?>


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る