📄 admin_preview.asp
字号:
<%@language=vbscript codepage=936 %>
<!--#include file="inc/ubbcode.asp"-->
<html>
<head>
<title><%=request("Title")%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="Admin_Style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="760" border="0" align="center" cellpadding="5" cellspacing="0" class="border">
<tr class="title">
<td width="400" height="20">
<%
response.write "| " & request("BigClassName") & " >> "
if request("SmallClassName")<>"" then
response.write request("SmallClassName") & ">> "
end if
if request("IncludePic")=true then
response.write "<font color=blue>[图文]</font>"
end if
response.write request("Title")
%>
</td>
<% if request("SpecialName")<>"" then %>
<td width="300" height="20">[专题]<%=request("SpecialName")%></td>
<% end if%>
<td width="100" height="20"> <%
if lcase(request("OnTop"))="yes" then
response.Write("顶 ")
else
response.write(" ")
end if
if lcase(request("Hot"))="yes" then
response.write("热 ")
else
response.write(" ")
end if
if lcase(request("Elite"))="yes" then
response.write("荐")
else
response.write(" ")
end if
%> </td>
</tr>
<tr class="tdbg">
<td colspan="3"><p align="center"><font size="6"><%=dvhtmlencode(request("Title"))%></font><br>
作者:<%=dvhtmlencode(request("Author"))%> 转贴自:<%=dvhtmlencode(request("CopyFrom"))%> 点击数:0 文章录入:<%=session("admin")%></p>
<p><%=ubbcode(request("Content"))%></p>
</td>
</tr>
</table>
<p align="center">【<a href="javascript:window.close();">关闭窗口</a>】</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -