📄 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</head>\r\n\r\n<body class=\"bodycolor\" topmargin=\"5\" onload=\"document.form1.USER_NAME.focus();\">\r\n";
$connection = openconnection( );
echo "<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=\"20\" align=\"absmiddle\">";
echo "<s";
echo "pan class=\"big3\"> 人员查询 </span>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<table border=\"0\" cellspacing=\"1\" width=\"450\" class=\"small\" bgcolor=\"#000000\" cellpadding=\"3\" align=\"center\" >\r\n <form action=\"search.php\" method=\"post\" name=\"form1\" > \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=\"10\" maxlengt";
echo "h=\"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 ";
echo "<s";
echo "elect name=\"DEPT_ID\" class=\"BigSelect\">\r\n <option value=\"all\" selected>所有</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 ";
echo "<s";
echo "elect name=\"SEX\" class=\"BigSelect\">\r\n <option value=\"ALL\" selected>所有 </option>\r\n <option value=\"0\">男 </option>\r\n <option value=\"1\">女 </option>\r\n </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=\"TEL_NO_DEPT\" class=\"BigInput\" size=\"15\" maxlength=\"25\"> \r\n </td";
echo ">\r\n </tr>\r\n <tr>\r\n <td nowrap class=\"TableData\">E-mail: </td>\r\n <td nowrap class=\"TableData\">\r\n <input type=\"text\" name=\"EMAIL\" class=\"BigInput\" size=\"25\" maxlength=\"200\"> \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 </for";
echo "m>\r\n</table>\r\n\r\n</body>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -