📄 actrecoverok.asp
字号:
<%@ LANGUAGE=VBScript%>
<%Response.Expires=0
Server.ScriptTimeout=600
if Session("a_c_user_name")="" then
Response.write "<b>[操作失败]</b><p>您尚未登录(或已经超时退出),不能进行此操作!"
Response.end
end if
if Session("a_c_user_level")<10 then
Response.Write "<b>[操作失败]</b><p>您没有管理动作库的权限!"
Response.End
end if
Set fs = CreateObject("Scripting.FileSystemObject")
ud=Server.Mappath("actdata.asp")
bd=Server.Mappath("bakdata.asp")
fs.CopyFile bd, ud, True%><html>
<head>
<title>还原动作库</title>
<style type='text/css'>
<!--
.p9 {line-height: 150%; font-size: 9pt;}
.p12 {line-height: 150%; font-size: 12pt;}
body {line-height: 150%;font-size : 12pt;}
A {text-decoration: none;}
A:Hover {text-decoration : none;}
a:visited { color: #0000FF}
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<h1 align="center"><font color="#0099FF">【还原动作库】</font></h1>
<div align="center"></div>
<hr noshade size="1" color=#009900>
<p><b>[还原动作库完成]</b></p>
<blockquote>
<p>已经将动作库还原,所有网友添加的新动作均已经被删除!</p>
<p><a href="actmanage.asp">【返回动作库管理】</a></p>
</blockquote>
<hr noshade size="1" color=#009900>
<div align="center" class="p9"><script src="use.asp"></script> <script src="sn.asp"></script><br><script src="copyright.asp"></script></div>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -