📄 verifyusers.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="VerifyUsers.aspx.cs" Inherits="Admin_VerifyUsers" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table border="0" cellpadding="0" cellspacing="0" width="694">
<!-- fwtable fwsrc="3_People.png" fwbase="3_People.jpg" fwstyle="Dreamweaver" fwdocid = "504323635" fwnested="0" -->
<tr>
<td><img src="imgs/spacer.gif" width="131" height="1" border="0" alt="" /></td>
<td><img src="imgs/spacer.gif" width="563" height="1" border="0" alt="" /></td>
<td><img src="imgs/spacer.gif" width="1" height="1" border="0" alt="" /></td>
</tr>
<tr>
<td background="imgs/3_People_r1_c1.jpg" width="131" height="573" valign=top>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"> </th>
</tr>
</table>
</td>
<td background="imgs/3_People_r1_c2.jpg" width="563" height="573" valign=top><br />
<div id="nifty">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="userslist">
<tr class="title">
<th scope="col">编号</th>
<th scope="col">用户名</th>
<th scope="col">联系人</th>
<th scope="col">联系电话</th>
<th scope="col">当前状态</th>
<th scope="col">操作</th>
</tr>
<asp:Repeater ID="userList" runat="server">
<ItemTemplate>
<tr class="label2">
<th scope="col"><%#Container.ItemIndex+1%></th>
<th scope="col"><%#Eval("LoginName")%></th>
<th scope="col"><%#Eval("Contact")%></th>
<th scope="col"><%#Eval("Tel")%></th>
<th scope="col"><%#Eval("Group").ToString().Equals("0")?"未认证":"通过认证"%></th>
<th scope="col"><a href=# onclick="<%#Eval("Group").ToString().Equals("0")?"SetVerify":"SetNoVerify"%>('<%#Eval("LoginName")%>',this)"><%#Eval("Group").ToString().Equals("0")?"认证通过":"废除认证"%></a> <a href=#>删除</a></th>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
</div>
</td>
<td><img src="imgs/spacer.gif" width="1" height="573" border="0" /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -