📄 showwish.asp
字号:
<!--#include file="Connections/connY.asp" -->
<!--#include file="Inc/Info.asp" -->
<!--#include file="Inc/TimeFormat.asp" -->
<!--#include file="Inc/UBBCode.asp" -->
<!--#include file="Inc/SetCss.asp" -->
<%
State="查看许愿"
%>
<html>
<head>
<title><%=Forum_Title%></title>
<meta http-equiv="Content-Type" content="text/html;">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<!--#include file="Inc/Css.asp" -->
<script language=Javascript src="Js/Menu.Js"></script>
<script language=Javascript src="Js/Button.Js"></script>
<script language=Javascript src="Js/Operate.Js"></script>
</head>
<body leftmargin="0" topmargin="0" bgcolor="<%=Forum_ColorList_BgColor%>" vlink="<%=Forum_Css_A_Link_Color%>">
<!--#include file="Inc/Top.asp" -->
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td height="20" bgcolor="<%=Forum_ColorList_BgColor%>">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="font">
<tr>
<td width="50%"> 您所在的位置: <a href="../" onfocus="this.blur()">首页</a>
>> <a href="List.asp" onfocus="this.blur()">讨论组</a> >>
<a href="Pray.asp" onfocus="this.blur()">许愿版</a> >> <font color="<%=Forum_ColorList_NavFontColor%>">我要许愿</font></td>
<td width="20%"> </td>
<td width="30%">
<div align="right"><img src="<%=Forum_Pic_Open%>" width="15" height="14" border="0" alt="显示个人工具箱" onClick="ShowInfo()" style="CURSOR: hand" align="texttop"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" id=info style="DISPLAY: none" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr>
<td valign="top" bgcolor="<%=Forum_ColorList_BgColor%>"><!--#include file="Inc/Tools.asp" --></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center" id=infoborder style="DISPLAY: none">
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="2" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>" class="font">
<tr bgcolor="<%=Forum_ColorList_BgColor%>">
<td>
<div align="center">
<%
Set rsWish = Server.CreateObject("ADODB.Recordset")
Sql = "Select * From tWishManage Where rID="&Request("I")
rsWish.Open Sql,ConnY,3,3
If rsWish("rIsSecret") Then
%>
<br>
<br>
<br>
<br>
<br>
<table width="400" border="0" cellspacing="1" cellpadding="2" bgcolor="<%=Forum_ColorList_BorderColor%>" class="font" align="center">
<tr>
<td height="100" bgcolor="<%=Forum_ColorList_AlternateColor1%>">
<div align="center"><font color="<%=Forum_ColorList_PFontColor%>">这是许愿者的一个小秘密哦<br>
</font><br>
该页面将会在3秒钟后自动返回</div>
</td>
</tr>
</table><br><br><br><br>
<br>
<br>
<br><br>
<script language=javascript>
setTimeout("location.replace('Pray.asp')",3000)
</script>
<%
Else
%>
<br>
<br>
<br>
<br>
<table width="50%" border="0" cellspacing="1" cellpadding="2" class="font" bgcolor="<%=Forum_ColorList_BorderColor%>">
<tr bgcolor="<%=Forum_ColorList_TitleColor%>">
<td colspan="2" height="20">
<div align="center">愿望</div>
</td>
</tr>
<tr>
<td bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="20">许愿者</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>"><%=rsWish("rWho")%></td>
</tr>
<tr>
<td bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="20">为谁许愿</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>"><%=rsWish("rForWho")%></td>
</tr>
<tr>
<td bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="20">来自</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>"><%=rsWish("rAddress")%></td>
</tr>
<tr>
<td bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="20">愿望</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>">
<%
If rsWish("rType")=1 Then
Response.Write "身体健康"
ElseIf rsWish("rType")=2 Then
Response.Write "事业有成"
ElseIf rsWish("rType")=3 Then
Response.Write "爱情丰收"
ElseIf rsWish("rType")=4 Then
Response.Write "发大财"
ElseIf rsWish("rType")=5 Then
Response.Write "学业有成"
ElseIf rsWish("rType")=6 Then
Response.Write "家庭美满"
ElseIf rsWish("rType")=7 Then
Response.Write "生活幸福"
ElseIf rsWish("rType")=8 Then
Response.Write "开心愉快"
End If
%>
</td>
</tr>
<tr>
<td bgcolor="<%=Forum_ColorList_AlternateColor1%>" height="20">许愿时间</td>
<td bgcolor="<%=Forum_ColorList_AlternateColor2%>"><%=rsWish("rTime")%></td>
</tr>
</table>
<br>
<br>
<a href="javascript:history.go(-1)" onFocus="this.blur()">返回上一页</a><br>
<br>
<br>
<br>
<br>
<%
End If
%>
<br>
</div>
</td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center" id=onlineborder>
<tr>
<td height=1></td>
</tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="1" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>" id=online>
<tr>
<td valign="top" bgcolor="<%=Forum_ColorList_OnlineColor%>">
<!--#include file="Inc/Online.asp" -->
</td>
</tr>
</table>
<!--#include file="Inc/Bottom.asp" --></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -