📄 query.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<script Language=\"JavaScript\">\r\nfunction td_calendar(fieldname)\r\n{\r\n myleft=document.body.scrollLeft+event.clientX-event.offsetX-80;\r\n mytop=document.body.scrollTop+event.clientY-event.offsetY+140;\r\n\r\n window.showModalDialog(\"/inc/calendar.php?FIELDNAME=\"+fieldname,self,\"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:280px;dialogHeight:215px;dialogTop:\"+mytop+\"px;dialogLeft:\"+myleft+\"px\");\r\n}\r\nfunction LoadWindow()\r\n{\r\n URL=\"/module/user_select\";\r\n loc_x=document.body.scrollLeft+event.clientX-event.offsetX-100;\r\n loc_y=document.body.scrollTop+event.clientY-event.offsetY+170;\r\n window.showModalDialog(URL,self,\"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:350px;dialogHeight:350px;dialogTop:\"+loc_y+\"px;dialogLeft:\"+loc_x+\"px\");\r\n}\r\n\r\nfunction clear_user()\r\n{\r\n document.form1.TO_NAME.value=\"\";\r\n document.form1.TO_ID.value=\"\";\r\n}\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\">\r\n\r\n<table border=\"0\" width=\"90%\" cellspacing=\"0\" cellpadding=\"3\" class=\"small\">\r\n <tr>\r\n <td class=\"Big\"><img align=\"absMiddle\" src=\"/images/menu/infofind.gif\" width=\"24\" height=\"24\"><span class=\"big3\"> 公告通知查询</span>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n\r\n<table border=\"0\" width=\"550\" cellpadding=\"2\" cellspacing=\"1\" align=\"center\" bgcolor=\"#000000\" class=\"small\">\r\n <form enctype=\"multipart/form-data\" action=\"search.php\" method=\"post\" name=\"form1\">\r\n <tr>\r\n <td nowrap class=\"TableData\">发布人:</td>\r\n <td class=\"TableData\">\r\n <input type=\"hidden\" name=\"TO_ID\" value=\"\">\r\n <textarea cols=35 name=\"TO_NAME\" rows=\"3\" class=\"BigStatic\" wrap=\"yes\" readonly></textarea>\r\n <input type=\"button\" value=\"添 加\" class=\"SmallButton\" onClick=\"LoadWindow()\" title=\"添加收件人\" name=\"button\">\r\n <input type=\"button\" value=\"清 空\" class=\"SmallButton\" onClick=\"clear_user()\" title=\"清空收件人\" name=\"button\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\" width=\"100\"> 格式:</td>\r\n <td class=\"TableData\">\r\n <select name=\"FORMAT\" class=\"BigSelect\">\r\n <option value=\"\" selected>全部</option>\r\n <option value=\"0\">普通格式</option>\r\n <option value=\"1\">MHT格式</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\"> 类型:</td>\r\n <td class=\"TableData\"> \r\n <select name=\"TYPE_ID\" class=\"BigSelect\">\r\n <option value=\"\" selected>全部</option>\r\n";
echo code_list( "NOTIFY", "" );
echo " </select> \r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\" width=\"100\"> 标题:</td>\r\n <td class=\"TableData\">\r\n <input type=\"text\" name=\"SUBJECT\" size=\"33\" maxlength=\"100\" class=\"BigInput\" value=\"\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\" width=\"100\"> 发布日期:</td>\r\n <td class=\"TableData\">\r\n <input type=\"text\" name=\"SEND_TIME_MIN\" size=\"12\" maxlength=\"10\" class=\"BigInput\" value=\"\">\r\n <img align=\"absMiddle\" src=\"/images/menu/calendar.gif\" border=\"0\" style=\"cursor:hand\" onclick=\"td_calendar('form1.SEND_TIME_MIN');\"> 至 \r\n <input type=\"text\" name=\"SEND_TIME_MAX\" size=\"12\" maxlength=\"10\" class=\"BigInput\" value=\"\">\r\n <img align=\"absMiddle\" src=\"/images/menu/calendar.gif\" border=\"0\" style=\"cursor:hand\" onclick=\"td_calendar('form1.SEND_TIME_MAX');\">\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\" width=\"100\"> 内容:</td>\r\n <td class=\"TableData\">\r\n <input type=\"text\" name=\"CONTENT\" size=\"33\" maxlength=\"200\" class=\"BigInput\" value=\"\">\r\n </td>\r\n </tr>\r\n <tr align=\"center\" class=\"TableControl\">\r\n <td colspan=\"2\" nowrap>\r\n <input type=\"submit\" value=\"查询\" class=\"BigButton\"> \r\n <input type=\"reset\" value=\"重填\" class=\"BigButton\"> \r\n </td>\r\n </tr>\r\n </table>\r\n</form>\r\n\r\n</body>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -