username@email.com
2025-05-21 a980cd04341d71216e0f59bd4b7327fe9fc50032
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PrizesExSuccess.aspx.cs" Inherits="CY.WebForm.Pages.front.PrizesExSuccess" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>兑换成功</title>
    <uc:FrontQuote ID="FrontQuote1" runat="server" />
</head>
<body>
    <uc:FrontHead ID="FrontHead1" runat="server" />
    <form id="form1" runat="server">
    <div class="w1000 mainbox">
        <div class="mt10 DivAd" value_locationname="积分兑换顶部横幅广告">
        </div>
        <div class="path">
            <strong>当前位置:</strong><a href="/">网站首页</a> > <a href="/prizes/list.html">积分兑换</a> > <span>兑换成功</span></div>
        <div class="mt10">
            <div class="nypartR_t">
                <b>兑换成功</b>
            </div>
            <div class="nyrCCC" style="min-height: 155px;">
                <div class="OK">
                    恭喜您,积分兑换成功!</div>
                <div class="OKinfos" id="divScuessTips" runat="server">
                    您的礼品兑换申请已经提交成功,请您准时按照您填写的领取时间到指定地点领取,谢谢。
                </div>
            </div>
        </div>
        <!--nypartR over-->
        <p class="clear">
        </p>
    </div>
    </form>
    <uc:FrontFoot ID="FrontFoot1" runat="server" />
</body>
</html>