📄 userifo.aspx
字号:
<%@ Page language="c#" Codebehind="userIfo.aspx.cs" AutoEventWireup="false" Inherits="qruan.admin2006.userIfo" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>userIfo</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="./css.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">BODY {
BACKGROUND-COLOR: #afe195
}
</style>
</HEAD>
<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
<form id="Form1" method="post" runat="server">
<table width="420" border="0" cellspacing="1" cellpadding="1" bgcolor="#3c8d14">
<tr>
<td colspan="3" align="right">
<asp:Repeater id="Repeater1" runat="server">
<HeaderTemplate></HeaderTemplate>
<ItemTemplate><table width="420" border="0" cellspacing="1" cellpadding="1" bgcolor="#3c8d14">
<tr bgcolor='#afe195'>
<td width="60" align="right" nowrap>用户:</td>
<td width="80" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"username") %></td>
<td width="55" align="right" nowrap>会员号:</td>
<td width="80" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"id") %></td>
<td width="55" align="right" nowrap>积分:</td>
<td width="80" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"u_cent") %></td>
</tr><tr bgcolor='#afe195'>
<td width="60" align="right" nowrap>城市:</td>
<td width="80" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"u_city") %></td>
<td width="55" align="right" nowrap>街道:</td>
<td width="80" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"u_road") %></td>
<td width="55" align="right" nowrap>餐币:</td>
<td width="80" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"u_money") %></td>
</tr>
<tr bgcolor='#afe195'>
<td width="60" align="right" nowrap>称呼:</td>
<td width="80" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"u_intrue") %></td>
<td width="55" align="right" nowrap>电话:</td>
<td width="80" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"u_tel") %></td>
<td width="55" align="right" nowrap>分店:</td>
<td width="80" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"store_name") %></td>
</tr><tr bgcolor='#afe195'>
<td width="60" align="right" nowrap>地址:</td>
<td colspan="5" align="center" nowrap><%# DataBinder.Eval(Container.DataItem,"u_add") %></td>
</tr>
</table>
</ItemTemplate>
</asp:Repeater>
</td>
</tr> <asp:Repeater id="Repeater2" runat="server">
<HeaderTemplate>
<tr bgcolor='#afe195'>
<td width="141" align="center">订餐者</td>
<td width="132" align="center"> </td>
<td width="139" align="center">用户名</td>
</tr></HeaderTemplate>
<ItemTemplate>
<tr bgcolor='#afe195'>
<td align="center"><%# DataBinder.Eval(Container.DataItem,"user_name") %></td>
<td align="center"> </td>
<td align="center"><%# DataBinder.Eval(Container.DataItem,"userid") %></td>
</tr> </ItemTemplate></asp:Repeater>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -