📄 del.asp
字号:
<%Option Explicit%>
<!--#include file="config.asp"-->
<%
If session("admin")<>"ok" Then
response.redirect"index.asp"
End If
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title><%=title%></title>
<style type="text/css">
td{font-size:10pt;font-family:宋体;color:#000000;height:30px}
textarea,input{border-top:1 solid #cccccc;border-left:1 solid #cccccc;}
</style>
</head>
<body bgcolor="#000000" leftmargin=0 topmargin=0>
<table width="500" align="center" bordre=0 bgcolor="#ffffff"><tr><td width="100%">
<table align="center" border=0 width="98%" cellspacing=0 cellpadding=0>
<tr>
<td width="100%" align="center" valign="middle" style="font-size:11pt"><b><%=cnVersion%></b></td>
</tr>
</table>
<table align="center" border=1 width="98%" cellspacing="0" cellpadding="0" bordercolorlight="#D4D0C8" bordercolordark="#999999">
<tr bgcolor="#D4D0C8">
<td width="100%" align="left" colspan=2> ++欢迎使用<%=cnVersion%>++</td>
</tr>
<tr>
<td width="100%" align="left">
<table border=0 width="90%" align="center"><tr><td align="left">
<%=readme%>
</td></tr></table>
</td>
</tr>
<tr bgcolor="#D4D0C8">
<td width="100%" align="center" colspan=2>
<a href="main.asp">返回</a>
</td>
</tr>
</form>
</table>
</td></tr></table>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -