📄 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/meeting.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 border=\"0\" cellspacing=\"1\" width=\"450\" class=\"small\" bgcolor=\"#000000\" cellpadding=\"3\" align=\"center\" >\r\n <form action=\"attendee.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=\"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=\"2\" name=\"MA_FLAG\">\r\n <input type=\"hidden\" value=\"";
echo $M_ID;
echo "\" name=\"M_ID\">\r\n <input type=\"hidden\" value=\"";
echo $MA_ID;
echo "\" name=\"MA_ID\">\r\n <input type=\"hidden\" value=\"";
echo $M_NAME;
echo "\" name=\"M_NAME\">\r\n <input type=\"hidden\" value=\"";
echo $TO_ID;
echo "\" name=\"TO_ID\">\r\n <input type=\"hidden\" value=\"";
echo $M_START_B;
echo "\" name=\"M_START_B\">\r\n <input type=\"hidden\" value=\"";
echo $M_END_B;
echo "\" name=\"M_END_B\">\r\n <input type=\"hidden\" value=\"";
echo $M_ROOM;
echo "\" name=\"M_ROOM\">\r\n <input type=\"hidden\" value=\"";
echo $M_STATUS;
echo "\" name=\"M_STATUS\">\r\n\t <input type=\"submit\" value=\"确定\" class=\"BigButton\"> \r\n <input type=\"button\" value=\"返回\" class=\"BigButton\" onClick=\"location='search.php?M_NAME=";
echo $M_NAME;
echo "&TO_ID=";
echo $TO_ID;
echo "&M_START_B=";
echo $M_START_B;
echo "&M_END_B=";
echo $M_END_B;
echo "&M_ROOM=";
echo $M_ROOM;
echo "&M_STATUS=";
echo $M_STATUS;
echo "'\">\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 + -