📄 main_shotcut.php
字号:
<?php
include( "../config.inc.php" );
include( "../includes/SysGlobal.php" );
include( "language/".$aLan."_".$charset.".php" );
include( "../includes/version.php" );
include( "../includes/pro.php" );
include( "func/adm.inc.php" );
include( "func/db.inc.php" );
include( "func/nocatch.php" );
needauth( 0 );
echo "<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=";
echo $charset;
echo "\">\r\n<link id=\"style_sheet\" href=\"css/commonstyle.css\" type=\"text/css\" rel=\"stylesheet\">\r\n<title>";
echo $strAdminTitle;
echo "</title>\r\n\r\n</head>\r\n\r\n<body class=\"NormalPage\">\r\n<table width=\"150\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\" align=\"center\" background=\"images/menubg.gif\" height=\"30\" >\r\n <tr align=\"center\"> \r\n <td ><font color=\"#FFFFFF\">";
echo $strShotcut;
echo "</font></td>\r\n </tr>\r\n</table>\r\n<table width=\"150\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" height=\"10\" background=\"images/mudao.jpg\">\r\n <tr> \r\n <td align=\"center\" height=\"2\" colspan=\"2\"></td>\r\n </tr>\r\n</table>\r\n<table width=\"150\" cellspacing=\"0\" cellpadding=\"4\" align=\"center\">\r\n <tr bgcolor=\"#f0f0f0\"> \r\n <td height=\"18\" style=\"border-top:1px #cccccc solid;border-bottom:1px #cccccc";
echo " solid;\" bgcolor=\"#f0f0f0\" width=\"80\">";
echo $strShotcutMember;
echo "</td>\r\n <td height=\"18\" style=\"border-top:1px #cccccc solid;border-bottom:1px #cccccc solid;\" width=\"70\" align=\"right\"><font color=\"#FF3333\">";
$msql->query( "select count(memberid) from {$tbl_member} where checked!='1'" );
if ( $msql->next_record( ) )
{
$c = $msql->f( "count(memberid)" );
echo $c;
}
echo " </font></td>\r\n </tr>\r\n <tr> \r\n <td style=\"border-bottom:1px #cccccc solid;\" width=\"80\">";
echo $strShotcutNews;
echo "</td>\r\n <td style=\"border-bottom:1px #cccccc solid;\" align=\"right\" width=\"70\"> <font color=\"#FF3333\">";
$msql->query( "select count(id) from {$tbl_news_con} where iffb!='1'" );
if ( $msql->next_record( ) )
{
$c = $msql->f( "count(id)" );
echo $c;
}
echo "</font></td>\r\n </tr>\r\n <tr> \r\n <td style=\"border-bottom:1px #cccccc solid;\" width=\"80\">";
echo $strShotcutFeedback1;
echo "</td>\r\n <td style=\"border-bottom:1px #cccccc solid;\" align=\"right\" width=\"70\"> <font color=\"#FF3333\">";
$msql->query( "select count(id) from {$tbl_form_feedback} where look!='1'" );
if ( $msql->next_record( ) )
{
$c = $msql->f( "count(id)" );
echo $c;
}
echo "</font></td>\r\n </tr>\r\n <tr bgcolor=\"#f0f0f0\"> \r\n <td style=\"border-bottom:1px #cccccc solid;\" width=\"80\">";
echo $strShotcutFeedback2;
echo "</td>\r\n <td style=\"border-bottom:1px #cccccc solid;\" align=\"right\" width=\"70\"> <font color=\"#FF3333\">";
$msql->query( "select count(id) from {$tbl_form_feedback} where reversion!='1'" );
if ( $msql->next_record( ) )
{
$c = $msql->f( "count(id)" );
echo $c;
}
echo "</font></td>\r\n </tr>\r\n</table>\r\n<table width=\"150\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" height=\"10\" background=\"images/mu1.jpg\">\r\n <tr> \r\n <td align=\"center\" height=\"2\" colspan=\"2\"></td>\r\n </tr>\r\n</table>\r\n<table width=\"150\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\" align=\"center\" background=\"images/menubg.gif\" height=\"30\" >\r\n <tr align=\"center\"> \r\n <td > </td>\r\n </tr>\r\n</ta";
echo "ble>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -