⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jobinf.asp

📁 通用考勤系统
💻 ASP
字号:
<link href=css.css rel=stylesheet> 
 <!--#include file="conn.asp"-->
<!--#include file="webinfo.asp"-->
 <!--#include file="fun.asp"-->
 <!--#include file="check.asp"-->
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创                    ''''
''''联系:ctplr@163.com               ''''
''''说明:需要新功能联系我             ''''
''''QQ:2643148                    ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
 %>
<html>
<head>
<title><%=webname%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="manager/left.css" type="text/css">
</head>

<body   onkeydown="if(event.keyCode==122){event.keyCode=0;return false}"   bgcolor="#4D87D6"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align=CENTER valign=top>
  <table><center>
      <td  width="300" align="center" valign="top">
          <table width="100%"   border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td   align="center" valign="top"> 
<%    ptype=session("ptype")
                   sql="select * from type where type="&ptype
                rs.open sql,cn,1,1
            worktime=rs("worktime")
           monthpay=rs("monthpay")
           gbaddpay=rs("gbaddpay")
            exgb=rs("exgb")
            zbaddpay=rs("zbaddpay")
           exzb=rs("exzb")
          leveladdpay=rs("leveladdpay")
          exlevel=rs("exlevel")
         gb=rs("gb")
        level=rs("level")
       zb=rs("zb")
      dfttime=rs("settime")
        rs.close
     set rs=nothing
           response.write "<br><br><center><table width=94% border=0 ><tr><td align=center colspan=4 ><b><font color=#ffff00>"&session("ptypename")&"</font>工作组信息</b></td></tr>"
            response.write "<tr><td colspan=2>日工作时间</td><td><font color=#00ff00>"&worktime&"</font>  分钟</td></tr>"
            response.write "<tr><td colspan=2>忘记注销默认结算时间</td><td><font color=#00ff00>"&dfttime&"</font>  分钟</td></tr>"
            response.write "<tr><td colspan=2>月固定工资</td><td><font color=#00ff00>"&monthpay&"</font>  元人民币</td></tr>"
             
        response.write "</center></table>"
     %>

</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -