toguidangadmin.asp

来自「绿叶oa系统办公自动化 2008.工作日志管理,文件管理」· ASP 代码 · 共 264 行

ASP
264
字号
<%@LANGUAGE="VBSCRIPT"%>
<%  
Response.ExpiresAbsolute=now()-1
Response.CacheControl="no-cache"
%>
<%
MM_authorizedUsers=""
MM_authFailedURL="../../index.asp"
MM_grantAccess=false
If Session("userssdfgfhtrh") <> "" Then
  If (true Or CStr(Session("MM_UserAuthorization"))="") Or _
         (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then
    MM_grantAccess = true
  End If
End If
If Not MM_grantAccess Then
  MM_qsChar = "?"
  If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&"
  MM_referrer = Request.ServerVariables("URL")
  if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString()
  MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer)
  Response.Redirect(MM_authFailedURL)
End If
%>
<!--#include file="../../Connections/oavbsconn.asp" -->
<%
Dim Recordset1
Dim Recordset1_numRows

Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_oavbsconn_STRING
Recordset1.Source = "SELECT *  FROM 归档类别  WHERE 开关='是'  ORDER BY 排序 asc"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()

Recordset1_numRows = 0
%>
<%
Dim r11__u
r11__u = "1"
If (Session("userssdfgfhtrh") <> "") Then 
  r11__u = Session("userssdfgfhtrh")
End If
%>
<%
Dim r11__d
r11__d = "1"
If (request("id") <> "") Then 
  r11__d = request("id")
End If
%>
<%
Dim r11
Dim r11_numRows

Set r11 = Server.CreateObject("ADODB.Recordset")
r11.ActiveConnection = MM_oavbsconn_STRING
r11.Source = "SELECT shouwenfiles.文件名,shouwenfiles.文件路径,shouwenfiles.id,shouwenfiles.邮件编号,文件上传时间,上传人姓名,上传人部门  FROM shouwen inner join shouwenfiles on shouwenfiles.邮件编号=shouwen.id  WHERE 添加人帐号 ='" + Replace(r11__u, "'", "''") + "' and 拟稿人删除<>'是' and shouwen.id=" + Replace(r11__d, "'", "''") + "  ORDER BY shouwen.id desc"
r11.CursorType = 0
r11.CursorLocation = 2
r11.LockType = 1
r11.Open()

r11_numRows = 0
%>
<%
Dim Recordset2__MMColParam
Recordset2__MMColParam = "1"
If (Request("ID") <> "") Then 
  Recordset2__MMColParam = Request("ID")
End If
%>
<%
Dim Recordset2__u
Recordset2__u = "1"
If (Session("userssdfgfhtrh") <> "") Then 
  Recordset2__u = Session("userssdfgfhtrh")
End If
%>
<%
Dim Recordset2
Dim Recordset2_numRows

Set Recordset2 = Server.CreateObject("ADODB.Recordset")
Recordset2.ActiveConnection = MM_oavbsconn_STRING
Recordset2.Source = "SELECT *  FROM 归档收发文db  WHERE 收发文ID = " + Replace(Recordset2__MMColParam, "'", "''") + " and 归档人帐号='" + Replace(Recordset2__u, "'", "''") + "'"
Recordset2.CursorType = 0
Recordset2.CursorLocation = 2
Recordset2.LockType = 1
Recordset2.Open()

Recordset2_numRows = 0
%>
<%on error resume next
if Recordset2.eof and Recordset2.bof then%>
<script>
{
alert("无归档数据.");history.go(-1)
}
</script>
<%end if%>
<%
Dim Repeat1__numRows
Dim Repeat1__index

