Files
g.hnyhua.cn/Mtxfw.VipSite/Admin_Member_zbjy_pp.aspx
2026-02-07 15:48:27 +08:00

150 lines
6.5 KiB
Plaintext

<%@ Page Title="" Language="C#" AutoEventWireup="true" CodeBehind="Admin_Member_zbjy_pp.aspx.cs" Inherits="Mtxfw.VipSite.Admin_Member_zbjy_pp" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<!DOCTYPE html>
<html>
<head id="Head1" runat="server">
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="Cache-Control" content="no-store" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="X-UA-Compatible" content="IE=7,IE=9,IE=10" />
<script src="/Scripts/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="/Scripts/common.js" type="text/javascript"></script>
<script src="/artDialog/artDialog.js?skin=default" type="text/javascript"></script>
<script src="/artDialog/iframeTools.js" type="text/javascript"></script>
<link href="/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
<!-- Basic Styles -->
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap.css">
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" media="screen" href="/css/font-awesome-ie7.min.css">
<![endif]-->
<link rel="stylesheet" type="text/css" media="screen" href="/css/smartadmin-production.css">
<link rel="stylesheet" type="text/css" media="screen" href="/css/smartadmin-skins.css">
<link rel="stylesheet" type="text/css" media="screen" href="/css/your_style.css">
<!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
<link rel="stylesheet" type="text/css" media="screen" href="/css/demo.css">
<!-- FAVICONS -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script type="text/javascript">
</script>
<link rel="stylesheet" type="text/css" href="/css/cjadd.css?t=2">
<script src="Scripts/setdate.js" type="text/javascript"></script>
<script type="text/javascript">
var open = function (url) {
art.dialog.open(url, {
title: '选择匹配',
width: '700px',
height: '600px',
lock: true,
id: 'dg_test34243'
});
};
</script>
<style type="text/css">
#Label_JF{ color:Red;}
</style>
</head>
<body>
<form runat="server">
<!-- RIBBON -->
<div id="ribbon">
<span class="ribbon-button-home"><img src="/images/home.png" /></span>
<!-- breadcrumb -->
<ol class="breadcrumb">
<li><a href="/gl.aspx" target="_top">主页</a></li>
<li><a href="/Member_Index.aspx">会员中心首页</a></li>
<li><a href="/Admin_Member_config.aspx">后台管理</a></li>
<li><%=strTitle%></li>
</ol>
<!-- end breadcrumb -->
</div>
<!-- END RIBBON -->
<!-- MAIN CONTENT -->
<div style="opacity: 1;" id="content">
<div class="frontMain">
<h1 class="title01"><span class="semi-bold"><%=strTitle%></span></h1>
<div class="MainContent">
<table width="100%" border="0" class="data_table" id="p_table" cellspacing="0" cellpadding="0">
<tr bgcolor="#f7f7f7">
<td><b>账户</b></td>
<th><b>号码</b></th>
<th><b>交易金额</b></th>
<th><b>提交时间</b></th>
<th><strong>状态</strong></th>
<th><strong>操作</strong></th>
</tr>
<asp:Repeater ID="Repeater1" runat="server">
<ItemTemplate>
<tr <%#(Container.ItemIndex + 1)%2==0?"bgColor=\"#f4f4f4\" onmouseover=\"this.bgColor='#fdff7e'\" onmouseout='this.bgColor=\"#f4f4f4\"'":"bgColor=\"#ffffff\" onmouseover=\"this.bgColor='#fdff7e'\" onmouseout='this.bgColor=\"#ffffff\"'"%>>
<td><%#Eval("MemberName")%>(<%#Eval("realname")%>)<%#Eval("uLevel8").ToString() == "1" ? "<br><font color=\"red\">已被封号</font>" : ""%></td>
<td><%#Eval("id")%></td>
<td><%#Convert.ToDouble(Eval("b0")).ToString()%></td>
<td style=" width:120px;"><%#Eval("addtime")%></td>
<td id="zt_box<%#Eval("id")%>"><%#Mtxfw.Utility.Common.GetProZT(Convert.ToInt32(Eval("Seef")), Convert.ToInt32(Eval("b2").ToString().Split('.')[0]), Convert.ToInt32(Eval("b3").ToString().Split('.')[0]), Convert.ToInt32(Eval("b7").ToString().Split('.')[0]), Convert.ToInt32(Eval("b8").ToString().Split('.')[0]), Convert.ToInt32(Eval("b14").ToString().Split('.')[0]), Convert.ToInt32(Eval("b16").ToString().Split('.')[0]))%></td>
<td><a href="javascript:open('Admin_Member_zbjy_pp_select.aspx?id=<%#Eval("id")%>')">选择匹配</a></td>
</tr>
</ItemTemplate>
</asp:Repeater>
<tr>
<td colspan="2">合计</td>
<td><asp:Label ID="Label0" runat="server">0</asp:Label></td>
<!--td></td>
<td><asp:Label ID="Label1" runat="server">0</asp:Label></td-->
<td colspan="3"></td>
</tr>
<% if (MemberJS.IndexOf("高级管理功能") != -1)
{ %>
<tr>
<td colspan="9" style="text-align:left">
匹配会员:<asp:TextBox ID="txtUserID" runat="server"></asp:TextBox>多个账号请用“|”隔开
<asp:Button ID="Btn_Run" OnClick="Run_Click" runat="server" Text="确认匹配" CssClass="abtn"></asp:Button>
&nbsp;<input id="Btn_Run0" onclick="window.history.go(-1);" type="button" value="取消匹配" class="abtn" />
</td>
</tr>
<%} %>
<input type="hidden" id="hid_selids" />
<tr>
<td colspan="9"> <webdiyer:AspNetPager ID="MyPager" AlwaysShow="true" runat="server"
FirstPageText="首页" LastPageText="尾页" NextPageText="下一页"
CustomInfoHTML="共 &lt;font color=&quot;red&quot;&gt;%RecordCount%&lt;/font&gt; 条记录 当前 &lt;font color=&quot;red&quot;&gt;%CurrentPageIndex%/%PageCount%&lt;/font&gt; 页"
PrevPageText="上一页" ShowPageIndexBox="Always" ShowCustomInfoSection="Left"
SubmitButtonText="Go" TextAfterPageIndexBox="页" ShowBoxThreshold="100"
CurrentPageButtonPosition="Center" ShowMoreButtons="False" PageIndexBoxType="DropDownList"
TextBeforePageIndexBox="转到" UrlPaging="True">
</webdiyer:AspNetPager></td>
</tr>
</table>
</div>
</div>
</div>
</form>
</body></html>