<%@ 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>
|