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

📄 wedding.asp

📁 - 其中VIP源代码是经过测试
💻 ASP
字号:
<!--#include file="../../../js/conn.asp"-->
<!--#include file="safety.asp"-->
<%
'查询该页面的图片
sql_wed_pic_intro = "select * from wed_pic_intro where uid="&uid&" and tyno=2 "
 
set rs1 = Server.CreateObject("ADODB.Recordset")
sql = "select weddate,wedaddress,wedappreciate,albumty_wed,picwrite_wed from wed_wedding where UID="&uid&"  "
rs1.Open sql,conn,3
albumty = rs1("albumty_wed")
picwrite = rs1("picwrite_wed")
%>
<!--#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>
<%if not(isnull(rs1("weddate"))) then%>
<%="<SCRIPT>"%>
<%response.write("var yy=" & year(rs1("weddate")) & ";")%>
<%response.write("var mm=" & month(rs1("weddate")) & ";")%>
<%response.write("var dd=" & day(rs1("weddate")) & ";")%>
<%response.write("var ww=" & datepart("w",rs1("weddate")) & ";")%>
<%response.write("var ss=" & (datediff("d","1970-1-1",rs1("weddate")))*86400 & ";")%>
<%response.write("var thisyear=" & year(rs1("weddate")) & ";")%>
<%response.write("var thismonth=" & month(rs1("weddate"))-1 & ";")%>
<%response.write("var thisdate=" & day(rs1("weddate")) & ";")%>
<%response.write("var thisday=" & datepart("w",rs1("weddate"))-1 & ";")%>
</SCRIPT>
<SCRIPT LANGUAGE=JavaScript SRC="chinadate.js"></script>
<%end if%>
<style>
.wed_intro {color:#5D4E3D; line-height:22px;}
.wed_date {font-size:11px;font-family:Arial;color:2B3844;line-height:17px;}
.wed_china {letter-spacing:3px; color:#835C38;}
</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_3.jpg"><tr><td></td></tr></table>
<table width="773" height="315" cellspacing="0" cellpadding="0" background="images/wedding_1.jpg"><tr>
	<td width="384" align="right" valign="top" style="padding:146 0 0 0">
		<%if not(isnull(rs1("weddate"))) then%>
		<script>vipdate()</script>
		<%end if%>
	</td>
	<td width="110" align="center" valign="top" style="padding:144 0 0 0">
		<%if not(isnull(rs1("weddate"))) then%>
		<table width="73" height="56" background="images/rs_<%=(year(rs1("weddate")) mod 12)%>.gif"><tr><td></td></tr></table>
		<table height="56" class="wed_china"><tr><td width="1"><script>document.write(bsYear2)</script></td><td width="1"><script>document.write(bsYear)</script></td></tr></table>
		<%end if%>
	</td>
	<td valign="top" style="padding:154 0 0 11">
	<%if len(rs1("wedaddress"))>0 then%>
	<table width="154" height="86" cellspacing="0" cellpadding="0"><tr><td valign="top" style="color:#7B5430;letter-spacing: 1pt"><%=rs1("wedaddress")%></td></tr></table>
	<%end if%>
	</td>
</tr></table>
<table cellspacing="0" cellpadding="0" background="images/wedding_line.gif">
<tr><td>
	<table width="773" cellspacing="0" cellpadding="0" style="background:url('images/wedding_2.jpg') no-repeat;">
	<tr><td style="padding:106 0 0 90">
		<table width="480" height="144" ><tr><td class="wed_intro" background="images/honeymoon_line.gif" valign="top" style="padding:4 0 0 0"><%=EncodeTxt(rs1("wedappreciate"))%></td></tr></table>
	</td></tr>
	</table>
</td></tr>
</table>
<table cellpadding="0" cellspacing="0" width="773" height="58" background="images/wedding_3.jpg"><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 + -