📄 index.asp
字号:
<!--#include file="../../../js/conn.asp"-->
<!--#include file="safety.asp"-->
<%
sql = "select bridegroom,bride,date_legal,date_legal_ty from Wed_wedding where UID="&uid&" "
rs.Open sql,conn,3
bridegroom=rs("bridegroom")
bride=rs("bride")
if rs("date_legal_ty") then
date_legal="—— 结婚于" & year(rs("date_legal")) & "年" & month(rs("date_legal")) & "月" & day(rs("date_legal")) & "日"
else
select case month(rs("date_legal"))
case "1" EN_month="Jan."
case "2" EN_month="Feb."
case "3" EN_month="Mar."
case "4" EN_month="Apr."
case "5" EN_month="May."
case "6" EN_month="Jun."
case "7" EN_month="Jul."
case "8" EN_month="Aug."
case "9" EN_month="Sep."
case "10" EN_month="Oct."
case "11" EN_month="Nov."
case "12" EN_month="Dec."
end select
date_legal="—— Marrid on " & EN_month & " " & day(rs("date_legal")) & " , " & year(rs("date_legal"))
end if
conn.close
set conn=nothing
%>
<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">
<SCRIPT language=JavaScript>
function Bmove_in(x) {
eval(x).src="images/" + x + "_on.jpg";
}
function Bmove_out(x) {
eval(x).src="images/" + x + ".jpg";
}
</SCRIPT>
<style type="text/css">
.couplename {FONT-WEIGHT:bold; FONT-SIZE:31px; FONT-STYLE: italic; FONT-FAMILY:黑体; line-height:120%}
</style>
<title>浪漫结婚网</title>
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
<table width="780" cellspacing="0" cellpadding="0">
<tr><td bgcolor="#6B6D6B" height=12></td></tr>
<tr><td height=1></td></tr>
</table>
<table width="780" cellspacing="0" cellpadding="0">
<tr>
<td width="370">
<table cellspacing="0" cellpadding="0">
<tr><td width="370" height="123" background="images/nav_left_1.jpg" valign="top">
<div style="position: absolute;" style="padding:30 10 0 140">
<span class="couplename" style="color:#CC6600; FILTER: Blur(Add=0, Direction=135, Strength=6);width:220; height:100;"><%=bridegroom%>&<%=bride%></span><p> </div>
<div style="position: absolute;" style="padding:30 10 0 140">
<span class="couplename" style="color:#FFFFFF"><%=bridegroom%>&<%=bride%></span>
<br><br>
<div align="right"><span style="font-family:Arial;color:#3A3A3A;font-weight:bold;"><%=date_legal%></span></div>
</div>
</td></tr>
<tr>
<td height="181" valign="top" style="background:url('images/nav_left_2.jpg') no-repeat;">
<table width="232" cellspacing="1" cellpadding="0">
<tr><td height="3"></td></tr>
<tr><td align="right"><a href="beauty.asp?uid=<%=uid%>"><img name="nav_1" border="0" src="images/nav_1.jpg" onmousemove=Bmove_in(this.name) onmouseout=Bmove_out(this.name)></a></td></tr>
<tr><td align="right"><a href="love.asp?uid=<%=uid%>"><img name="nav_2" border="0" src="images/nav_2.jpg" onmousemove=Bmove_in(this.name) onmouseout=Bmove_out(this.name)></a></td></tr>
<tr><td align="right"><a href="wedding.asp?uid=<%=uid%>"><img name="nav_3" border="0" src="images/nav_3.jpg" onmousemove=Bmove_in(this.name) onmouseout=Bmove_out(this.name)></a></td></tr>
<tr><td align="right"><a href="honeymoon.asp?uid=<%=uid%>"><img name="nav_4" border="0" src="images/nav_4.jpg" onmousemove=Bmove_in(this.name) onmouseout=Bmove_out(this.name)></a></td></tr>
<tr><td align="right"><a href="bless.asp?uid=<%=uid%>"><img name="nav_5" border="0" src="images/nav_5.jpg" onmousemove=Bmove_in(this.name) onmouseout=Bmove_out(this.name)></a></td></tr>
</table>
</td>
</tr>
<tr><td height="119" background="images/nav_left_3.jpg" style="padding-left:15">
<table cellpadding="0" cellspacing="0" height="80">
<tr>
<%for i=1 to 4%>
<td width="<%if i=3 then %>91<%else%>76<%end if%>"><table width="66" height="100%" cellpadding="0" bgcolor="#FFFFFF" style="border-collapse: collapse" border="1" bordercolor="#FF9900"><tr><td align="center"><img width="60" height="74" src="/images/templet_s.jpg"></td></tr></table></td>
<%next%>
</tr>
</table>
</td></tr>
</table>
</td>
<td width="410" height="423" background="images/nav_right_1.jpg" align="center">
<table cellspacing="0" cellpadding="0">
<tr>
<td><table border="1"cellspacing="7" bgcolor="#F6F6F6" style="border-collapse: collapse" bordercolor="#DEDEDE"><tr><td><img src="/images/templet_l.jpg" ></td></tr></table></td>
<td height="100%"><table cellspacing="0" cellpadding="0" height="100%"><tr><td width="5" height="5"></td></tr><tr><td bgcolor="#CBCBCB"></td></tr></table></td>
</tr>
<tr>
<td colspan="2"><table cellspacing="0" cellpadding="0" width="100%"><tr><td width="5" height="5"><img src="/images/empty.gif"></td><td bgcolor="#CBCBCB"><img src="/images/empty.gif"></td></tr></table></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="780" cellspacing="0" cellpadding="0">
<tr><td height=1></td></tr>
<tr><td bgcolor="#6B6D6B" height=16 align="right" class="copyright"><font color="#FFFFFF">Copyright © 2004 Medsee.com Inc. All rights reserved. </font></td></tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -