index.php

来自「极限网络智能办公系统—MYOA26—100%—源程序。」· PHP 代码 · 共 8 行

PHP
8
字号
<?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\r\n";
echo "<s";
echo "cript>\r\nfunction open_notify(NOTIFY_ID)\r\n{\r\n URL=\"../show/read_notify.php?NOTIFY_ID=\"+NOTIFY_ID;\r\n myleft=(screen.availWidth-500)/2;\r\n window.open(URL,\"read_notify\",\"height=400,width=550,status=1,toolbar=no,menubar=no,location=no,scrollbars=yes,top=150,left=\"+myleft+\",resizable=yes\");\r\n}\r\n\r\nfunction show_reader(NOTIFY_ID)\r\n{\r\n URL=\"show_reader.php?NOTIFY_ID=\"+NOTIFY_ID;\r\n myleft=(screen.availWidth";
echo "-500)/2;\r\n window.open(URL,\"read_notify\",\"height=450,width=400,status=1,toolbar=no,menubar=no,location=no,scrollbars=yes,top=150,left=\"+myleft+\",resizable=yes\");\r\n}\r\n\r\nfunction delete_notify(NOTIFY_ID)\r\n{\r\n msg='确认要删除该项公告通知么?';\r\n if(window.confirm(msg))\r\n {\r\n  URL=\"delete.php?NOTIFY_ID=\" + NOTIFY_ID;\r\n  window.location=URL;\r\n }\r\n}\r\n\r\n\r\nfunction delete_all()\r\n{\r\n msg='确认要删除所有公

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?