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

📄 chushihua.asp

📁 本oa系统内部短信.手机短信.文件传输.公文收发.邮件服务.共享下载.内部论坛等功能
💻 ASP
字号:
<%  
Response.ExpiresAbsolute=now()-1
Response.CacheControl="no-cache"
%>
<%
' *** Restrict Access To Page: Grant or deny access to this page
MM_authorizedUsers=""
MM_authFailedURL="../adminlogin666.asp"
MM_grantAccess=false
If Session("MM_Usernamesyslogin") <> "" 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
%><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>系统初始化</title>
<style type="text/css">
<!--
.style2 {color: #FFFFFF}
.style3 {font-size: 12px}
-->
</style>
<link href="../../css/input.css" rel="stylesheet" type="text/css">
<link href="../../css/link.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
}
-->
</style></head>

<body>
<div align="center">
  <img src="../../flash/img/banner.jpg" width="1024" height="128">
  <br>
  <table width="760" height="21" border="0" cellpadding="0" cellspacing="0" background="../img/bw/line.gif">
    <tr>
      <td background="../../img/bw/line.gif"><div align="center" class="style2"><strong>系统初始化</strong></div></td>
    </tr>
  </table>
  <table width="760" border="0" cellpadding="3" cellspacing="1" bgcolor="#5EAE19">
    <tr>
      <td bgcolor="#FFFFFF">  <span class="style3">为了让您单位尽快部署oa系统,我们提供系统初始化功能,主要用于清空系统自带数据与您测试系统所产生的数据。为安全起见,我们暂只提供用户登陆所产生的日志数据,其它数据如通知、短消息,新闻,公文等测试数据请在前后台自行删除。<br>
        <br>
   <a href="post.asp" onClick="return confirm('您确定初始化系统吗,此过程将不可恢复?')">现在就开始初始化系统 </a><br>
  <a href="../adcencetyerdfghf.asp">  返回 </a>  </span></td>
    </tr>
  </table>
  <p>&nbsp;</p>
</div>
</body>
</html>

⌨️ 快捷键说明

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