📄 small_query.php
字号:
<?php
include_once( "inc/auth.php" );
include_once( "inc/utility_all.php" );
$YEAR_DATE = date( "Y", time( ) )."-01-01";
$CUR_DATE = date( "Y-m-d", time( ) );
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\nfunction td_calendar(fieldname)\r\n{\r\n myleft=document.body.scrollLeft+event.clientX-event.offsetX-60;\r\n mytop=document.body.scrollTop+event.clientY-event.offsetY+220;\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\n\r\nfunction empty_date()\r\n{\r\n\t document.form1.DORG_DATE1.value=\"\";\r\n\t document.form1.DORG_DATE2.value=\"\";\r\n}\r\n</script>\r\n</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"0\" leftmargin=\"0\" onload=\"document.form1.PAPER_DESC.focus();\">\r\n\r\n<table class=\"TableBlock\" border=\"0\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" bgcolor=\"#000000\">\r\n <form action=\"query.php\" method=\"post\" name=\"form1\" target=\"flow_query\">\r\n <tr class=\"TableHeader\">\r\n <td class=\"small\" colspan=2>\r\n 试卷说明<input type=\"text\" name=\"PAPER_DESC\" size=\"20\" class=\"SmallInput\"> \r\n 总分<input type=\"text\" name=\"PAPER_GRADE1\" size=\"4\" class=\"SmallInput\">至<input type=\"text\" name=\"PAPER_GRADE2\" size=\"4\" class=\"SmallInput\"> \r\n 考次<input type=\"text\" name=\"TEST_COUNT1\" size=\"6\" class=\"SmallInput\">至<input type=\"text\" name=\"TEST_COUNT2\" size=\"6\" class=\"SmallInput\"> \r\n 平均分<input type=\"text\" name=\"GRADE_AVG1\" size=\"6\" class=\"SmallInput\">至<input type=\"text\" name=\"GRADE_AVG2\" size=\"6\" class=\"SmallInput\"> \r\n <button type=\"submit\" class=\"SmallInput\"><img src=\"/images/query.gif\" align=absmiddle>开始查询</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 + -