XPressME Integration Kit

Trac

Changeset 183 for trunk/admin/index.php


Ignore:
Timestamp:
Apr 20, 2009, 6:16:29 PM (15 years ago)
Author:
toemon
Message:

#108 XOOPS Language ファイルのdefine文をVer1.Xと異なったものに変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r170 r183  
    103103{ 
    104104        if ($is_report) { 
    105                 echo "******** "  . _AM_XPRESS_PLUGIN . "********" . "<br />\n"; 
     105                echo "******** "  . _AM_XP2_PLUGIN . "********" . "<br />\n"; 
    106106                echo get_xpress_active_plugin_list('&emsp;') . "<br />\n"; 
    107107        } else { 
    108                 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XPRESS_PLUGIN . "</legend>"; 
     108                echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP2_PLUGIN . "</legend>"; 
    109109                echo "<div style='padding: 8px;'>"; 
    110110                echo get_xpress_active_plugin_list(); 
     
    120120         
    121121        if ($is_report) { 
    122                 echo "******** "  . _AM_SYSTEM_INFO . "********" . "<br />\n"; 
     122                echo "******** "  . _AM_XP2_SYSTEM_INFO . "********" . "<br />\n"; 
    123123                echo '&emsp;' . "SERVER:  ". $_SERVER['SERVER_SOFTWARE']. "<br />\n"; 
    124124                echo '&emsp;' . "PHP Version:   " . phpversion() . "<br />\n"; 
     
    182182                echo "<br />\n"; 
    183183        } else { 
    184                 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_SYSTEM_INFO . "</legend>"; 
     184                echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP2_SYSTEM_INFO . "</legend>"; 
    185185                echo "<div style='padding: 8px;'>"; 
    186186                echo "<label>" . "<strong>SERVER:</strong>" . ":</label><text>" . $_SERVER['SERVER_SOFTWARE'] . "</text><br />"; 
     
    255255        $xoops_config = new ConfigFromXoops; 
    256256        if ($is_report) { 
    257                 echo "******** "  . _AM_XOOPS_CONFIG_INFO . "********" . "<br />\n"; 
     257                echo "******** "  . _AM_XP2_XOOPS_CONFIG_INFO . "********" . "<br />\n"; 
    258258                echo '&emsp;' . 'XOOPS_ROOT_PATH:  ' ;  
    259259                if(XOOPS_ROOT_PATH !== $xoops_config->xoops_root_path) 
     
    332332 
    333333        } else { 
    334                 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XOOPS_CONFIG_INFO . "</legend>"; 
     334                echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP2_XOOPS_CONFIG_INFO . "</legend>"; 
    335335                echo "<div style='padding: 8px;'>"; 
    336336                echo '<table width="400" cellspacing="1" cellpadding="1" border="1">'; 
     
    472472 
    473473        if ($is_report){ 
    474                 echo "******** " . _AM_XPRESS_STATS . "********" . "<br />\n"; 
    475                 echo '&emsp;' . _AM_XPRESS_CATEGORIES .":  ".@$count_category. "<br />\n"; 
    476                 echo '&emsp;' . _AM_XPRESS_ARTICLES .":  ". $count_article. "<br />\n"; 
    477                 echo '&emsp;' . _AM_XPRESS_AUTHORS .":  ". $count_author. "<br />\n"; 
     474                echo "******** " . _AM_XP2_STATS . "********" . "<br />\n"; 
     475                echo '&emsp;' . _AM_XP2_CATEGORIES .":  ".@$count_category. "<br />\n"; 
     476                echo '&emsp;' . _AM_XP2_ARTICLES .":  ". $count_article. "<br />\n"; 
     477                echo '&emsp;' . _AM_XP2_AUTHORS .":  ". $count_author. "<br />\n"; 
    478478                 
    479479        } else { 
    480                 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XPRESS_STATS . "</legend>"; 
     480                echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP2_STATS . "</legend>"; 
    481481                echo "<div style='padding: 8px;'>"; 
    482                 echo "<label>" . _AM_XPRESS_CATEGORIES .":</label><text>".@$count_category; 
    483                 echo "</text><br />"; 
    484                 echo "<label>" . _AM_XPRESS_ARTICLES .":</label><text>". $count_article; 
    485                 echo "</text><br />"; 
    486                 echo "<label>" . _AM_XPRESS_AUTHORS .":</label><text>". $count_author; 
     482                echo "<label>" . _AM_XP2_CATEGORIES .":</label><text>".@$count_category; 
     483                echo "</text><br />"; 
     484                echo "<label>" . _AM_XP2_ARTICLES .":</label><text>". $count_article; 
     485                echo "</text><br />"; 
     486                echo "<label>" . _AM_XP2_AUTHORS .":</label><text>". $count_author; 
    487487                echo "</text>"; 
    488488                echo "</div>"; 
     
    541541xpress_state($report); 
    542542echo '<form method="POST">'."\n"; 
    543 echo '<input type="submit" name="submit_report" value="' . _AM_XPRESS_SYS_REPORT .' " />'.'&emsp;'; 
    544 echo '<input type="submit" name="submit_normal" value="' . _AM_XPRESS_SYS_NORMAL .' " />'."<br />\n"; 
     543echo '<input type="submit" name="submit_report" value="' . _AM_XP2_SYS_REPORT .' " />'.'&emsp;'; 
     544echo '<input type="submit" name="submit_normal" value="' . _AM_XP2_SYS_NORMAL .' " />'."<br />\n"; 
    545545echo "</form>\n"; 
    546546 
Note: See TracChangeset for help on using the changeset viewer.