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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RegisterSuccess.aspx.cs" Inherits="CY.WebForm.Pages.front.RegisterSuccess" %>
 
<!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 runat="server">
    <title>注册成功</title>
    <uc:FrontQuote ID="FrontQuote1" runat="server" />
</head>
<body>
    <uc:FrontHead ID="FrontHead1" runat="server" />
    <div class="w1000 mainbox">
        <form id="form" class="form" action="RegisterFirm.aspx" method="post" enctype="multipart/form-data">
        <div class="mt10 DivAd" value_forumname="其他" value_locationname="注册成功页面"></div>
        <div class="mt10">
            <div class="nypartR_t">
                <b>注册成功</b></div>
            <div class="nyrCCC" style=" height:auto; min-height:0px;">
                <div class="OK" style="width: 230px; background: url('../../images/Common/YiSet.png') no-repeat scroll left top transparent;">
                    <b>恭喜您,注册成功!</b></div>
                <div class="OKinfos" style="padding: 0 20px 0 344px;">
                    您注册了 名称为:<strong class="cb0" id="MemberName" runat="server"></strong> 的 <strong class="cb0"  id="MemberType" runat="server"></strong> 。
                    <br />
                    <strong class="cb0">温馨提示:</strong><span id="tips" runat="server"></span>
                </div>
                <div class="controlBox">
                </div>
            </div>
        </div>
        </form>
    </div>
    <uc:FrontFoot ID="FrontFoot1" runat="server" />
</body>
</html>