Repeat1__numRows = -1
Repeat1__index = 0
r11_numRows = r11_numRows + Repeat1__numRows
%>
<html>
<head>
<style type="text/css">
<!--
.style5 {color: #FFFFFF}
-->
</style>
<link href="../../css/link.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style41 {color: #999999}
-->
</style>
<script language=VBScript>
function tof_Click()
if document.all("tof").checked Then
    document.all("his").style.display="inline"
Else
    document.all("his").style.display="none"
End IF
end function
</script>
<script>
function SummaryFromText(){
	if (iEditorType==0)
	{
		var Summary = content1.getHTML();
	}
	else{
		var Summary = a1.content.value;
	}
	Summary=Summary.substring(1,250)
	Summary=cleanHtml(Summary);
	
	a1.summary.value=Summary;
}
</SCRIPT>
<script>
function change(obj,i) {
he=parseInt(obj.style.height);
if (he>=80&&he<=400)
   obj.style.height=he+i+'px';
else 
   obj.style.height='80px';
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>
<%
function HTMLEncode(fString)
	fString = replace(fString, ">", "&gt;")
	fString = replace(fString, "<", "&lt;")
	fString = Replace(fString, CHR(13), "")
	fString = replace(fString,chr(32),"&nbsp;")
	fString = Replace(fString, CHR(10) & CHR(10), "</P><P>")
	fString = Replace(fString, CHR(10), "<BR>")
	HTMLEncode = fString
end function
%>
<body >

<div align="center">
  <table width="74%" height="20" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td width="6" height="20"><img src="/img/bbs/leftlin1red.gif" width="6" height="21"></td>
      <td width="936" height="20" bgcolor="#FF3333"><div align="center" class="style5"><strong>收 文  归 档 管 理</strong></div></td>
    </tr>
  </table>
  <table width="74%" border="0" cellpadding="0" cellspacing="1" bgcolor="#999999">
    <tr>
      <td bgcolor="#FFFFFF"><form name="form1" method="post" action="guidangpostforadmin.asp">
        <table width="99%" height="127" border="0" cellpadding="3" cellspacing="1">
          <tr>
            <td height="30"> 归档类别:              
              <select name="接收部门" id="接收部门">

                <%
While (NOT Recordset1.EOF)
%>
                <option value="<%=(Recordset1.Fields.Item("归档名称").Value)%>" <%If (Not isNull((Recordset2.Fields.Item("类别").Value))) Then If (CStr(Recordset1.Fields.Item("归档名称").Value) = CStr((Recordset2.Fields.Item("类别").Value))) Then Response.Write("SELECTED") : Response.Write("")%> ><%=(Recordset1.Fields.Item("归档名称").Value)%></option>
                <%
  Recordset1.MoveNext()
Wend
If (Recordset1.CursorType > 0) Then
  Recordset1.MoveFirst
Else
  Recordset1.Requery
End If
%>                <option value="其它" <%If (Not isNull((Recordset2.Fields.Item("类别").Value))) Then If ("其它" = CStr((Recordset2.Fields.Item("类别").Value))) Then Response.Write("SELECTED") : Response.Write("")%>>其它</option>
              </select></td>
          </tr>
          <tr>
            <td height="21">&nbsp;&nbsp;<strong><%=request("bt")%>
              <input name="id" type="hidden" id="id" value="<%=request("id")%>">
            </strong></td>
          </tr>
          <tr>
            <td height="21"><table width="99%" height="21" border="0" cellpadding="0" cellspacing="0">
              <% 
While ((Repeat1__numRows <> 0) AND (NOT r11.EOF)) 
%>
              <tr>
                <%p=r11.Fields.Item("文件路径").Value%>
                <td width="532">&nbsp;&nbsp;<a href="redirect.asp?id=<%=(r11.Fields.Item("id").Value)%>&gwid=<%=(r11.Fields.Item("邮件编号").Value)%>&fpath=<%=p%>" target="_blank"><%=(r11.Fields.Item("文件名").Value)%></a>  <span class="style41"><%=(r11.Fields.Item("文件上传时间").Value)%>&nbsp;<%=(r11.Fields.Item("上传人姓名").Value)%>(<%=(r11.Fields.Item("上传人部门").Value)%>)</span><br/></td>
                <td width="180"><a href="downfile.asp?id=<%=(r11.Fields.Item("id").Value)%>&gwid=<%=(r11.Fields.Item("邮件编号").Value)%>" >下载</a> <a href="shoucang.asp?id=<%=(r11.Fields.Item("id").Value)%>&gwid=<%=(r11.Fields.Item("邮件编号").Value)%>&fpath=<%=p%>">收藏</a> <a href="zhuanfa.asp?id=<%=(r11.Fields.Item("id").Value)%>">转发</a></td>
              </tr>
              <% 
  Repeat1__index=Repeat1__index+1
  Repeat1__numRows=Repeat1__numRows-1
  r11.MoveNext()
Wend
%>
            </table></td>
          </tr>
          <tr>
            <td height="21"><table width="453" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td width="65" valign="top">&nbsp;&nbsp;备注:</td>
                <td width="388"><div align="left"><%dim bz
				bz=Recordset2.Fields.Item("备注").Value%>
                    <textarea name="fuyan" cols="44" rows="5" id="fuyan"><%=bz%></textarea>
            </td>
              </tr>
              <tr>
                <td valign="top">撤消归档:</td>
                <td><input name="撤消归档" type="checkbox" id="撤消归档" value="1">  </td>
              </tr>
            </table>
                            
                <input name="submit1" type=submit id="submit1" style="FONT-SIZE: 12px; HEIGHT: 27px" onClick='return check();'  value= " 保存更新 ">  
                                                                                                                              <input name="按钮" type=button style="FONT-SIZE: 12px; HEIGHT: 27px"   onClick="javascript:history.go(-1)" value= " 取 消 " >
        </table>
      </form></td>
    </tr>
  </table>
</div>
<p>&nbsp;</p>
</body>
</html>
<%
r11.Close()
Set r11 = Nothing
%>
<%
Recordset2.Close()
Set Recordset2 = Nothing
%>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>

⌨️ 快捷键说明

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