1: 2008-12-26 (Fri) 01:31:36 admin  |
Cur: 2008-12-28 (Sun) 12:15:17 admin  |
| ** Plugins [#v92c4106] | | ** Plugins [#v92c4106] |
- | - [[title_list.inc.php>xpWiki/Hack/title_list.inc.php]] | + | - [[title_page.inc.php>xpWiki/Hack/title_page.inc.php]] |
| + | |
| + | |
| + | ** cubeUtils 使用時に英語モードの場合は英語のヘルプを表示 [#r4f5e72c] |
| + | - xoops_trust_path/modules/xpwiki/class/func/pukiwiki_func.php |
| + | // Fumi.Iseki |
| + | $config_handler =& xoops_gethandler('config'); |
| + | $xoopsConfig =& $config_handler->getConfigsByCat(XOOPS_CONF); |
| + | $language = (empty($xoopsConfig['language_origin']))? $xoopsConfig['language'] : $xoopsConfig['language_origin']; |
| + | $langtail = ""; |
| + | if ($language=="english") { |
| + | $langtail = " (E)"; |
| + | } |
| + | |
| + | if (isset($this->root->vars['help'])) { |
| + | $body .= $this->root->hr . $this->catrule(); |
| + | } else { |
| + | $sdir = htmlspecialchars($this->root->mydirname, ENT_QUOTES); |
| + | $body .= '<ul><li><a class="pagelink_popup" href="' . |
| + | $this->root->script . '?cmd=edit&help=true&page=' . $r_page . |
| + | '" onclick="return XpWiki.pagePopup({dir:\''.$sdir.'\',page:\'FormattingRules'.$langtail.'\'});">' . $this->root->_msg_help . '</a></li></ul>'; |
| + | //'" onclick="return XpWiki.pagePopup({dir:\''.$sdir.'\',page:\'FormattingRules (E)\'});">' . $this->root->_msg_help . '</a></li></ul>'; |
| + | } |
|
Today : |
    |
Yesterday : |
    |
Total : |
        |
|
|