📄 frame_welcome.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\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<body class=\"NormalPage\" text=\"#000000\" link=\"#000000\">\r\n<div align=\"center\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"100%\">\r\n <tr> \r\n <td width=\"150\" valign=\"top\" id=\"menutd\">\r\n<iframe src='main_shotcut.php' name='menu' height='100%' width='100%' scrolling='no' marginheight='0' frameborder='0'>IE</iframe> \r\n </td>\r\n <td valign=\"top\" width=\"";
echo "1\" bgcolor=\"#CCCCCC\"></td>\r\n <td valign=\"top\">\r\n<iframe src='main_desktop.php' name='main' height='100%' width='100%' scrolling='yes' marginheight='0' frameborder='0'>IE</iframe> \r\n</td>\r\n </tr>\r\n </table>\r\n</div>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -