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

📄 readxiujia.asp

📁 功能非常强大的一款办公自动化软件原代码,其中的文档签收功能特别实用.不相信下下来看下.
💻 ASP
字号:
<!--#include file="check.asp"-->
<!--#INCLUDE FILE="connect.asp" --> 

<html>
<head>
<title>休假审批单</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<link rel="stylesheet" href="apply.css" type="text/css">
</head>


<%set rs=server.createobject("adodb.recordset")
sql="select * from applyholiday where id="&CLng(request("flowid"))
if trim(session("type"))<>"admin" then sql=sql&" and applyid='"&trim(session("uid"))&"'"
rs.open sql,conn,1,1
if rs.eof then
response.redirect "error.htm"
response.end
end if
%>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false">
<table cellpadding="0" cellspacing="0" width="100%">
    <tr > 
      <td width="100%" valign="top" align="center"> 
 
          <table width="100%" border="0" cellspacing="0" cellpadding="0" height="40">
            <tr> 
              <td height="50" class="title" align="center"> <img src="images/holidaysp.gif"></td>
            </tr>
          </table>
      
        
      <table cellpadding="2" cellspacing="1" width="90%" bgcolor="#555555">
        <tr valign="middle" bgcolor="f0f0f0" > 
            <td width="17%" height="40"> 
              <div align="center">休假名称:</div>
            </td>
            <td height="40" colspan="3" class="applygz"> <%=rs("title")%> </td>
          </tr>
          <tr valign="middle" bgcolor="f0f0f0" > 
            <td width="17%" height="40" align="center">始休日期:</td>
            <td height="40" bgcolor="f0f0f0" class="applygz"> <%=rs("timestart")%></td>
            <td height="40" width="19%"> 
              <div align="center">止休日期: </div>
            </td>
            <td height="40" class="applygz"> <%=rs("timeend")%> </td>
          </tr>
          <tr class=line-odd bgcolor="f0f0f0"> 
            <td height="40" width="17%" valign="middle" align="center">休假天数:</td>
            <td colspan="3" height="40" valign="middle" class="applygz"><%=rs("day")%></td>
          </tr>
          <tr class=line-odd bgcolor="f0f0f0"> 
            
          <td height="50" width="17%" valign="middle" align="center"> 休假原因:</td>
            <td colspan="3" height="50" valign="middle"> 
              <table width="80%" border="0" cellspacing="0" cellpadding="0" height="100%">
                <tr>
                  <td class="applygz"><%=rs("reason")%></td>
                </tr>
              </table>
            </td>
          </tr>
          <tr class=line-even bgcolor="f0f0f0"> 
            <td height="40" width="17%"> 
              <div align="center">申 请 人:</div>
            </td>
            <td height="40" class="applygz"><%=rs("applyname")%></td>
            
          <td height="40" width="19%" align="center">所在部门:</td>
            <td height="40" class="applygz"><%=rs("dep")%> </td>
          </tr>
          <tr class=line-even bgcolor="f0f0f0"> 
            
          <td height="60" width="17%"> 
            <div align="center">审批意见:</div>
            </td>
            
          <td height="60" colspan="3" class="applygz"> 
            <table width="80%" border="0" cellspacing="0" cellpadding="0" height="100%">
              <tr> 
                <td class="applygz"><%=rs("yijian")%></td>
              </tr>
            </table>
          </td>
          </tr>
        </table>
        
      </td>
    </tr>
   
    
  </table>
  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="40">
    <tr> 
      <td width="46%" align="right"> 
        
      <input  type="image" name="send22" value=" 打 印 " onClick="window.print();return false;" src="images/printgif.gif" alt="打印">
      </td>
      <td width="8%">&nbsp;</td>
      <td width="46%"> 
        
      <input name=backup2 type="image" value=" 关 闭 " onClick="history.go(-1);return false;" src="images/fanhuigif.gif" alt="返回">
      </td>
    </tr>
  </table>

<!--#include file="close.asp"-->
</body>
</html>

⌨️ 快捷键说明

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