📄 query.php
字号:
<?php
include_once( "inc/auth.php" );
include_once( "inc/function_page_01.php" );
include_once( "ikernel/utility.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 language=javascript src=\"/inc/calendar/calendar.js\"></SCRIPT>\r\n</head>\r\n";
echo "<s";
echo "cript>\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 window.showModalDialog(\"/inc/calendar.php?FIELDNAME=\"+fieldname,self,\"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:280px;dialogHeight:205px;dialogTop:\"+mytop+\"px;dialogLeft:\"+myleft+\"px\");\r\n}\r\n\r\n\r\nfunction";
echo " ClearInputValue(inputID,inputName)\r\n{\r\n document.getElementById(inputID).value=\"\";\r\n document.getElementById(inputName).value=\"\";\r\n}\r\n\r\nfunction GetUserIDName(inputID,inputName)\r\n{\r\n URL=\"/module/user_select/?inputID=\"+inputID+'&inputName='+inputName;\r\n loc_x=document.body.scrollLeft+event.clientX-event.offsetX-100;\r\n loc_y=document.body.scrollTop+event.clientY-event.offsetY+210;\r\n window.s";
echo "howModalDialog(URL,self,\"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:320px;dialogHeight:265px;dialogTop:\"+loc_y+\"px;dialogLeft:\"+loc_x+\"px\");\r\n}\r\n\r\nfunction submitForm(){\r\n document.form1.submit();\r\n}\r\n\r\n</script>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\">\r\n\r\n\r\n<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"0\" class=\"small\">\r\n <tr>\r\n <td class=\"tablehead1\"><img src=\"/i";
echo "mages/menu/mobile_sms.gif\" align=\"absmiddle\"> 手机短信查询</td>\r\n <tr class=\"tableline2\">\r\n\t<td><img src=\"/images/button/search.gif\" border=\"0\" title=\"查询\" onClick=\"submitForm();\" style=\"cursor:hand\">\r\n\t<a href=\"list.php\"><img src=\"/images/button/return.gif\" border=\"0\"></a></td>\r\n </tr>\r\n</table>\r\n<br>\r\n<form action=\"search.php\" name=\"form1\" method=\"get\">\r\n <table border=\"0\" cellspacing=\"1\" width=\"100%\" c";
echo "lass=\"small\" align=\"center\" cellpadding=\"5\">\r\n\r\n <tr>\r\n <td nowrap class=\"TableLine2\">状态:</td>\r\n <td nowrap class=\"TableLine1\">";
echo "<s";
echo "elect name=\"Msg_Status\">\r\n <option value=\"\">选择</option>\r\n <option value=\"Y\">已发</option>\r\n <option value=\"R\">接收</option>\r\n <option value=\"N\">待发</option>\r\n <option value=\"F\">无效</option>\r\n </select></td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableLine2\" width=\"20%\">发送人:</td>\r\n <td nowrap class=\"TableLine1\"><input type=\"hidden\" name=\"FROM_ID\">\r\n <textarea cols=";
echo "30 name=FROM_NAME rows=3 class=\"BigStatic\" wrap=\"yes\" readonly></textarea>\r\n \r\n<input type=\"button\" value=\"添 加\" class=\"SmallButton\" onClick=\"GetUserIDName('FROM_ID','FROM_NAME')\" title=\"添加收信人\" name=\"button\">\r\n \r\n<input type=\"button\" value=\"清 空\" class=\"SmallButton\" onClick=\"ClearInputValue('FROM_ID','FROM_NAME')\" title=\"清空收信人\" name=\"button\"></td>\r\n </tr>\r\n <tr id=\"FROM\">\r\n ";
echo " <td nowrap class=\"TableLine2\">接收人:</td>\r\n <td nowrap class=\"TableLine1\"><input type=\"hidden\" name=\"TO_ID\">\r\n <textarea cols=30 name=TO_NAME rows=3 class=\"BigStatic\" wrap=\"yes\" readonly></textarea>\r\n \r\n<input type=\"button\" value=\"添 加\" class=\"SmallButton\" onClick=\"GetUserIDName('TO_ID','TO_NAME')\" title=\"添加收信人\" name=\"button2\">\r\n \r\n<input type=\"button\" value=\"清 空\" class=";
echo "\"SmallButton\" onClick=\"ClearInputValue('TO_ID','TO_NAME')\" title=\"清空收信人\" name=\"button2\"></td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableLine2\">发送号码:</td>\r\n <td nowrap class=\"TableLine1\"><input type=\"text\" name=\"FROM_NO\" class=\"BigInput\" size=\"20\"></td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableLine2\">接收号码:</td>\r\n <td nowrap class=\"TableLine1\"><input type=\"text\" name=\"TO_NO\"";
echo " class=\"BigInput\" size=\"20\"></td>\r\n </tr>\r\n \r\n <tr>\r\n <td nowrap class=\"TableLine2\">时段范围:</td>\r\n <td class=\"TableLine1\">\r\n\t <input class='Wdate' type=\"text\" name=\"BEGIN_DATE\" id=\"BEGIN_DATE\" value=\"\" size=\"12\" maxlength=\"10\" onclick=\"popUpCalendar(document.form1,document.form1.BEGIN_DATE,'yyyy-mm-dd')\"/>\r\n\t\t -\r\n\t <input class='Wdate' type=\"text\" name=\"END_DATE\" id=\"END_DATE\" value=\"\" siz";
echo "e=\"12\" maxlength=\"10\" onclick=\"popUpCalendar(document.form1,document.form1.END_DATE,'yyyy-mm-dd')\"/>\r\n</td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableLine2\">短信内容:</td>\r\n <td class=\"TableLine1\"><textarea cols=30 name=CONTENT rows=3 class=\"BigStatic\" wrap=\"yes\"></textarea></td>\r\n </tr>\r\n <tr >\r\n <td nowrap class=\"TableLine2\"> </td>\r\n <td nowrap class=\"TableLine1\"> </td>\r\n </";
echo "tr>\r\n \r\n <input type=\"hidden\" name=\"BOX_ID\" value=\"\">\r\n</table>\r\n</form>\r\n</body>\r\n</html>\r\n";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -