📄 news_frame.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/common.inc.php" );
include( "func/db.inc.php" );
include( "func/nocatch.php" );
needauth( 21 );
$menuid = $_REQUEST['menuid'];
$pid = $_REQUEST['pid'];
$page = $_REQUEST['page'];
if ( !isset( $pid ) || $pid == "" )
{
$pid = 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</head>\r\n\r\n<body class=\"NavigatorBar\">\r\n<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"100%\">\r\n <tr>\r\n <td height=\"30\"> \r\n <table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" align=\"center\" background=\"images/mu8.gif\" height=\"30\" >\r\n <tr> \r\n <td > <img src=\"images/bar.gif\" > ";
echo $strNewsConTitle;
echo "</td>\r\n <td width=\"100\" > </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <tr valign=\"top\"> \r\n <td> \r\n <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"100%\">\r\n <tr> \r\n <td width=\"155\" valign=\"top\"> \r\n <table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"2\" height=\"100%\">\r\n \r\n <tr bgcolor=\"#FFFFF";
echo "F\" valign=\"top\"> \r\n <td class=title>\r\n <div id=\"Layer1\" style=\"position:absolute; width:148px; height:100%; z-index:1; overflow: auto;border:0px; scrollbar-face-color: #4da1e4; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #4da1e4; scrollbar-arrow-color: #ffffff; crollbar-base-color: #4da1e4; scrollbar-dark-shadow-color: #4da1e4;\"> \r\n ";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\" bgcolor=\"#FFFFFF\" height=\"100%\">\r\n <tr valign=\"top\"> \r\n <td>";
$menuid = cattree( $menuid, "news_con.php", $tbl_news_cat, "news" );
echo " </td>\r\n </tr>\r\n </table>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n <td valign=\"top\" width=\"1\" bgcolor=\"#CCCCCC\"></td>\r\n <td valign=\"top\"> <iframe src='news_con.php?menuid=";
echo $menuid;
echo "&pid=";
echo $pid;
echo "&page=";
echo "{$page}";
echo "' name='con' height='100%' width='100%' scrolling='yes' marginheight='0' frameborder='0'>IE</iframe> \r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n</table>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -