Changeset 183 for trunk/admin/index.php
- Timestamp:
- Apr 20, 2009, 6:16:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/index.php
r170 r183 103 103 { 104 104 if ($is_report) { 105 echo "******** " . _AM_XP RESS_PLUGIN . "********" . "<br />\n";105 echo "******** " . _AM_XP2_PLUGIN . "********" . "<br />\n"; 106 106 echo get_xpress_active_plugin_list(' ') . "<br />\n"; 107 107 } else { 108 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP RESS_PLUGIN . "</legend>";108 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP2_PLUGIN . "</legend>"; 109 109 echo "<div style='padding: 8px;'>"; 110 110 echo get_xpress_active_plugin_list(); … … 120 120 121 121 if ($is_report) { 122 echo "******** " . _AM_ SYSTEM_INFO . "********" . "<br />\n";122 echo "******** " . _AM_XP2_SYSTEM_INFO . "********" . "<br />\n"; 123 123 echo ' ' . "SERVER: ". $_SERVER['SERVER_SOFTWARE']. "<br />\n"; 124 124 echo ' ' . "PHP Version: " . phpversion() . "<br />\n"; … … 182 182 echo "<br />\n"; 183 183 } 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>"; 185 185 echo "<div style='padding: 8px;'>"; 186 186 echo "<label>" . "<strong>SERVER:</strong>" . ":</label><text>" . $_SERVER['SERVER_SOFTWARE'] . "</text><br />"; … … 255 255 $xoops_config = new ConfigFromXoops; 256 256 if ($is_report) { 257 echo "******** " . _AM_X OOPS_CONFIG_INFO . "********" . "<br />\n";257 echo "******** " . _AM_XP2_XOOPS_CONFIG_INFO . "********" . "<br />\n"; 258 258 echo ' ' . 'XOOPS_ROOT_PATH: ' ; 259 259 if(XOOPS_ROOT_PATH !== $xoops_config->xoops_root_path) … … 332 332 333 333 } else { 334 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_X OOPS_CONFIG_INFO . "</legend>";334 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP2_XOOPS_CONFIG_INFO . "</legend>"; 335 335 echo "<div style='padding: 8px;'>"; 336 336 echo '<table width="400" cellspacing="1" cellpadding="1" border="1">'; … … 472 472 473 473 if ($is_report){ 474 echo "******** " . _AM_XP RESS_STATS . "********" . "<br />\n";475 echo ' ' . _AM_XP RESS_CATEGORIES .": ".@$count_category. "<br />\n";476 echo ' ' . _AM_XP RESS_ARTICLES .": ". $count_article. "<br />\n";477 echo ' ' . _AM_XP RESS_AUTHORS .": ". $count_author. "<br />\n";474 echo "******** " . _AM_XP2_STATS . "********" . "<br />\n"; 475 echo ' ' . _AM_XP2_CATEGORIES .": ".@$count_category. "<br />\n"; 476 echo ' ' . _AM_XP2_ARTICLES .": ". $count_article. "<br />\n"; 477 echo ' ' . _AM_XP2_AUTHORS .": ". $count_author. "<br />\n"; 478 478 479 479 } else { 480 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP RESS_STATS . "</legend>";480 echo "<fieldset><legend style='font-weight: bold; color: #900;'>" . _AM_XP2_STATS . "</legend>"; 481 481 echo "<div style='padding: 8px;'>"; 482 echo "<label>" . _AM_XP RESS_CATEGORIES .":</label><text>".@$count_category;483 echo "</text><br />"; 484 echo "<label>" . _AM_XP RESS_ARTICLES .":</label><text>". $count_article;485 echo "</text><br />"; 486 echo "<label>" . _AM_XP RESS_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; 487 487 echo "</text>"; 488 488 echo "</div>"; … … 541 541 xpress_state($report); 542 542 echo '<form method="POST">'."\n"; 543 echo '<input type="submit" name="submit_report" value="' . _AM_XP RESS_SYS_REPORT .' " />'.' ';544 echo '<input type="submit" name="submit_normal" value="' . _AM_XP RESS_SYS_NORMAL .' " />'."<br />\n";543 echo '<input type="submit" name="submit_report" value="' . _AM_XP2_SYS_REPORT .' " />'.' '; 544 echo '<input type="submit" name="submit_normal" value="' . _AM_XP2_SYS_NORMAL .' " />'."<br />\n"; 545 545 echo "</form>\n"; 546 546
Note: See TracChangeset
for help on using the changeset viewer.