Files
g.hnyhua.cn/Mtxfw.shop/_Admin/admin_vip_gong2.aspx
2026-02-07 15:48:27 +08:00

79 lines
3.5 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="admin_vip_gong2.aspx.cs" Inherits="Mtxfw.shop._Admin.admin_vip_gong2" %>
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/Burgundy.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div class="main">
<div class="bt1">文章管理 - 信息管理</div>
<div class="bt2">
<div class="clear"></div>
</div>
<div class="bt3">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th><b>选择</b></th>
<th><b>ID</b></th>
<th><b>发送者</b></th>
<th><b>接收者</b></th>
<th style="width:30%"><b>标题</b></th>
<th><b>时间</b></th>
<th><strong>是否已读?</strong></thh>
<th><b>操作</b></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><asp:checkbox ID="checka" runat="server" CssClass='<%#Eval("ID") %>'></asp:checkbox></td>
<td><%#Eval("ID") %></td>
<td><%#Eval("senderName")%></a></td>
<td><%#Eval("receiverName")%></a></td>
<td><%#Eval("Title") %></a></td>
<td><%#Eval("AddTime") %></a></td>
<td><%#Eval("Seef").ToString() == "0" ? "<font class='red'>否</font>" : "<font class='Green'>是</font>"%></a></td>
<td><a href='/article-<%#Eval("ID") %>.html' target="_blank">详情</a>&nbsp;
<a href='admin_vip_gong_add2.aspx?ID=<%#Eval("ID") %>'>发送信息</a>
</td>
</tr>
</ItemTemplate>
</asp:Repeater>
<tr>
<td colspan="10" style="text-align:left">
操作:<span style=" cursor:pointer; color:Blue;" onclick="seclectall(0)">全选</span>&nbsp;<span style=" cursor:pointer; color:Blue;" onclick="seclectall(1)">取消所选</span>
将所选项
<asp:DropDownList ID="seclect_Drop" runat="server">
<asp:ListItem Value="2">删除</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="Btn_Run" OnClick="Run_Click" runat="server" Text="执行"></asp:Button>
</td>
</tr>
<tr>
<td colspan="10" style="text-align:center">
<webdiyer:AspNetPager ID="AspNetPager1" 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>
</form>
</body>
</html>