📄 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=\"28,*,0\";\r\n }\r\n else\r\n { menu_1.bgColor=\"#EEEEEE\";\r\n menu_2.bgColor=\"#D9E8FF\";\r\n parent.frame1.rows=\"28,0,*\";\r\n }\r\n}\r\n</script>\r\n</head>\r\n<body class=\"bodycolor\" topmargin=\"0\" leftmargin=\"0\">\r\n<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"5\">\r\n ";
echo "<tr class=\"tablehead2\"><td>\r\n <input type=\"image\" src=\"/images/button/pubaccessories.gif\" border=\"0\" onclick=\"clickMenu('1')\" id=\"menu_1\" title=\"公共附件区\">\r\n <input type=\"image\" src=\"/images/button/feedback.gif\" border=\"0\" onclick=\"clickMenu('2')\" id=\"menu_2\" title=\"签办反馈区\">\r\n </td></tr>\r\n</table>\r\n\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -