⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quickview.asp

📁 通用考勤系统
💻 ASP
字号:
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创                    ''''
''''联系:ctplr@163.com          ''''
''''说明:需要新功能联系我      ''''
''''QQ:2643148                    ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
%>

<link href=left.css rel=stylesheet>
<!--#include file="conn.asp"-->
<!--#include file="../webinfo.asp"-->
<!--#include file="ubbcode.asp"-->
<title><%=webname%>: 系统公告</title>
 <body ><center>
<%
sql="select * from annouce where id="&request("id")
rs.open sql,cn,1,1
title=rs("title") 
text=rs("text") 
zuozhe=rs("zuozhe")
timef=rs("time")
rs.close
set rs=nothing
%>
<table  width=80% border=1 bordercolor="#0055aa">
<tr>
  <td align=center class=tdhead>
   <%=title%>
  </td>
</tr>
<tr>
 <td height="169" align=left valign="top"  class=td1>
  <%response.Write ubbcode(text)%>
</td>
</tr>

<tr>
    <td align=left class=td3><font color=white>本公告由 <b><%=zuozhe%></b> 在 <b><%=timef%></b> 发布! | <a href=# onclick='javascript:window.close()'>关闭</a>  
    </td>
</tr>
</table>
<br>
<br>
<br>
<br>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -