📄 evection_reason.php
字号:
<?php
include_once( "inc/auth.php" );
echo "<html>\r\n<head>\r\n<title>不准原因</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\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/attendance.gif\" WIDTH=\"22\" HEIGHT=\"20\" align=\"absmiddle\"><span class=\"big3\"> 不准原因</span>\r\n </td>\r\n </tr>\r\n</table>\r\n<br>\r\n\r\n<table class=\"TableBlock\" width=\"450\" align=\"center\" >\r\n <form action=\"evection_confirm.php\" method=\"post\" name=\"form1\"> \r\n <tr>\r\n <td nowrap class=\"TableContent\"> 不准原因:</td>\r\n <td class=\"TableData\" colspan=\"1\">\r\n <textarea name=\"NOT_REASON\" class=\"BigInput\" cols=\"50\" rows=\"16\"></textarea>\r\n </td>\r\n </tr> \r\n <tr>\r\n <td nowrap class=\"TableControl\" colspan=\"2\" align=\"center\">\r\n <input type=\"hidden\" value=\"";
echo $CONFIRM;
echo "\" name=\"CONFIRM\">\r\n <input type=\"hidden\" value=\"";
echo $USER_ID;
echo "\" name=\"USER_ID\">\r\n <input type=\"hidden\" value=\"";
echo $MOBILE_FLAG;
echo "\" name=\"MOBILE_FLAG\">\r\n <input type=\"hidden\" value=\"";
echo $EVECTION_ID;
echo "\" name=\"EVECTION_ID\">\r\n <input type=\"submit\" value=\"确定\" class=\"BigButton\"> \r\n <input type=\"button\" class=\"BigButton\" value=\"关闭\" onClick=\"window.close();\" title=\"关闭窗口\">\r\n </td>\r\n </form>\r\n</table>\r\n\r\n</body>\r\n</html>";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -