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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RegisterConfig.aspx.cs" Inherits="CY.WebForm.Pages.sysglobal.RegisterConfig"  ValidateRequest="false" %>
 
<!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:CMSHead ID="CMSHead1" runat="server" />
        <script type="text/javascript">
            KindEditor.ready(function (K) {
                window.EditorObject = K.create('textarea[ID="txtUserRegisterAgreementBuyer"]', {
                    resizeType: 1,
                    allowPreviewEmoticons: false,
                    allowImageUpload: true,
                    uploadJson: '/Pages/common/CommonAjax.aspx?dateType=editerUploadImage',
                    fileManagerJson: '/Pages/common/CommonAjax.aspx?dateType=editerProcessRequest',
                    allowFileManager: true,
                    themeType: 'simple'
                });
                window.EditorObject = K.create('textarea[ID="txtUserRegisterAgreementShop"]', {
                    resizeType: 1,
                    allowPreviewEmoticons: false,
                    allowImageUpload: true,
                    uploadJson: '/Pages/common/CommonAjax.aspx?dateType=editerUploadImage',
                    fileManagerJson: '/Pages/common/CommonAjax.aspx?dateType=editerProcessRequest',
                    allowFileManager: true,
                    themeType: 'simple'
                });
                window.EditorObject = K.create('textarea[ID="txtUserRegisterAgreementFirm"]', {
                    resizeType: 1,
                    allowPreviewEmoticons: false,
                    allowImageUpload: true,
                    uploadJson: '/Pages/common/CommonAjax.aspx?dateType=editerUploadImage',
                    fileManagerJson: '/Pages/common/CommonAjax.aspx?dateType=editerProcessRequest',
                    allowFileManager: true,
                    themeType: 'simple'
                });
            });
      </script>
</head>
<body>
    <div id="scrollContent">
        <div class="box1" paneltitle="网站注册信息设置" panelwidth="100%">
            <form id="Form1" runat="server">
            <table class="tableStyle">
                <tr>
                    <td class="ali03 w150px">
                        是否开启注册:
                    </td>
                    <td>
                       <select id="selIsRegister" runat="server" keepDefaultStyle="true">
                            <option value="True">开启</option>
                            <option value="False">关闭</option>
                        </select>
                    </td>
                    <td class="ali03">
                        是否开启QQ注册:
                    </td>
                    <td>
                        <select id="selIsRegisterQQ" runat="server"  keepDefaultStyle="true">
                            <option value="True">开启</option>
                            <option value="False">关闭</option>
                        </select>
                    </td>
                </tr>
                <tr>
                    <td class="ali03">
                        可设置收货地址数:
                    </td>
                    <td>
                       <input type="text" id="txtAccepterAddressNumber" runat="server" />
                    </td>
                    <td class="ali03">
                        可设置银行卡信息数:
                    </td>
                    <td>
                        <input type="text" id="txtBankInfoNumber" runat="server" />
                    </td>
                </tr>
                <tr>
                    <td class="ali03">
                        注册验证方式:
                    </td>
                    <td >
                        <select  id="selRegisterVerificationType" runat="server" keepDefaultStyle="true">
                            <option value="Email">邮箱</option>
                            <option value="SMS">手机</option>
                        </select>
                    </td> 
                    <td class="ali03">
                        初始授信等级:
                    </td>
                    <td  >
                       <asp:DropDownList ID="ddlRegisterCreditLine" runat="server" keepDefaultStyle="true"></asp:DropDownList>
                    </td>
                </tr>
                <tr>
                    <td class="ali03">
                        买家初始诚信等级:
                    </td>
                    <td  >
                       <asp:DropDownList ID="ddlRegisterBuyerCreditLine" runat="server" keepDefaultStyle="true"></asp:DropDownList>
                    </td>
                     <td class="ali03">
                        卖家初始诚信等级:
                    </td>
                    <td  >
                       <asp:DropDownList ID="ddlRegisterSellerCreditLine" runat="server" keepDefaultStyle="true"></asp:DropDownList>
                    </td>
                </tr>
                 <tr>
                    <td class="ali03">
                        厂商初始短信条数:
                    </td>
                    <td>
                        <input type="text" name="FirmSMSCount" id="txtFirmSMSCount" runat="server" watermark="厂商初始短信条数" class="w200px" />
                    </td>
                    <td class="ali03">
                        厂商初始文件空间:
                    </td>
                    <td>
                        <input type="text" name="FirmFileCount" id="txtFirmFileCount" runat="server" watermark="厂商初始文件空间" class="w200px" />
                    </td>
                </tr>
                <tr>
                    <td class="ali03">
                        印刷厂商注册费:
                    </td>
                    <td>
                        <input type="text" name="RegisterWebPayByFirm" id="txtRegisterWebPayByFirm" runat="server" watermark="印刷厂商注册费" class="w200px" />
                    </td>
                    <td class="ali03">
                        个人网店担保金额:
                    </td>
                    <td>
                        <input type="text" name="RegisterWebPayByShop" id="txtRegisterWebPayByShop" runat="server" watermark="个人网店担保金额" class="w200px" />
                    </td>
                </tr>
               <tr style=" display:none;">
                    <td class="ali03">买家会员注册简介:</td>
                    <td colspan="3"><asp:TextBox ID="txtBuyerRegisterIntroduction"  TextMode="MultiLine" runat="server" Width="670px"></asp:TextBox></td>
              </tr>
              <tr style=" display:none;">
                    <td class="ali03">个人网店注册简介:</td>
                    <td colspan="3"><asp:TextBox ID="txtShopRegisterIntroduction"  TextMode="MultiLine" runat="server" Width="670px"></asp:TextBox></td>
              </tr>
              <tr style=" display:none;">
                    <td class="ali03">印刷厂商注册简介:</td>
                    <td colspan="3"><asp:TextBox ID="txtFirmRegisterIntroduction"  TextMode="MultiLine" runat="server" Width="670px"></asp:TextBox></td>
              </tr>
               <tr>
                    <td class="ali03">用户注册协议:</td>
                    <td colspan="3"><asp:TextBox ID="txtUserRegisterAgreementBuyer"  TextMode="MultiLine" runat="server" Width="670px" Height="222px"></asp:TextBox></td>
              </tr>
               <tr>
                    <td class="ali03">协议打印-个人:</td>
                    <td colspan="3"><asp:TextBox ID="txtUserRegisterAgreementShop"  TextMode="MultiLine" runat="server" Width="670px" Height="222px"></asp:TextBox></td>
              </tr>
               <tr>
                    <td class="ali03">协议打印-机构:</td>
                    <td colspan="3"><asp:TextBox ID="txtUserRegisterAgreementFirm"  TextMode="MultiLine" runat="server" Width="670px" Height="222px"></asp:TextBox></td>
              </tr>
                <tr>
                     <td class="ali03">
                     </td>
                    <td colspan="3">
                        <asp:Button ID="btn_Submit" Text="提交" runat="server" OnClick="btn_Submit_Config" />
                    </td>
                </tr>
            </table>
            </form>
        </div>
    </div>
</body>
</html>