📄 form_feedback_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( 61 );
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 width=\"150\" valign=\"top\" id=\"menutd\">\r\n <table width=\"100%\" border=\"0\" cellspacing=\"2\" cellpadding=\"2\" align=\"center\" background=\"images/menubg.gif\" height=\"29\" >\r\n <tr align=\"center\" valign=\"bottom\"> \r\n <td ><font color=\"#FFFFFF\">";
echo $strFormInfo;
echo "</font></td>\r\n </tr>\r\n </table>\r\n <br>";
$i = 0;
$msql->query( "select * from {$tbl_menu} where coltype='form'" );
while ( $msql->next_record( ) )
{
$menuid = $msql->f( "menuid" );
$menu = $msql->f( "menu" );
if ( $i == 0 )
{
$nowmenuid = $menuid;
}
echo " <table width=\"86%\" border=\"0\" cellspacing=\"1\" cellpadding=\"1\" align=\"center\" height=\"32\" bgcolor=\"#CCCCCC\" >\r\n <tr align=\"center\" bgcolor=\"#f0f0f0\"> \r\n <td height=\"29\" style=\"cursor:hand\" onClick=\"main.location='form_feedback.php?menuid=";
echo $menuid;
echo "'\">";
echo $menu;
echo "</td>\r\n \r\n </tr>\r\n\r\n </table>\r\n <table width=\"100\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"6\" align=\"center\">\r\n <tr>\r\n <td></td>\r\n </tr>\r\n </table>\r\n ";
$i++;
}
echo " </td>\r\n <td valign=\"top\" width=\"1\" bgcolor=\"#CCCCCC\"></td>\r\n <td valign=\"top\">\r\n\r\n<iframe src='form_feedback.php?menuid=";
echo $nowmenuid;
echo "' 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</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -