📄 moduserinfo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ModUserInfo.aspx.cs" Inherits="ModUserInfo" %>
<%@ Register Src="Leftl.ascx" TagName="Leftl" TagPrefix="uc6" %>
<%@ Register Src="bottom.ascx" TagName="bottom" TagPrefix="uc5" %>
<%@ Register Src="new.ascx" TagName="new" TagPrefix="uc4" %>
<%@ Register Src="BookNav.ascx" TagName="BookNav" TagPrefix="uc3" %>
<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc2" %>
<%@ Register Src="Search.ascx" TagName="Search" 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 >
<form id="form1" runat="server">
<table border="0" cellpadding="0" cellspacing="0" style="width: 1002px">
<tr>
<td background="Images/body_left.jpg" style="height: 18px; width: 27px;">
</td>
<td style="height: 18px" class="tab_line1">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="height: 18px">
<uc2:top ID="Top1" runat="server" />
</td>
</tr>
<tr>
<td style="height: 6px">
</td>
</tr>
<tr>
<td style="height: 19px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td align="right" width="232" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="width: 222px">
<tr>
<td style="height: 42px">
<img src="Images/kfzx.jpg" /></td>
</tr>
<tr>
<td class="tab_line1" align="center">
<uc6:Leftl ID="Leftl1" runat="server" />
</td>
</tr>
<tr>
<td style="height: 19px">
<img src="Images/bottom.jpg" /></td>
</tr>
</table>
</td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="height: 18px" bgcolor="inactivecaptiontext">
<uc1:Search ID="Search1" runat="server" />
</td>
</tr>
<tr>
<td style="height: 19px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="height: 289px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -