📄 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<script>\r\n\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</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\">\r\n <tr>\r\n <td class=\"Big\"><img src=\"/images/menu/infofind.gif\" WIDTH=\"22\" HEIGHT=\"18\" align=\"absmiddle\"><span class=\"big3\"> 考试成绩查询 </span>\r\n </td>\r\n </tr>\r\n</table>\r\n<br>\r\n<table border=\"0\" cellspacing=\"1\" width=\"450\" class=\"small\" bgcolor=\"#000000\" cellpadding=\"3\" align=\"center\" >\r\n <form action=\"read.php\" method=\"post\" name=\"form1\" > \r\n <tr>\r\n <td nowrap class=\"TableData\">部门:</td>\r\n <td nowrap class=\"TableData\">\r\n <select name=\"DEPT_ID\" class=\"BigSelect\">\r\n <option value=\"all\">所有</option>\r\n";
echo my_dept_tree( 0, $DEPT_ID, 0 );
echo " </select>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\">姓名: </td>\r\n <td nowrap class=\"TableData\">\r\n <input type=\"text\" name=\"USER_NAME\" class=\"BigInput\" size=\"25\" maxlength=\"25\"> \r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\">试卷说明: </td>\r\n <td nowrap class=\"TableData\">\r\n <input type=\"text\" name=\"PAPER_DESC\" class=\"BigInput\" size=\"25\" maxlength=\"100\"> \r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\">考试时间:</td>\r\n <td class=\"TableData\">\r\n\t\t\t\t\t<input type=\"text\" name=\"BEGIN_DATE1\" size=\"10\" maxlength=\"10\" class=\"BigInput\" value=\"\">\r\n <img src=\"/images/menu/calendar.gif\" border=\"0\" style=\"cursor:hand\" onclick=\"td_calendar('form1.BEGIN_DATE1');\">\r\n -\r\n\t\t\t\t\t<input type=\"text\" name=\"BEGIN_DATE2\" size=\"10\" maxlength=\"10\" class=\"BigInput\" value=\"\">\r\n <img src=\"/images/menu/calendar.gif\" border=\"0\" style=\"cursor:hand\" onclick=\"td_calendar('form1.BEGIN_DATE2');\">\r\n </td> \r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\">成绩: </td>\r\n <td nowrap class=\"TableData\">\r\n <input type=\"text\" name=\"GRADE1\" class=\"BigInput\" size=\"6\" maxlength=\"50\"> -\r\n <input type=\"text\" name=\"GRADE2\" class=\"BigInput\" size=\"6\" maxlength=\"50\"> \r\n </td>\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableControl\" colspan=\"2\" align=\"center\">\r\n <input type=\"submit\" value=\"查询\" class=\"BigButton\" title=\"模糊查询\" name=\"button\">\r\n </td>\r\n </tr>\r\n </form>\r\n</table>\r\n\r\n</body>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -