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

📄 menu_top.php

📁 泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5自动注册文件。
💻 PHP
字号:
<?php

include_once( "inc/auth.php" );
$COLOR1 = "#D9E8FF";
$COLOR2 = "#DDDDDD";
$COLOR3 = "#B3D1FF";
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\nvar menu_id=0;\r\n\r\nfunction setPointer(theRow, thePointerColor,menu_id_over)\r\n{\r\n  if(menu_id!=menu_id_over)\r\n     theRow.bgColor = thePointerColor;\r\n}\r\n\r\nfunction view_menu1()\r\n{\r\n  \r\n     parent.menu_main.location=\"notify.php?NOTIFY_TYPE=1\";\r\n   menu_id=1;\r\n   menu_1.bgColor='";
echo $COLOR1;
echo "';\r\n   menu_2.bgColor='";
echo $COLOR2;
echo "';\r\n}\r\n\r\nfunction view_menu2()\r\n{\r\n   parent.menu_main.location=\"notify.php?NOTIFY_TYPE=2\";\r\n   menu_id=2;\r\n   menu_1.bgColor='";
echo $COLOR2;
echo "';\r\n   menu_2.bgColor='";
echo $COLOR1;
echo "';\r\n}\r\n</script>\r\n</head>\r\n\r\n<body topmargin=\"0\" leftmargin=\"0\" onload=\"view_menu1()\">\r\n<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"0\">\r\n  <tr class=\"tablehead1\">\r\n    <td ><img src=\"/images/notify_new.gif\" align=\"absmiddle\"> 公告中心\r\n    </td>\r\n  </tr>\r\n  <tr class=\"tablehead2\">\r\n    <td><a href=\"#\" onclick=\"view_menu1()\"  title=\"全体通知\"><img src=\"/images/button/allnotify.gif\" border=\"0\" id";
echo "=\"menu_1\"></a>\r\n\t<a href=\"#\" onclick=\"view_menu2()\"><img src=\"/images/button/deptnotify.gif\" title=\"部门通知\" border=\"0\" id=\"menu_2\"></a>\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 + -