evection_reason.php
来自「通达OA2007SE源代码 非常好的」· PHP 代码 · 共 49 行
PHP
49 行
<?
include_once 'inc/auth.php';
echo '<html>
<head>
<title>不准原因</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor" topmargin="5">
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="small">
<tr>
<td class="Big"><img src="/images/menu/attendance.gif" WIDTH="22" HEIGHT="20" align="absmiddle">';
echo '<s';
echo 'pan class="big3"> 不准原因</span>
</td>
</tr>
</table>
<br>
<table border="0" cellspacing="1" width="450" class="small" bgcolor="#000000" cellpadding="3" align="center" >
<form action="evection_confirm.php" method="post" name="form1">
<tr>
<td nowrap class="TableContent"> 不准原因:</td>
<td class="TableData" colspan="1">
<textarea name="NOT_REASON" class="BigInput" ';
echo 'cols="50" rows="16"></textarea>
</td>
</tr>
<tr>
<td nowrap class="TableControl" colspan="2" align="center">
<input type="hidden" value="';
echo $CONFIRM;
echo '" name="CONFIRM">
<input type="hidden" value="';
echo $USER_ID;
echo '" name="USER_ID">
<input type="hidden" value="';
echo $MOBILE_FLAG;
echo '" name="MOBILE_FLAG">
<input type="hidden" value="';
echo $EVECTION_ID;
echo '" name="EVECTION_ID">
<input type="submit" value="确定" class="BigButton">
<input type="button" class="BigButton" value="关闭" onClick="window.close();" title="关闭窗口">
</td>
</form>
</table>
</body>
</html>';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?