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

📄 activitx_view.asp

📁 WEB2.0圈子交友平台,以用户影音创意和分享为主导, 为用户提供:圈子,个人空间,博客,话题,相册,分类信息,短信,交友等免费服务,致力打造中国第一套 WEB2.0交友系统开源网站.
💻 ASP
字号:
<!--#include file="../config.asp"-->
<%call BSactivitx()%>
<!--#include file="../../dns/dns.asp"-->
<%
set rsb=server.createobject("adodb.recordset")
sql="select *  from "&WebSqlType&"_activitx where "&WebSqlType&"_id="&clng(request("activitxid"))
rsb.open sql,conn,1,1
if rsb.eof then
response.write"<script>alert('此内容不存在或已被管理员关闭\n\n如有问题请及时和我们联系');window.open('/index.asp','_self');</script>"
response.end
end if
conn.execute("update "&WebSqlType&"_activitx set "&WebSqlType&"_htc="&WebSqlType&"_htc+1 where "&WebSqlType&"_id="&clng(request("activitxid"))&"")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=trim(rsb(""&WebSqlType&"_title"))%> <%=title%> <%=usertwourl%></title>
<meta name="robots" content="follow,index" />
<link href="images/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function copyurl(url){
window.clipboardData.setData('text',url);
document.getElementById("copyUrl").innerHTML="<font class='redtext2'>地址已复制</font>";
}
</script>
</head>
<body>
<div id="wrap">
<!--#include file="top.asp"-->

<DIV class=nav><SPAN class="right button"><A 
href="activitx_add.asp?id=<%=id%>">发活动</A> 
</SPAN>我的位置:<A href="index.asp?id=<%=id%>">首页</A> &raquo; <A 
id=classList href="activitx.asp?id=<%=id%>&action=activitx">活动</A> &raquo; 
<STRONG><%=trim(rsb(""&WebSqlType&"_title"))%></STRONG></DIV>

<DIV id=wrap2>
<H2><SPAN class=right>浏览:<%=trim(rsb(""&WebSqlType&"_htc"))%></SPAN><%=trim(rsb(""&WebSqlType&"_title"))%></H2>
<DIV class=box>
<TABLE cellSpacing=0>
  <TBODY>
  <TR>
    <TH></TH></TR></TBODY></TABLE>
<TABLE cellSpacing=0 width="100%" border=0 style="border-bottom:#CCCCCC 1px solid;">
  <TBODY>
  <TR>
    <TD align=right width=150>活动发起人:</TD>
    <TD align="left">

	
<%call Vactivitx(1)%>
	  </TD>
    <TD width=250 rowSpan=13 align="left" vAlign=top>
<%call Vactivitx(3)%></TD></TR>
  <TR>
    <TD align=right>所属分类:</TD>
    <TD align="left"><STRONG><%=trim(rsb(""&WebSqlType&"_zhuti"))%></STRONG></TD>
  </TR>
  <TR>
    <TD align=right>活动时间:</TD>
    <TD align="left">
<%call Vactivitx(2)%></TD>
  </TR>
  <TR>
    <TD align=right>报名截止时间:</TD>
    <TD align="left">
<%=year(rsb(""&WebSqlType&"_Zdate"))&"年"&month(rsb(""&WebSqlType&"_Zdate"))&"月"&day(rsb(""&WebSqlType&"_Zdate"))&"日"&Hour(rsb(""&WebSqlType&"_Zdate"))&"时"&Minute(rsb(""&WebSqlType&"_Zdate"))&"分"%></TD>
  </TR>
  <TR>
    <TD align=right>活动地区:</TD>
    <TD align="left"><STRONG><%=trim(rsb(""&WebSqlType&"_addone"))%></STRONG></TD>
  </TR>
  <TR>
    <TD align=right>具体地点:</TD>
    <TD align="left"><STRONG><%=trim(rsb(""&WebSqlType&"_address"))%></STRONG></TD>
  </TR>
  <TR>
    <TD align=right>联系方式:</TD>
    <TD align="left"><%=trim(rsb(""&WebSqlType&"_tel"))%></TD>
  </TR>
  <TR>
    <TD align=right>费用:</TD>
    <TD align="left"><%=trim(rsb(""&WebSqlType&"_price"))%></TD>
  </TR>
  <TR>
    <TD align=right>活动人数:</TD>
    <TD align="left"><%=rsb(""&WebSqlType&"_Rhtc")%>/<%=rsb(""&WebSqlType&"_ren")%></TD>
  </TR>
  <TR>
    <TD vAlign=top align=right>详细资料:</TD>
    <TD align="left"><%=trim(rsb(""&WebSqlType&"_book"))%></TD>
  </TR>
  <TR>
    <TD align=right>已报人员:</TD>
    <TD align="left">
	
<%call Vmactivitx(1)%>
   
  </TD>
  </TR>
  <TR>
    <TD align=right>等待审核:</TD>
    <TD align="left">
<%call Vmactivitx(2)%></TD>
  </TR></TBODY></TABLE>

<%call Cbook(3)%>


</DIV>
<%call Vbookadd(rsb(""&WebSqlType&"_title"),rsb(""&WebSqlType&"_id"),3,"activitx")%>

<DIV class=cl></DIV></DIV>


<%
rsb.close
set rsb=nothing
call bottom()%>
</div>
</body>
</html>  	

⌨️ 快捷键说明

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