📄 annouceview.asp
字号:
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创 ''''
''''联系:ctplr@163.com ''''
''''说明:需要新功能联系我 ''''
''''QQ:214297587 ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<link href=css.css rel=stylesheet>
<!--#include file=conn.asp-->
<!--#include file=webinfo.asp-->
<!--#include file=ubbcode.asp-->
<title>考勤评分系统公告-<%=request("title")%></title>
<body background="back.gif" style='cursor:url("admin/Mouse.ani")'><center>
<%
sql="select * from annouce where title='"&request("title")&"'"
rs.open sql,cn,1,1
title=request("title")
text=rs("text")
zuozhe=rs("zuozhe")
timef=rs("time")
rs.close
set rs=nothing
%>
<table width=300 border=1 bordercolor="#00CCFF">
<tr><td align=center background="images/TitleTop.gif" bgcolor="#CCCCCC"><font color=white><%=title%></font></td></tr>
<tr><td height="169" align=left valign="top" background="images/Bg_1.jpg" bgcolor="#FFFFCC"><%response.Write ubbcode(text)%>
</td>
</tr>
<tr>
<td align=left background="images/NavBG.gif" bgcolor="#CCCCCC" >本公告由<font color=red><%=zuozhe%></font>在<font color=#444444><%=timef%></font>发布!
</td>
</tr>
</table><!--#include file="foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -