📄 annouceview.asp
字号:
<%
'''''''''''''''''''''''''''''''''''''''''''
'''' 版权:野马原创 ''''
'''' 联系:ctplr@163.com ''''
'''' 说明:需要新功能联系我 ''''
'''' QQ:2643148 ''''
''''''''''''''''''''''''''''''''''''''''''
%>
<link href=manager/left.css rel=stylesheet>
<!--#include file="conn.asp"-->
<!--#include file="fun.asp"-->
<title><%=webname%>公告-<%=request("title")%></title>
<%
sql="select * from annouce where id="&request("ggid")
rs.open sql,cn,1,1
title=rs("title")
text=rs("text")
zuozhe=rs("zuozhe")
timef=rs("time")
rs.close
set rs=nothing
%>
<body onkeydown="if(event.keyCode==122){event.keyCode=0;return false}" ><center>
<table width="764" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="6%"> </td>
<td width="90%" align=center><table width=100% border=1 bordercolor="#00CCFF">
<tr><td align=center class=tdhead> <%=title%> </td></tr>
<tr><td height="169" align=left valign="top" bgcolor="#0055aa"><%response.Write ubbcode(text)%>
</td>
</tr>
<tr>
<td align=left class=td3>本公告由 <b><%=zuozhe%></b> 在 <b><%=timef%></b> 发布! [<a href=# onclick=window.close()>关闭</a>]
</td>
</tr></td>
<td width="4%">
</td>
</tr>
</table>
</center>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -