📄 userdetail.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="userdetail.ascx.cs" Inherits="BbsNet.Include.userdetail" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table class="a2" id="TABLE1" borderColor="#90b1c7" cellSpacing="1" cellPadding="1" width="760"
align="center" border="0" runat="server">
<TBODY>
<tr class="a1" height="25">
<td colSpan="2">
<div align="center"><strong>用户详细资料</strong></div>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25"> <STRONG>用户名:</STRONG></td>
<td class="a6" width="60%">
<%=username%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25"> <STRONG>性别:</STRONG></td>
<td class="a6" width="60%">
<%=sex%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25"> <STRONG>Email:</STRONG></td>
<td class="a6" width="60%">
<%=email%>
</td>
</tr>
<tr>
<td class="a3" style="HEIGHT: 31px" width="40%" height="25"> <STRONG>个人主页:</STRONG></td>
<td class="a6" style="HEIGHT: 31px" width="60%">
<%=homepage%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25"> <STRONG>QQ号码:</STRONG></td>
<td class="a6" width="60%">
<%=qq%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25"> <STRONG>个性头像:</STRONG></td>
<td class="a6" width="60%"> <img src="<%=pimage%>"></td>
</tr>
<tr>
<td class="a3" width="40%" height="25">
<div> <STRONG>个性签名: </STRONG>
</div>
</td>
<td class="a6" width="60%">
<%=userdesign%>
</td>
</tr>
<tr>
<td class="a3" width="40%" height="25">
<div align="right"> </div>
</td>
<td class="a6" width="60%">
<asp:button id="Button1" runat="server" Text="发送短信"></asp:button>
<asp:TextBox id="TextBox1" Visible="False" runat="server" Width="96px"></asp:TextBox></td>
</tr>
</TBODY>
</table>
</TR></TBODY></TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -