Minahito
minah****@users*****
2006年 10月 14日 (土) 23:55:28 JST
Index: xoops2jp/html/modules/legacy/index.php diff -u /dev/null xoops2jp/html/modules/legacy/index.php:1.1.2.1 --- /dev/null Sat Oct 14 23:55:28 2006 +++ xoops2jp/html/modules/legacy/index.php Sat Oct 14 23:55:28 2006 @@ -0,0 +1,20 @@ +<?php + +require_once "../../mainfile.php"; +require_once XOOPS_ROOT_PATH . "/header.php"; +require_once XOOPS_MODULE_PATH . "/base/class/ActionFrame.class.php"; + +$root =& XCube_Root::getSingleton(); + +$actionName = isset($_GET['action']) ? trim($_GET['action']) : "Default"; + +$moduleRunner =& new Legacy_ActionFrame(false); +$moduleRunner->setActionName($actionName); + +$root->mController->mExecute->add(array(&$moduleRunner, 'execute')); + +$root->mController->execute(); + +require_once XOOPS_ROOT_PATH . "/footer.php"; + +?> Index: xoops2jp/html/modules/legacy/index.html diff -u /dev/null xoops2jp/html/modules/legacy/index.html:1.1.2.1 --- /dev/null Sat Oct 14 23:55:28 2006 +++ xoops2jp/html/modules/legacy/index.html Sat Oct 14 23:55:28 2006 @@ -0,0 +1 @@ + <script>history.go(-1);</script> \ No newline at end of file Index: xoops2jp/html/modules/legacy/xoops_version.php diff -u /dev/null xoops2jp/html/modules/legacy/xoops_version.php:1.1.2.1 --- /dev/null Sat Oct 14 23:55:28 2006 +++ xoops2jp/html/modules/legacy/xoops_version.php Sat Oct 14 23:55:28 2006 @@ -0,0 +1,209 @@ +<?php +// $Id$ +// ------------------------------------------------------------------------ // +// XOOPSCube - PHP Content Management System // +// Copyright (c) 2005 XOOPSCube.org // +// <http://www.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 // +// ------------------------------------------------------------------------- // + +$modversion['name'] = _MI_BASE_NAME; +$modversion['version'] = 1.00; +$modversion['description'] = _MI_BASE_NAME_DESC; +$modversion['author'] = ""; +$modversion['credits'] = "The XOOPS Project"; +$modversion['help'] = "help.html"; +$modversion['license'] = "GPL see LICENSE"; +$modversion['official'] = 1; +$modversion['image'] = "images/base.gif"; +$modversion['dirname'] = "base"; + +$modversion['cube_style'] = true; + +// +// Database Setting +// + +// Admin things +$modversion['hasAdmin'] = 1; +$modversion['adminindex'] = "admin/index.php"; +$modversion['adminmenu'] = "admin/menu.php"; + +// Templates +$modversion['templates'][1]['file'] = 'legacy_misc_ssllogin.html'; +$modversion['templates'][1]['description'] = ''; +$modversion['templates'][2]['file'] = 'legacy_misc_smilies.html'; +$modversion['templates'][2]['description'] = ''; +$modversion['templates'][3]['file'] = 'legacy_search_form.html'; +$modversion['templates'][3]['description'] = ''; +$modversion['templates'][4]['file'] = 'legacy_comment_edit.html'; +$modversion['templates'][4]['description'] = ''; +$modversion['templates'][5]['file'] = 'legacy_xoops_result.html'; +$modversion['templates'][5]['description'] = ''; +$modversion['templates'][6]['file'] = 'legacy_xoops_error.html'; +$modversion['templates'][6]['description'] = ''; +$modversion['templates'][7]['file'] = 'legacy_xoops_confirm.html'; +$modversion['templates'][7]['description'] = ''; +$modversion['templates'][8]['file'] = 'legacy_comment_navi.html'; +$modversion['templates'][8]['description'] = ''; +$modversion['templates'][9]['file'] = 'legacy_comment.html'; +$modversion['templates'][9]['description'] = ''; +$modversion['templates'][10]['file'] = 'legacy_comments_flat.html'; +$modversion['templates'][10]['description'] = ''; +$modversion['templates'][11]['file'] = 'legacy_comments_nest.html'; +$modversion['templates'][11]['description'] = ''; +$modversion['templates'][12]['file'] = 'legacy_comments_thread.html'; +$modversion['templates'][12]['description'] = ''; +$modversion['templates'][13]['file'] = 'legacy_notification_select.html'; +$modversion['templates'][13]['description'] = ''; +$modversion['templates'][14]['file'] = 'legacy_dummy.html'; +$modversion['templates'][14]['description'] = ''; +$modversion['templates'][15]['file'] = 'legacy_redirect.html'; +$modversion['templates'][15]['description'] = ''; +$modversion['templates'][16]['file'] = 'legacy_image_list.html'; +$modversion['templates'][16]['description'] = ''; +$modversion['templates'][17]['file'] = 'legacy_image_upload.html'; +$modversion['templates'][17]['description'] = ''; +$modversion['templates'][18]['file'] = 'legacy_rss.html'; +$modversion['templates'][18]['description'] = ''; +$modversion['templates'][19]['file'] = 'legacy_search_results.html'; +$modversion['templates'][19]['description'] = ''; +$modversion['templates'][20]['file'] = 'legacy_search_showall.html'; +$modversion['templates'][20]['description'] = ''; +$modversion['templates'][21]['file'] = 'legacy_search_showallbyuser.html'; +$modversion['templates'][21]['description'] = ''; +$modversion['templates'][22]['file'] = 'legacy_notification_list.html'; +$modversion['templates'][22]['description'] = ''; +$modversion['templates'][23]['file'] = 'legacy_notification_delete.html'; +$modversion['templates'][23]['description'] = ''; +$modversion['templates'][24]['file'] = 'legacy_notification_select_form.html'; +$modversion['templates'][24]['description'] = ''; +$modversion['templates'][25]['file'] = 'legacy_misc_friend.html'; +$modversion['templates'][25]['description'] = ''; +$modversion['templates'][26]['file'] = 'legacy_misc_friend_success.html'; +$modversion['templates'][26]['description'] = ''; +$modversion['templates'][27]['file'] = 'legacy_misc_friend_error.html'; +$modversion['templates'][27]['description'] = ''; +$modversion['templates'][28]['file'] = 'legacy_xoopsform_checkbox.html'; +$modversion['templates'][28]['description'] = 'The embedded template for the checkbox of the xoopsform.'; +$modversion['templates'][29]['file'] = 'legacy_xoopsform_button.html'; +$modversion['templates'][29]['description'] = 'The embedded template for the button of the xoopsform.'; +$modversion['templates'][30]['file'] = 'legacy_xoopsform_text.html'; +$modversion['templates'][30]['description'] = 'The embedded template for the text of the xoopsform.'; +$modversion['templates'][31]['file'] = 'legacy_xoopsform_select.html'; +$modversion['templates'][31]['description'] = 'The embedded template for the select of the xoopsform.'; +$modversion['templates'][32]['file'] = 'legacy_xoopsform_file.html'; +$modversion['templates'][32]['description'] = 'The embedded template for the file of the xoopsform.'; +$modversion['templates'][33]['file'] = 'legacy_xoopsform_hidden.html'; +$modversion['templates'][33]['description'] = 'The embedded template for the hidden of the xoopsform.'; +$modversion['templates'][34]['file'] = 'legacy_xoopsform_radio.html'; +$modversion['templates'][34]['description'] = 'The embedded template for the hidden of the xoopsform.'; +$modversion['templates'][35]['file'] = 'legacy_xoopsform_label.html'; +$modversion['templates'][35]['description'] = 'The embedded template for the label of the xoopsform.'; +$modversion['templates'][36]['file'] = 'legacy_xoopsform_password.html'; +$modversion['templates'][36]['description'] = 'The embedded template for the password of the xoopsform.'; +$modversion['templates'][37]['file'] = 'legacy_xoopsform_textarea.html'; +$modversion['templates'][37]['description'] = 'The embedded template for the textarea of the xoopsform.'; +$modversion['templates'][38]['file'] = 'legacy_xoopsform_simpleform.html'; +$modversion['templates'][38]['description'] = 'The embedded template for the simple form of the xoopsform.'; +$modversion['templates'][39]['file'] = 'legacy_xoopsform_tableform.html'; +$modversion['templates'][39]['description'] = 'The embedded template for the table form of the xoopsform.'; +$modversion['templates'][40]['file'] = 'legacy_xoopsform_themeform.html'; +$modversion['templates'][40]['description'] = 'The embedded template for the theme form of the xoopsform.'; +$modversion['templates'][41]['file'] = 'legacy_xoopsform_elementtray.html'; +$modversion['templates'][41]['description'] = 'The embedded template for the element tray of the xoopsform.'; +$modversion['templates'][42]['file'] = 'legacy_xoopsform_textdateselect.html'; +$modversion['templates'][42]['description'] = 'The embedded template for the text date select of the xoopsform.'; +$modversion['templates'][43]['file'] = 'legacy_xoopsform_dhtmltextarea.html'; +$modversion['templates'][43]['description'] = 'The embedded template for the dhtml text area of the xoopsform.'; +$modversion['templates'][44]['file'] = 'legacy_xoopsform_opt_smileys.html'; +$modversion['templates'][44]['description'] = 'The embedded template for the smiles list of the dhtml text area of the xoopsform.'; +$modversion['templates'][45]['file'] = 'legacy_xoopsform_opt_validationjs.html'; +$modversion['templates'][45]['description'] = 'The embedded template for the javascriot of the the xoopsform to validation the input value.'; +$modversion['templates'][46]['file'] = 'legacy_xoopsform_grouppermform.html'; +$modversion['templates'][46]['description'] = 'The embedded template for the groupperm form of the the xoopsform.'; + +// Menu +$modversion['hasMain'] = 0; + +// Blocks +$modversion['blocks'][1]['file'] = "legacy_mainmenu.php"; +$modversion['blocks'][1]['name'] = _MI_BASE_BLOCK_MAINMENU_NAME; +$modversion['blocks'][1]['description'] = _MI_BASE_BLOCK_MAINMENU_DESC; +$modversion['blocks'][1]['show_func'] = "b_legacy_mainmenu_show"; +$modversion['blocks'][1]['template'] = 'legacy_block_mainmenu.html'; +$modversion['blocks'][1]['visible_any'] = true; +$modversion['blocks'][1]['show_all_module'] = true; + +$modversion['blocks'][2]['file'] = "legacy_usermenu.php"; +$modversion['blocks'][2]['name'] = _MI_BASE_BLOCK_USERMENU_NAME; +$modversion['blocks'][2]['description'] = _MI_BASE_BLOCK_USERMENU_DESC; +$modversion['blocks'][2]['show_func'] = "b_legacy_usermenu_show"; +$modversion['blocks'][2]['template'] = 'legacy_block_usermenu.html'; +$modversion['blocks'][2]['visible_any'] = true; +$modversion['blocks'][2]['show_all_module'] = true; + +$modversion['blocks'][3]['file'] = "legacy_search.php"; +$modversion['blocks'][3]['name'] = _MI_BASE_BLOCK_SEARCH_NAME; +$modversion['blocks'][3]['description'] = _MI_BASE_BLOCK_SEARCH_DESC; +$modversion['blocks'][3]['show_func'] = "b_legacy_search_show"; +$modversion['blocks'][3]['template'] = 'legacy_block_search.html'; +$modversion['blocks'][3]['show_all_module'] = true; + +$modversion['blocks'][4]['file'] = "legacy_waiting.php"; +$modversion['blocks'][4]['name'] = _MI_BASE_BLOCK_WAITING_NAME; +$modversion['blocks'][4]['description'] = _MI_BASE_BLOCK_WAITING_DESC; +$modversion['blocks'][4]['show_func'] = "b_legacy_waiting_show"; +$modversion['blocks'][4]['template'] = 'legacy_block_waiting.html'; + +$modversion['blocks'][5]['file'] = "legacy_siteinfo.php"; +$modversion['blocks'][5]['name'] = _MI_BASE_BLOCK_SITEINFO_NAME; +$modversion['blocks'][5]['description'] = _MI_BASE_BLOCK_SITEINFO_DESC; +$modversion['blocks'][5]['show_func'] = "b_legacy_siteinfo_show"; +$modversion['blocks'][5]['edit_func'] = "b_legacy_siteinfo_edit"; +$modversion['blocks'][5]['options'] = "320|190|s_poweredby.gif|1"; +$modversion['blocks'][5]['template'] = 'legacy_block_siteinfo.html'; +$modversion['blocks'][5]['show_all_module'] = true; + +$modversion['blocks'][6]['file'] = "legacy_comments.php"; +$modversion['blocks'][6]['name'] = _MI_BASE_BLOCK_COMMENTS_NAME; +$modversion['blocks'][6]['description'] = _MI_BASE_BLOCK_COMMENTS_DESC; +$modversion['blocks'][6]['show_func'] = "b_legacy_comments_show"; +$modversion['blocks'][6]['options'] = "10"; +$modversion['blocks'][6]['edit_func'] = "b_legacy_comments_edit"; +$modversion['blocks'][6]['template'] = 'legacy_block_comments.html'; +$modversion['blocks'][6]['show_all_module'] = true; + +$modversion['blocks'][7]['file'] = "legacy_notification.php"; +$modversion['blocks'][7]['name'] = _MI_BASE_BLOCK_NOTIFICATION_NAME; +$modversion['blocks'][7]['description'] = _MI_BASE_BLOCK_NOTIFICATION_DESC; +$modversion['blocks'][7]['show_func'] = "b_legacy_notification_show"; +$modversion['blocks'][7]['template'] = 'legacy_block_notification.html'; + +$modversion['blocks'][8]['file'] = "legacy_themes.php"; +$modversion['blocks'][8]['name'] = _MI_BASE_BLOCK_THEMES_NAME; +$modversion['blocks'][8]['description'] = _MI_BASE_BLOCK_THEMES_DESC; +$modversion['blocks'][8]['show_func'] = "b_legacy_themes_show"; +$modversion['blocks'][8]['options'] = "0|80"; +$modversion['blocks'][8]['edit_func'] = "b_legacy_themes_edit"; +$modversion['blocks'][8]['template'] = 'legacy_block_themes.html'; + +?>