📄 lm.asp
字号:
<!--#include file="Connections.asp" -->
<!--#include file="top.asp" -->
<%
cpbtitle="联盟代码"
call toptitle(l_title,cpbtitle)
call head(4,cpbusername&"的控制面板首页","userindex.asp",cpbtitle)
dim h_forumlogo,h_forumcontent
sql="select h_forumlogo,h_forumcontent from home"
set rsconn1=conn.execute(sql)
if not rsconn1.eof then
h_forumlogo=rsconn1("h_forumlogo")'论坛首页Logo地址
h_forumcontent=rsconn1("h_forumcontent")'论坛简介
end if
set rsconn1=nothing
%>
<table border=1 borderColor=<%=tdc2%> cellPadding=2 cellSpacing=1 width=<%=tdc3%> style="border-collapse: collapse" align=center>
<tr>
<td colspan="3" <%=hColor%> class=tdc1 height=23>
<p align="center">欢迎与<B> <%=l_title%></b> 做连接</a></td>
</tr>
<tr>
<td width="25%" bgcolor=<%=tColor2%> class=tdc height="25" align="right">论坛名称:</td>
<td bgcolor=<%=tColor2%> class=tdc height="25" colspan="2"> <%=l_title%>
</td>
</tr>
<tr>
<td width="25%" bgcolor=<%=tColor2%> class=tdc height="25" align="right">论坛图标:</td>
<td bgcolor=<%=tColor2%> class=tdc height="25" colspan="2"> <a href=<%=h_forumlogo%>><%=h_forumlogo%></a>
</td>
</tr>
<tr>
<td width="25%" bgcolor=<%=tColor2%> class=tdc height="25" align="right">论坛地址:</td>
<td bgcolor=<%=tColor2%> class=tdc height="25" colspan="2"> <a href=<%=l_urlf%>><%=l_urlf%></a>
</td>
</tr>
<tr>
<td width="25%" bgcolor=<%=tColor2%> class=tdc height="25" align="right">论坛简介:</td>
<td bgcolor=<%=tColor2%> class=tdc height="25" colspan="2"> <%=h_forumcontent%>
</td>
</tr>
<tr>
<td width="25%" bgcolor=<%=tColor2%> class=tdc height="25" align="right">联盟演示:</td>
<td bgcolor=<%=tColor2%> class=tdc height="50" width=20%> <a href=<%=l_urlf%> target=_blank title=<%=h_forumcontent%>><img src=<%=h_forumlogo%> border=0 width=88 height=31></a>
</td>
<td bgcolor=<%=tColor2%> class=tdc height="25"><a href=<%=l_urlf%> target=_blank title=<%=h_forumcontent%>><%=l_title%></a><BR>
<%=h_forumcontent%>
</td>
</tr>
</table>
</center>
<!--#include file="bq.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -