📄 index.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\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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -