📄 admingaoc.asp
字号:
<%if session("admin")="" then
response.write"你没有登录或是非法用户!<meta http-equiv=refresh content='1;url=../index.asp'>"
response.End()
end if%>
<!--#include file=conn.asp-->
<!--#include file="../config.asp"-->
<head>
<link href=../iknow.css rel=stylesheet type=text/css>
</head>
<table width="95%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolorlight="#000000" bordercolordark="#FFFFFF" height="344">
<%rs.open"select * from gonggao where id="&cint(request("id")),conn,1,1
if rs.eof then
%>
<tr>
<td colspan="6" align="center" height="12">暂时没有公告!</td>
</tr>
<%else%>
<tr>
<td height="1" colspan="6" align="center" bgcolor="#EEEEEE"><font style="font-size:14px"><%=rs("title")%></font></td>
</tr>
<tr>
<td colspan="6" align="center" height="301" valign="top">
<p align="left"><br><%=rs("text")%></td>
</tr>
</table>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -