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

📄 info.asp

📁 购物系统时尚版.强大的后台文章编辑器的功能
💻 ASP
字号:
<!--#include file="chk.asp"-->
<!--#include file="../my_lib/my_request.asp" -->
<!--#include file="db_conn.asp" -->
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="style.css" rel=stylesheet type=text/css>
<title>信息综合管理</title>
</head>

<body>
<!--#include file="TopManu.asp"-->

<div align="center">
<table border="0" width="100%" id="table1" cellspacing="0" style="border-collapse: collapse" cellpadding="0">
	<tr>
		<td background="image/admintoptdbg.gif">
		<p align="left">
		<img border="0" src="image/title_arrow.bmp" width="17" height="27" align="absmiddle"><font color="#808080"><b>网站信息设置</b></font></td>
	</tr>
</table>
<table border="0" width="100%" id="table1" height="20" style="border-right:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; border-collapse:collapse; border-left-style:solid; border-left-width:1px; border-top-style:solid; border-top-width:1px" cellpadding="4">
<%
sql="select id,info_title,info_content,istj,addtime from info_set"
set rs=conn.execute (sql)
response.write "<tr>"
i=0
do while not rs.eof
id=rs(0)
info_title=rs(1)
info_content=rs(2)
istj=rs(3)
addtime=rs(4)
response.write "<td height=20 width=253 >"&info_title&"&nbsp;&nbsp;"
if istj=0 then
response.write "<a href=add_infodata.asp?id="&id&"><font color=#000080>添加数据</font></a>"
else
response.write "<a href=modi_infodata.asp?id="&id&" title=最后更新时间><font color=#800000>修改数据</font></a>"
end if
response.write "<font color=#C0C0C0>("&addtime&")</font></td>"
rs.movenext
i=i+1
if (i mod 3)=0 then
response.write "</tr>"
end if
loop
rs.close
set rs=nothing%>
</table>
<div align="center">
<table border="0" width="760" id="table3" cellspacing="0" cellpadding="4">
	<tr>
		<td align=right><input TYPE="button" VALUE="刷新本页" ONCLICK="location.reload()"> </td>
	</tr>
</table>
</div>
</div>

</body>

</html>

⌨️ 快捷键说明

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