📄 pubinfo.asp
字号:
<!-- #include file="conn/logors.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name=description content="<%=site_title%>" >
<meta name=keyword content="<%=site_title%>">
<title><%=site_title%></title>
</head>
<%=styletext%>
<DIV class=menuskin id=popmenu
onmouseover="clearhidemenu();highlightmenu(event,'on')" style="Z-INDEX: 100"
onmouseout="highlightmenu(event,'off');dynamichide(event)"></DIV><!--顶部表格-->
<SCRIPT language=JavaScript src="style/main.js"></SCRIPT>
<body>
<table width="750" height="200" align="center">
<tr>
<td height="97" align="center" class=TableTitle2>
<!-- #include file="sitehead.asp" -->
</td>
</tr>
<tr>
<td align="center" colspan="2" class="tablebody1">
<% navigation_flag=6 %>
<!-- #include file="func_navigationbar.asp" -->
<%
function CheckInfo(str)
dim i
CheckInfo=""
if not isnull(str) then
for i=1 to len(str)
if mid(str,i,1)=" " then
CheckInfo=CheckInfo&" "
elseif mid(str,i,1)=chr(13) and mid(str,i+1,1)=chr(10) then
CheckInfo=CheckInfo&"<br>"
i=i+1
else
CheckInfo=CheckInfo&mid(str,i,1)
end if
next
end if
end function
%>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" height="66" valign="top"> <!-- #include file="func_menulist.asp" --></td>
<td valign="top">
<%
dim content,title,intime
set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from cci_pub where id=" &request("id")
rs.Open Sql,connObj,1,1
if not rs.eof then
content=rs("content")
title=rs("title")
srcname=rs("srcname")
intime=rs("intime")
end if
rs.close
%>
<table align="center" width="100%" cellspacing="1" cellpadding="1" class="tableborder1">
<tr>
<td class=tablebody1 align="center" height="30"><b><font color="#FF0000" size="3"><%=title%></font></b></td>
</tr>
<tr>
<td class=tablebody1><br>
<%=CheckInfo(content)%><br>
</td>
</tr>
<tr>
<td align="right" class=tablebody1><%=srcname%> <%=formatdatetime(intime,1)%></td>
</tr>
</table>
<div align="center"><br><a href="javascript:history.go(-1)">返回</a><br></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="tablebody1">
<!-- #include file="sitefloor.asp" --> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -