📄 honeymoon.asp
字号:
<!--#include file="../../../js/conn.asp"-->
<!--#include file="safety.asp"-->
<%
set rs1 = Server.CreateObject("ADODB.Recordset")
sql = "select tourtitle,tourno from wed_honeymoon where UID="&uid&" order by id desc "
rs1.Open sql,conn,3
if rs1.recordcount>0 then
if request("tourno")="" then
tourno=rs1("tourno")
else
tourno=Cint(request("tourno"))
end if
set rs2 = Server.CreateObject("ADODB.Recordset")
sql = "select tourintro,albumty_tour,picwrite_tour from wed_honeymoon where UID="&uid&" and tourno="&tourno&" "
rs2.Open sql,conn,3
albumty = rs2("albumty_tour")
picwrite = rs2("picwrite_tour")
end if
'查询该页面的图片
tyno="3" & tourno
sql_wed_pic_intro = "select * from wed_pic_intro where uid="&uid&" and tyno='"&tyno&"' "
%>
<!--#include file="../../wed_album_addnew.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../common.css" rel="stylesheet" type="text/css">
<link href="../../wed_album.css" rel="stylesheet" type="text/css">
<SCRIPT LANGUAGE=JavaScript SRC="../../wed_album.js"></script>
<script>
function right_view1() { window.open("/templet/wed_bulletin.asp?uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
function right_view2() { window.open("/templet/wed_link.asp?uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
function right_view3() { window.open("/templet/wed_vod.asp?uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
uid="<%=request("uid")%>"
<%if request.cookies("isvalid")<>"yes" then%>
function right_b1() { alert("请以管理员身份登录 !!") }
function right_b2() { alert("请以管理员身份登录 !!") }
function right_b3() { alert("请以管理员身份登录 !!") }
<%else%>
function right_b1() { window.open("/templet/wed_bulletin.asp?log=1&uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
function right_b2() { window.open("/templet/wed_link.asp?log=1&uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
function right_b3() { window.open("/templet/wed_vod.asp?log=1&uid="+"<%=uid%>","","width=510,height=480,scrollbars=yes,resizable=no") }
<%end if%>
</script>
<style>
.tour_intro {color:#5F4B3F; line-height:22px;}
</style>
<title>婚礼在线</title>
</head>
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" onload="moveinit()">
<!--#include file="menu.asp"-->
<table width="1004" cellpadding="0" cellspacing="0"><tr>
<td width="780" align="center" valign="top">
<table cellpadding="0" cellspacing="0" width="780" height="134" background="images/ban_4.jpg"><tr><td></td></tr></table>
<table width="750" height="53" cellspacing="0" cellpadding="0" background="images/honeymoon_bg1.gif"><tr><td></td></tr></table>
<table width="750" cellspacing="0" cellpadding="0" background="images/honeymoon_bg2.gif"><tr>
<td width="218" valign="top">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td style="padding:2 0 0 38"><img src="images/honeymoon_left.gif"></td></tr>
<tr><td style="padding:6 0 6 45" valign="top">
<table width="172" cellspacing="0" cellpadding="0" border="1" bordercolor="#DCD0E0" bgcolor="#FFFFFF" style="border-collapse: collapse" >
<tr><td style="padding-bottom:10">
<table width="width" cellpadding="0" cellspacing="0">
<tr><td height="8" colspan="2"></td></tr>
<%if rs1.recordcount=0 then%><tr><td height="60"></td></tr><%end if%>
<%for i=1 to rs1.recordcount%>
<tr><td width="16" height="20" valign="top" style="padding:3 0 0 4"><img src="/images/root/no<%if rs1("tourno")=tourno then%>2<%else%>3<%end if%>_<%=i%>.gif" hspace="5"></td><td width="140"><a href="honeymoon.asp?uid=<%=uid%>&tourno=<%=rs1("tourno")%>"><span style="line-height:150%"><font color="#8758D6"><%if rs1("tourno")=tourno then%><font color="#FF6633"><u><%end if%><%=rs1("tourtitle")%></u></font></span></a></td></tr>
<%rs1.movenext%>
<%if rs1.eof then%>
<%exit for%>
<%end if%>
<%next%>
<tr><td height="10" colspan="2"></td></tr>
</table>
</td></tr>
</table>
</td></tr>
<tr><td height="30"></td></tr>
</table>
</td>
<td valign="top" style="padding:0 0 22 50">
<table width="430" cellspacing="0" cellpadding="0">
<tr><td style="padding:0 0 20 4"><img src="images/honeymoon_right.gif"></td></tr>
<tr><td height="240" valign="top" style="padding:4 0 0 0" class="tour_intro" background="images/honeymoon_line.gif"><%if rs1.recordcount>0 then%><%=EncodeTxt(rs2("tourintro"))%><%end if%></td></tr>
</table>
</td>
</tr></table>
<table width="750" height="50" cellspacing="0" cellpadding="0" background="images/honeymoon_bg3.gif"><tr><td></td></tr></table>
<br>
<a name="5"></a>
<%if rs.recordcount>0 then%>
<!--#include file="../../wed_album_view.asp"-->
<br><br><br>
<%end if%>
</td>
<td valign="top" style="padding:24 0 0 12;background:url('images/right_bg.gif') no-repeat;">
<!--#include file="right_bbs.asp"-->
</td>
</tr></table>
<div align="center"><!--#include file="bottom.asp"--></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -