📄 add_kc.asp
字号:
<!--#include file="data.asp"-->
<!--#include file="check.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<LINK href="oa.css" rel=stylesheet>
<title>考勤记录</title>
</head>
<BODY
style="BACKGROUND-ATTACHMENT: scroll; BACKGROUND-IMAGE: url(images/main_bg.gif); BACKGROUND-POSITION: left bottom; BACKGROUND-REPEAT: no-repeat">
<%
Set rs = Server.CreateObject("ADODB.Recordset")
SQL="Select * from user Where id="&Session("Uid")
rs.Open sql, conn, 1, 1
%>
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%">
<TBODY>
<TR>
<TD>
<form method="POST" name="myform" action="save_userkc.asp?id=<%=rs("id")%>" >
<table border="1" width="100%" cellspacing="1" height="121" bordercolorlight=#000000 bordercolordark=#ffffff>
<tr>
<td width="21%" align="center" height="21">
选择类型</td>
<td width="79%" height="21">
<select name="user_kc">
<option value="<%=rs("user_kc")%>" selected><%=rs("user_kc")%></option>
<option value="工作">工作</option>
<option value="出差">出差</option>
<option value="请假">请假</option>
<option value="外出">外出</option>
<option value="休假">休假</option>
<option value="病休">病休</option>
<option value="学习">学习</option>
<option value="其它">其它</option>
</select></td>
</tr>
<tr>
<td width="21%" align="center" height="122"> 说 明</td>
<td width="79%" valign="middle"><textarea name="user_kcdetail" cols="38" rows="10" id="user_kcdetail" style="font-size: 10pt;background-color: #ffffff;filter:chroma(color=#ffffff);overflow: auto"><%=rs("user_kcdetail")%></textarea></td>
</tr>
</table>
<div align="center"><br>
<font color="#FF0000">* 外出指一天之内外出办事;请假指因个人原因请假,休假指公务性休假.</font><br>
</div>
<p align="center">
<input type="submit" value="提交记录" name="B1" style="border:1pt solid #636563;height:18px;background-color: #ffffff;filter:chroma(color=#ffffff);">
<INPUT TYPE="reset" value="重新填写" style="border:1pt solid #636563;height:18px;background-color: #ffffff;filter:chroma(color=#ffffff);">
</p>
</form></TD>
</TR>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -