代码拉取完成,页面将自动刷新
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="usercountsearch.aspx.cs" Inherits="usercountsearch" %>
<%@ 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>
<meta http-equiv="x-ua-compatible" content="ie=8" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link href="css/layer.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/draw.js"></script>
<script type="text/javascript" src="js/tipswindown.js"></script>
<script type="text/javascript" src="js/calendar.js"></script>
<script type="text/javascript" language="javascript">
var pre;
function selectArow(s)
{
$(s).attr("style", "background-color:#D2EAEC;color:#913005");
if (pre != null && pre != s) $(pre).attr("style", "background-color:;color:");
pre = s;
}
function PcOrderSearch()
{
var pcuser = value("pcuser");
var pcbtime = value("pcbtime");
var pcetime = value("pcetime");
window.location.href = "usercountsearch.aspx?u="+pcuser+"&b="+pcbtime+"&e="+pcetime;
}
</script>
</head>
<body style="background-color: #fff;">
<form id="form1" runat="server">
<div id="maintitle">
<div id="mainico">
</div>
<div id="maintip">
<strong>位置:</strong>消费记录</div>
</div>
<div id="mybox" style="padding: 0px 4px 2px 2px;">
<table width="100%" id="add_table" style="border-collapse: collapse;" bordercolor="#F7FBFE"
cellspacing="0" bgcolor="#D2EAEC" border="1">
<tr>
<td height="36" align="left" id="TD1" runat="server">
<label>
客户帐号:</label>
<asp:DropDownList runat="server" ID="pcuser" Width="120px" CssClass="input"></asp:DropDownList>
<label>
开始时间:</label><input id="pcbtime" name="pcbtime" type="text" class="input" runat="server"
onclick="setday(this);" style="width: 154px;" />
<label>
结束时间:</label><input id="pcetime" name="pcetime" type="text" class="input" runat="server"
onclick="setday(this);" style="width: 154px;" />
<input type="button" class="btn5" value=" 查 询 " title="查询" id="Button1" runat="server"
onclick="PcOrderSearch();">
</td>
</tr>
</table>
<table id="mytable" width="100%"
style="margin-top: 2px; border-collapse: collapse; border: 1px solid #C1DAD7;"
cellspacing="0" cellpadding="0">
<tr>
<th width="120">
操作用户</th>
<th width="70" style="text-align:center;">
操作指令</th>
<th width="100" style="text-align:center;">
操作数量</th>
<th style="text-align:center;">
操作内容</th>
<th width="130" style="text-align:center;">
操作时间</th>
</tr>
<tr runat="server" id="message" visible="false"><td colspan="5" height="30" align="center">没有找到符合条件的记录!</td></tr>
<asp:Repeater runat="server" ID="rep_parent">
<ItemTemplate>
<tr id="<%#Eval("ID")%>" onclick="selectArow(this);">
<td style="padding-left:10px;">
<%#Eval("UserName")%></td>
<td align="center">
发送短信
</td>
<td align="center">
<%#Eval("SendCount")%> 条
</td>
<td>
<%#Eval("Content")%>
</td>
<td align="center">
<%#Eval("SendTime")%>
</td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
<table width="100%" id="dh_table" bordercolor="#C1DAD7" cellspacing="0" bgcolor="#D2EAEC"
border="1">
<tr>
<td valign="top">
<webdiyer:aspnetpager cssclass="anpager" pagesize="16" currentpagebuttonclass="cpb"
numericbuttoncount="10" id="pagelist" alwaysshow="False" urlpaging="True" runat="server"
onpagechanging="PageChanging" firstpagetext="首页" lastpagetext="尾页" nextpagetext="下一页"
prevpagetext="上一页" custominfohtml="<div style='margin-top:2px;margin-bottom:2px;font-family:Microsoft YaHei;letter-spacing:1px;'>当前第<font color=#1F3A87>%CurrentPageIndex%</font>页 共<font color=#1F3A87>%PageCount%</font>页 每页<font color=#1F3A87>%PageSize%</font>条 总计<font color=#1F3A87>%RecordCount%</font>条</div>"
showcustominfosection="left" pagingbuttonspacing="3px" showboxthreshold="9" shownavigationtooltip="True"
submitbuttonclass="pagebutton" submitbuttontext="转向" custominfosectionwidth="280"
wrap="False" custominfostyle="" direction="LeftToRight">
</webdiyer:aspnetpager>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。