📄 moduserinfo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ModUserInfo.aspx.cs" Inherits="UserCenter_ModUserInfo" %>
<%@ Register Src="../Search.ascx" TagName="Search" TagPrefix="uc2" %>
<%@ Register Src="Leftl.ascx" TagName="Leftl" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<LINK href="../stytle.css" type=text/css rel=stylesheet>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>福来图书销售系统</title>
</head>
<body style="margin-top: 0px; margin-left: 0px; margin-right: 0px; background-color: #619bd8; font-family:宋体; font-size:14px; text-align: center;">
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%" id="TABLE1" onclick="return TABLE1_onclick()">
<tr>
<td style="background-image: url(../Images/top.gif); height: 80px">
</td>
</tr>
<tr>
<td style="height: 122px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 760px">
<tr>
<td align="right" style="width: 778px" valign="top">
<a href="../ShoppingCart.aspx">购物车</a> | <a href="../OrderList.aspx">订单查询</a>
| 帮助中心 |
客服中心</td>
</tr>
<tr>
<td align="center" bgcolor="inactivecaptiontext" style="width: 778px; height: 18px"
valign="middle">
<uc2:search id="Search1" runat="server">
</uc2:search>
</td>
</tr>
<tr>
<td style="width: 778px; height: 17px" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="width: 145px; height: 179px" valign="top">
<uc1:Leftl id="Leftl1" runat="server"></uc1:Leftl>
</td>
<td style="height: 179px" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td colspan="3" style="font-weight: bold; font-size: 15px; color: blue; height: 19px">
资料修改</td>
</tr>
<tr>
<td align="left" bgcolor="buttonface" colspan="3" style="height: 19px">
填写资料(必填)</td>
</tr>
<tr>
<td align="right" style="width: 144px; height: 19px">
用户名:</td>
<td align="left" style="width: 239px; height: 19px">
<asp:Label ID="lbl_user" runat="server"></asp:Label></td>
<td align="left" style="height: 19px">
</td>
</tr>
<tr>
<td align="right" style="width: 144px; height: 24px">
电子邮件:</td>
<td align="left" style="width: 239px; height: 24px">
<asp:TextBox ID="tbx_email" runat="server" Width="229px"></asp:TextBox></td>
<td align="left" style="height: 24px">
<asp:RegularExpressionValidator ID="rev_email" runat="server" ControlToValidate="tbx_email"
ErrorMessage="请输入正确的电子邮件地址" ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator></td>
</tr>
<tr style="color: #000000">
<td align="left" bgcolor="buttonface" colspan="3" style="height: 19px">
填写资料(选填)</td>
</tr>
<tr>
<td align="right" style="width: 144px; height: 20px">
真实姓名:</td>
<td align="left" style="width: 239px; height: 20px">
<asp:TextBox ID="tbx_username" runat="server"></asp:TextBox></td>
<td align="left" style="height: 20px">
请如实填写,以便我们及时的为你服务</td>
</tr>
<tr>
<td align="right" style="width: 144px; height: 24px">
身份证号码:</td>
<td align="left" style="width: 239px; height: 24px">
<asp:TextBox ID="tbx_IDCardNo" runat="server"></asp:TextBox></td>
<td align="left" style="height: 24px">
<asp:RegularExpressionValidator ID="rev_id" runat="server" ControlToValidate="tbx_IDCardNo"
ErrorMessage="请输入正确的身份证号码" ValidationExpression="\d{17}[\d|X]|\d{15}"></asp:RegularExpressionValidator></td>
</tr>
<tr style="color: #000000">
<td align="right" style="width: 144px; height: 19px">
电话号码:</td>
<td align="left" style="width: 239px; height: 19px">
<asp:TextBox ID="tbx_tel" runat="server"></asp:TextBox></td>
<td align="left" style="height: 19px">
</td>
</tr>
<tr>
<td align="right" style="width: 144px; height: 19px">
移动电话:</td>
<td align="left" style="width: 239px; height: 19px">
<asp:TextBox ID="tbx_mobile" runat="server"></asp:TextBox></td>
<td align="left" style="height: 19px">
</td>
</tr>
<tr>
<td align="right" style="width: 144px; height: 24px">
地址:</td>
<td align="left" style="width: 239px; height: 24px">
<asp:TextBox ID="tbx_address" runat="server" Width="261px"></asp:TextBox></td>
<td align="left" style="height: 24px">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -