📄 menu.php
字号:
<?php
include_once( "inc/auth.php" );
include_once( "inc/utility_all.php" );
echo "\r\n<html>\r\n<head>\r\n<title>办理区菜单</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n";
echo "<s";
echo "cript>\r\nfunction clickMenu(id)\r\n{\r\n if(id==1)\r\n { menu_1.bgColor=\"#D9E8FF\";\r\n menu_2.bgColor=\"#EEEEEE\";\r\n parent.frame1.rows=\"23,*,0\";\r\n }\r\n else\r\n { menu_1.bgColor=\"#EEEEEE\";\r\n menu_2.bgColor=\"#D9E8FF\";\r\n parent.frame1.rows=\"23,0,*\";\r\n }\r\n}\r\n</script>\r\n</head>\r\n<body class=\"bodycolor\" topmargin=\"0\" leftmargin=\"0\">\r\n\r\n<TABLE class=\"small\" cellspacing=\"0\" width=\"100%\" height=\"100%\" bo";
echo "rder=\"1\" bordercolorlight=\"#000000\" bordercolordark=\"#FFFFFF\" cellpadding=\"3\">\r\n <tr style=\"cursor:hand\">\r\n <td bgcolor=\"#D9E8FF\" align=\"center\" onclick=\"clickMenu('1')\" id=\"menu_1\" title=\"公共附件区\"><b>公共附件区</b></td>\r\n <td bgcolor=\"#EEEEEE\" align=\"center\" onclick=\"clickMenu('2')\" id=\"menu_2\" title=\"签办反馈区\"><b>签办反馈区</b></td>\r\n </tr>\r\n</table>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -