📄 myinfo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="myinfo.aspx.cs" Inherits="myinfo" %>
<!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>
<link href="css/style_2.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 7px; MARGIN: auto; WIDTH: 982px; PADDING-TOP: 10px; BORDER-BOTTOM: #f27b21 3px solid; HEIGHT: 43px">
<a href="#" target="_blank"><img src="image/login_top.JPG" style="width: 104px; height: 53px;FLOAT: left" alt="不显示" /></a>
<div style="FLOAT: right; COLOR: #9b9b9b; PADDING-TOP: 28px">
<b>[我的帐号]│</b>
<a href="index.aspx" target="_blank">返回首页</a><b> |</b>
<a href="#" target="_blank">帮助</a>
</div>
</div>
<form id="form1" runat="server">
<div>
<div id="div_bg" style="z-index: 101; left: 155px; width: 666px; position: absolute;
top: 121px; height: 258px">
<table style="width: 670px">
<tr class="category">
<td style="width: 670px;" align="center" valign="middle">
<span style="color: #000066; font-family: 宋体; font-size:15px;">我的帐号</span>
</td>
</tr>
<tr>
<td style="width: 670px" align="center" valign="middle">
<asp:DetailsView ID="dlvmyinfo" runat="server" Height="50px" Width="658px" AutoGenerateRows="False">
<Fields>
<asp:TemplateField>
<ItemTemplate>
<table cellspacing="0" cellpadding="5">
<tbody>
<tr class="row" onmouseover="this.style.backgroundColor='#f7f7f7'"
onmouseout="this.style.backgroundColor='#ffffff'">
<td style="width: 300px;" class="subject" align="center">
用户名:
</td>
<td style="width: 300px; background-color:#f7f7f7;" align="left" valign="top">
<%#Eval("LoginId")%></td>
</tr>
<tr class="row" onmouseover="this.style.backgroundColor='#f7f7f7'"
onmouseout="this.style.backgroundColor='#ffffff'">
<td style="width: 300px; height: 16px;" class="subject" align="center">
等级:
</td>
<td style="width: 300px; background-color:#f7f7f7; height: 16px;" align="left" valign="top">
<%#Eval("Role.Name")%></td>
</tr>
<tr class="row" onmouseover="this.style.backgroundColor='#f7f7f7'"
onmouseout="this.style.backgroundColor='#ffffff'">
<td style="width: 300px;" class="subject" align="center">
邮箱:
</td>
<td style="width: 300px; background-color:#f7f7f7; height: 16px;" align="left" valign="top">
<%#Eval("Mail")%></td>
</tr>
<tr class="row" onmouseover="this.style.backgroundColor='#f7f7f7'"
onmouseout="this.style.backgroundColor='#ffffff'">
<td style="width: 300px; height: 20px;" class="subject" align="center">
昵称:
</td>
<td style="width: 300px; background-color:#f7f7f7; height: 20px;" align="left" valign="top">
<%#Eval("Name") %></td>
</tr>
<tr class="row" onmouseover="this.style.backgroundColor='#f7f7f7'"
onmouseout="this.style.backgroundColor='#ffffff'">
<td style="width: 300px;" class="subject" align="center">
地址:
</td>
<td style="width: 300px; background-color:#f7f7f7;" align="left" valign="top">
<asp:TextBox ID="txtaddress" runat="server" Height="16px" Width="164px" Text='<%#Eval("Address") %>' ></asp:TextBox>
</td>
</tr>
<tr class="row" onmouseover="this.style.backgroundColor='#f7f7f7'"
onmouseout="this.style.backgroundColor='#ffffff'">
<td style="width: 300px;" class="subject" align="center">
联系电话:
</td>
<td style="width: 300px; background-color:#f7f7f7;" align="left" valign="top">
<asp:TextBox ID="txtphone" runat="server" Height="16px" Width="164px" Text='<%#Eval("Phone") %>'></asp:TextBox></td>
</tr>
</tbody>
</table>
</ItemTemplate>
</asp:TemplateField>
</Fields>
</asp:DetailsView>
</td>
</tr>
<tr class="category">
<td colspan="2" align="center"><asp:Button ID="Button1" runat="server" Text="提 交" OnClick="Button1_Click" />
</td>
</tr>
</table>
</div>
<div style="z-index: 102; left: 27px; width: 959px; position: absolute; top: 426px;
height: 90px">
<center>
<hr style="width: 972px; color: #cfcfcf; height: 1px" />
<div class="b_left">
</div>
<div class="publish_bottom_message2">
<div class="copyright">
Copyright (C) 第三波网 2004-2008, All Rights Reserved</div>
<div class="validate">
<img alt="X" src="image/validate.gif" />
<p>
<a href="#" target="_blank"><span style="color: #0000ff; text-decoration: underline">
京ICP证041189号</span></a></p>
</div>
</div>
</center>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -