📄 boarddis.asp
字号:
<!--#include file="../inc/Constant.inc"-->
<!--#include file="../Inc/conver.inc"-->
<!--#include file="../inc/CheckUser.inc"-->
<%
Set RS=Server.CreateObject("ADODB.RecordSet")
Sql="select * from boarddept where ID="+request("Index")
RS.open Sql,Session("RiseInfo_ConnectionString"),1,3
TxTtitle=RS("title")
IssueUser=RS("IssueUser")
TxTyear=year(RS("Date"))
TxTmonth=month(RS("Date"))
TxTday=day(RS("Date"))
'TxTContent=SpaceConver(conv(RS("ZW")))
TxTContent=RS("Content")
RS.close
Set Rs=Nothing
%>
<html>
<head>
<title></title>
</head>
<body BGCOLOR="WHITE" BACKGROUND="<%=App_BgImg%>">
<table CELLPADDING="0" CELLSPACING="0">
<tr><td>
<img src="../Images/bullet_h.gif" WIDTH="31" HEIGHT="14"><a href="BoardFrame.asp" name="fanhui">返 回</a></td>
</tr>
</table>
<center>
<font FACE="楷体_GB2312" color="red" size="6">
<b>公告内容</b>
</font>
<br><br>
<table width="100%">
<tr>
<td align="left">
<font SIZE="3"><b><%=IssueUser%></b></font></td>
<td align="Right">
<font SIZE="3"><b><%=TxTYear%>年<%=TxTmonth%>月<%=TxTday%>日</b></font></td>
</tr>
</table>
<hr COLOR="red" SIZE="2">
</center>
<center>
<table width="80%">
<tr><td align="center">
<font SIZE="4"><b><%=TxTtitle%></b></font>
</td>
</tr>
</table>
</center>
<table width="95%">
<tr>
<td width="100%">
</td>
</tr>
</table>
<table width="100%" CELLPADDING="2">
<tr>
<td>
<font SIZE="3"><%=TextChange1(Server.HTMLEncode(TxTContent),66)%></font>
</td>
</tr>
</table>
</body>
</html>
<html><script language="JavaScript"> </script></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -