⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.php

📁 泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5自动注册文件。
💻 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 + -