📄 admin.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="True" Inherits="ROYcms.UCenter.Administrator_users_admin" Codebehind="admin.aspx.cs" %>
<html>
<head runat="server">
<title></title>
<style type="text/css">
#txtlogin_time
{
width: 113px;
}
</style>
</head>
<link href="../images/style.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="../js/alt.js"></script>
<body>
<form id="form1" runat="server">
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="5">
<tr>
<td>
<fieldset>
<legend> <img name="" src="../images/bullet_wrench.png" width="16" height="16" alt=""> 会员管理</legend>
<br />
<!--******************************修改页面代码********************************-->
<table width="70%" border="0" align="center" cellPadding="5" cellSpacing="1" bgcolor="#CCCCCC">
<tr>
<td width="11%" height="12" align="center" nowrap="nowrap" bgcolor="#DDE9FF"><img name="" src="../images/users.png" width="23" height="23" alt=""></td>
<td height="12" colspan="3" align="left" bgcolor="#DDE9FF"> </td>
<td width="8%" align="right" nowrap="nowrap" bgcolor="#DDE9FF"> </td>
<td width="29%" align="left" bgcolor="#DDE9FF"> </td>
</tr>
<tr>
<td height="12" align="center" nowrap="nowrap" bgcolor="#F4FBFF">[ <asp:Label ID="lblbh" runat="server"></asp:Label>
]</td>
<td height="12" colspan="3" align="left" bgcolor="#F4FBFF"><asp:TextBox CssClass="input" ID="txtpic"
runat="server" Width="200px"></asp:TextBox>
上传照片</td>
<td width="8%" align="right" nowrap="nowrap" bgcolor="#F4FBFF">性别</td>
<td width="29%" align="left" bgcolor="#F4FBFF"><asp:TextBox CssClass="input" ID="txtsex" runat="server" Width="45px"></asp:TextBox></td>
</tr>
<tr>
<td width="11%" height="25" align="right" nowrap="nowrap" bgcolor="#F4FBFF">
用户名
</td>
<td width="22%" height="25" align="left" bgcolor="#F4FBFF">
<asp:TextBox CssClass="input" id="txtname" runat="server" Width="116px"></asp:TextBox>
</td>
<td width="8%" align="right" nowrap="nowrap" bgcolor="#F4FBFF">邮箱 </td>
<td width="22%" align="left" bgcolor="#F4FBFF"><asp:TextBox CssClass="input" ID="txtemail"
runat="server" Width="111px"></asp:TextBox></td>
<td width="8%" align="right" nowrap="nowrap" bgcolor="#F4FBFF">金钱数</td>
<td align="left" bgcolor="#F4FBFF"><asp:TextBox CssClass="input" ID="txtmoney" runat="server" Width="45px"></asp:TextBox></td>
</tr>
<tr>
<td width="11%" height="25" align="right" nowrap="nowrap" bgcolor="#F4FBFF">
密码
</td>
<td width="22%" height="25" align="left" bgcolor="#F4FBFF">
<asp:TextBox CssClass="input" id="txtpassword" runat="server" Width="116px"></asp:TextBox>
</td>
<td width="8%" align="right" nowrap="nowrap" bgcolor="#F4FBFF">qq </td>
<td width="22%" align="left" bgcolor="#F4FBFF"><asp:TextBox CssClass="input" ID="txtqq"
runat="server" Width="111px"></asp:TextBox></td>
<td width="8%" align="right" nowrap="nowrap" bgcolor="#F4FBFF">权限</td>
<td align="left" bgcolor="#F4FBFF"><asp:TextBox CssClass="input" ID="txtquanxian" runat="server" Width="45px"></asp:TextBox></td>
</tr>
<tr>
<td width="11%" height="25" align="right" nowrap="nowrap" bgcolor="#F4FBFF">昵称 </td>
<td width="22%" height="25" align="left" bgcolor="#F4FBFF">
<asp:TextBox CssClass="input" ID="txtusername" runat="server" Width="116px"></asp:TextBox></td>
<td width="8%" align="right" nowrap="nowrap" bgcolor="#F4FBFF">注册时间</td>
<td width="22%" align="left" bgcolor="#F4FBFF"><input name="txtlogin_time" type="text" class="input" id="txtlogin_time" onFocus="setday(this)" onKeyPress="return false" size="10"
readonly onselectstart="return false;" runat="server" /></td>
<td width="8%" align="right" nowrap="nowrap" bgcolor="#F4FBFF">年龄</td>
<td align="left" bgcolor="#F4FBFF"><asp:TextBox CssClass="input" ID="txtage" runat="server" Width="45px"></asp:TextBox></td>
</tr>
<tr>
<td height="25" bgcolor="#F4FBFF"> </td>
<td height="25" colspan="5" bgcolor="#F4FBFF"><asp:Button CssClass="bt" ID="Button1" runat="server" Text="确认编辑"
OnClick="Button1_Click" Height="32px" Width="69px" /></td>
</tr>
</table>
<br />
<table width="98%" height="53" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td width="139" height="25" bgcolor="#DDE9FF">用户名</td>
<td width="131" bgcolor="#DDE9FF">昵称</td>
<td width="322" align="left" bgcolor="#DDE9FF">邮箱</td>
<td width="230" align="center" bgcolor="#DDE9FF">权限</td>
<td width="116" align="center" bgcolor="#DDE9FF">金钱</td>
<td width="147" align="center" bgcolor="#DDE9FF"> </td>
</tr>
<asp:Repeater ID="Repeater_admin_user" runat="server">
<ItemTemplate>
<tr>
<td height="25" bgcolor="#F4FBFF"><%#Eval("name")%></td>
<td bgcolor="#F4FBFF"><%#Eval("username")%></td>
<td align="left" bgcolor="#F4FBFF"><%#Eval("email")%></td>
<td align="center" bgcolor="#F4FBFF"><%#Eval("quanxian")%></td>
<td align="center" bgcolor="#F4FBFF"><%#Eval("money")%></td>
<td align="center" nowrap bgcolor="#F4FBFF"><a href='?bh=<%#Eval("bh")%>'>详细</a> | <a href='?bh=<%#Eval("bh")%>'>编辑</a> | <a href='?t=del&bh=<%#Eval("bh")%>' onClick="return window.confirm('确定删除 [<%#Eval("name") %>] 吗?');">删除</a></td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
<br />
<br />
</fieldset> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -