<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CMSMemberSafe.aspx.cs" Inherits="CY.WebForm.Pages.membermanage.CMSMemberSafe" %>
|
|
<!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" />
|
</head>
|
<body>
|
<form id="form1" runat="server" class="form">
|
<div>
|
<table class="tableStyle">
|
<tr>
|
<td class="ali03">邮箱:</td><td><input type="text" id="txtEmail" runat="server" class="email" /></td>
|
<td class="ali03">邮箱状态:</td><td><select id="selEmailStatus" runat="server" keepDefaultStyle="true" class="Sreq">
|
<option value="True">已验证</option>
|
<option value="False">未验证</option>
|
</select></td>
|
</tr>
|
<tr>
|
<td class="ali03">手机:</td><td><input type="text" id="txtPhone" runat="server" class="phone" /></td>
|
<td class="ali03">手机状态:</td><td><select id="selPhoneStatus" runat="server" keepDefaultStyle="true" class="Sreq" >
|
<option value="True">已验证</option>
|
<option value="False">未验证</option>
|
</select></td>
|
</tr>
|
<tr>
|
<td class="ali03">支付码:</td><td colspan="3"><span id="spanSafeCode" runat="server"></span>(可在会员列表重要信息中对此项重置)</td>
|
</tr>
|
<tr>
|
<td colspan="4" style=" text-align:center;">
|
<asp:Button ID="btn_submit" OnClick="btn_submit_form" Text="提交" runat="server" />
|
</td>
|
</tr>
|
</table>
|
</div>
|
</form>
|
</body>
|
</html>
|