📄 beauty.asp
字号:
<!--#include file="../../../js/conn.asp"-->
<!--#include file="safety.asp"-->
<%
'查询该页面的图片
sql_wed_pic_intro = "select * from wed_pic_intro where uid="&uid&" and tyno=1 "
set rs1 = Server.CreateObject("ADODB.Recordset")
sql = "select albumty_beauty,picwrite_beauty,bridegroom,bride,boy_birthday,boy_hometown,boy_interest,girl_birthday,girl_hometown,girl_interest from wed_wedding where UID="&uid&" "
rs1.Open sql,conn,3
albumty = rs1("albumty_beauty")
picwrite = rs1("picwrite_beauty")
%>
<!--#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>
.pro_intro {color:#454545}
</style>
<SCRIPT LANGUAGE=JavaScript SRC="starstar.js"></script>
<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_1.jpg"><tr><td></td></tr></table>
<table cellspacing="0" cellpadding="0" height="388" background="images/beauty_bg.jpg">
<tr>
<td width="375" valign="top" style="padding:118 0 0 0">
<table cellspacing="9" cellpadding="0" class="pro_intro">
<tr><td style="padding:0 0 0 88">姓名:<%=rs1("bridegroom")%></td></tr>
<tr><td style="padding:0 0 0 88">生日:<%if not(isnull(rs1("boy_birthday"))) then%><%=year(rs1("boy_birthday"))%>年<%=month(rs1("boy_birthday"))%>月<%=day(rs1("boy_birthday"))%>日<%end if%></td></tr>
<tr><td height="36"></td></tr>
<tr><td style="padding:0 0 0 120">生肖:<%if not(isnull(rs1("boy_birthday"))) then%><%="<script>"%>document.write(wshenxiao(<%=year(rs1("boy_birthday"))%>))</script><%end if%></td></tr>
<tr><td style="padding:0 0 0 120">星座:<%if not(isnull(rs1("boy_birthday"))) then%><%="<script>"%>document.write(wstar(<%=month(rs1("boy_birthday"))%>,<%=day(rs1("boy_birthday"))%>))</script><%end if%></td></tr>
<tr><td style="padding:0 0 0 120">贯籍:<%=rs1("boy_hometown")%></td></tr>
<tr><td style="padding:0 0 0 120">爱好:<%=rs1("boy_interest")%></td></tr>
</table>
</td>
<td width="375" valign="top" style="padding:118 0 0 0">
<table cellspacing="9" cellpadding="0" class="pro_intro">
<tr><td style="padding:0 0 0 103">姓名:<%=rs1("bride")%></td></tr>
<tr><td style="padding:0 0 0 103">生日:<%if not(isnull(rs1("girl_birthday"))) then%><%=year(rs1("girl_birthday"))%>年<%=month(rs1("girl_birthday"))%>月<%=day(rs1("girl_birthday"))%>日<%end if%></td></tr>
<tr><td height="36"></td></tr>
<tr><td style="padding:0 0 0 122">生肖:<%if not(isnull(rs1("girl_birthday"))) then%><%="<script>"%>document.write(wshenxiao(<%=year(rs1("girl_birthday"))%>))</script><%end if%></td></tr>
<tr><td style="padding:0 0 0 122">星座:<%if not(isnull(rs1("girl_birthday"))) then%><%="<script>"%>document.write(wstar(<%=month(rs1("girl_birthday"))%>,<%=day(rs1("girl_birthday"))%>))</script><%end if%></td></tr>
<tr><td style="padding:0 0 0 122">贯籍:<%=rs1("girl_hometown")%></td></tr>
<tr><td style="padding:0 0 0 122">爱好:<%=rs1("girl_interest")%></td></tr>
</table>
</td>
</tr>
</table>
<p></p>
<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>
<!--#include file="bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -