📄 query2.php
字号:
<?php
include_once( "inc/auth.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<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 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\n\r\nfunction td_clock(fieldname,pare)\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/clock.php?FIELDNAME=\"+fieldname,self,\"edge:raised;scroll:0;status:0;help:0;resizable:1;dialogWidth:280px;dialogHeight:120px;dialogTop:\"+mytop+\"px;dialogLeft:\"+myleft+\"px\");\r\n}\r\n\r\nfunction LoadWindow()\r\n{\r\n URL=\"/module/user_select_single\";\r\n loc_x=document.body.scrollLeft+event.clientX-event.offsetX-100;\r\n loc_y=document.body.scrollTop+event.clientY-event.offsetY+200;\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</SCRIPT>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\">\r\n<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"3\" class=\"small\" align=\"center\">\r\n<tr>\r\n <td class=\"Big\"><img src=\"/images/menu/infofind.gif\" align=\"absmiddle\" width=\"22\" height=\"18\"><span class=\"big3\"> 报名查询</span></td>\r\n</tr>\r\n</table><br>\r\n<table border=\"0\" width=\"400\" cellpadding=\"3\" cellspacing=\"1\" align=\"center\" bgcolor=\"#000000\" class=\"small\">\r\n<form enctype=\"multipart/form-data\" action=\"search2.php\" method=\"post\" name=\"form1\">\r\n <tr class=\"TableLine1\">\r\n <td nowrap>培训课程编号:</td>\r\n <td nowrap><INPUT type=text name=\"TRAIN_ID\" size=\"15\" class=\"BigInput\"></td>\r\n </tr>\r\n <tr class=\"TableLine1\">\r\n <td nowrap>培训课程名称:</td>\r\n <td nowrap><INPUT type=text name=\"COURSE_NAME\" size=\"15\" class=\"BigInput\"></td>\r\n </tr>\r\n <tr class=\"TableLine1\">\r\n <td nowrap>申请人:</td>\r\n <td nowrap>\r\n <input type=\"hidden\" name=\"TO_ID\" value=\"\"> \t\r\n <input type=\"text\" name=\"TO_NAME\" size=\"10\" class=\"BigStatic\" readonly> \r\n <input type=\"button\" value=\"指 定\" class=\"SmallButton\" onClick=\"LoadWindow()\" title=\"指定经办人\" name=\"button\">\r\n </td>\r\n </tr> \r\n <tr class=\"TableLine1\">\r\n <td nowrap>报名状态:</td>\r\n <td nowrap>\r\n <select name=\"APPLY_STATUS\" class=\"BigSelect\">\r\n \t <option value=\"\" selected>全部课程</option>\r\n <option value=\"0\">待批课程</option>\r\n <option value=\"1\">已准课程</option>\r\n <option value=\"2\">进行中课程</option>\r\n <option value=\"3\">未准课程</option>\r\n <option value=\"4\">结束课程</option>\r\n <option value=\"5\">非审批课程</option>\r\n </select></td>\r\n </tr> \r\n <tr class=\"TableLine1\">\r\n <td nowrap>报名时间:</td>\r\n <td nowrap>\r\n 从 <INPUT type=text name=\"APPLY_TIME_B\" size=10 class=SmallInput>\r\n <img src=\"/images/menu/calendar.gif\" align=\"absmiddle\" border=\"0\" style=\"cursor:hand\" onclick=\"td_calendar('form1.APPLY_TIME_B');\">\r\n 至 <INPUT type=text name=\"APPLY_TIME_E\" size=10 class=SmallInput>\r\n <img src=\"/images/menu/calendar.gif\" align=\"absmiddle\" border=\"0\" style=\"cursor:hand\" onclick=\"td_calendar('form1.APPLY_TIME_E');\">\r\n </td>\r\n </tr>\r\n <tr class=\"TableControl\">\r\n <td colspan=\"9\" align=\"center\">\r\n <input type=\"submit\" value=\"查询\" class=\"BigButton\"> \r\n </td>\r\n </tr>\r\n</form>\r\n</table>\r\n</body>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -