📄 countsmspage.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="MsgManagement_CountSMSPage, App_Web_3ugek-vd" theme="SkinFile" %>
<!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 id="Head1" runat="server">
<title>无标题页</title>
</head>
<body style="margin-top:10px">
<form id="form1" runat="server">
<div>
<table style="width: 768px; background-color: #f3f8ff">
<tr>
<td style="width: 768px; height: 25px; background-color: #9ac4e0">
<span style="font-size: 10pt"> <asp:Label ID="Label1" runat="server" Width="395px">位置: 系统管理 > 短信总量统计</asp:Label></span></td>
</tr>
<tr>
</tr>
<tr>
<td style="font-size: small; width: 768px; background-color: #4289c2; height:35px" valign="center">
按日期查询
<asp:TextBox ID="tbBeginYear" runat="server" Width="39px"></asp:TextBox>年
<asp:TextBox ID="tbBeginMonth" runat="server" Width="21px"></asp:TextBox>
月<asp:TextBox ID="tbBeginDay" runat="server" Width="21px"></asp:TextBox>日 到
<asp:TextBox ID="tbEndYear" runat="server" Width="39px"></asp:TextBox>年<asp:TextBox
ID="tbEndMonth" runat="server" Width="21px"></asp:TextBox>
月<asp:TextBox ID="tbEndDay" runat="server" Width="21px"></asp:TextBox>日<asp:Button
ID="btnQuery" runat="server" Text="查询" OnClick="btnQuery_Click" /></td>
</tr>
<tr>
<td style="width: 768px; height: 10px; font-size: small;" valign="top">
<asp:Panel ID="Panel1" runat="server" Height="258px" ScrollBars="Vertical"
Width="125px">
<asp:GridView ID="gridView" runat="server" AutoGenerateColumns="False"
PageSize="30" Width="748px" >
<FooterStyle ForeColor="Black" />
<Columns>
<%--<asp:TemplateField HeaderText="选择">
<ItemTemplate>
<asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
</ItemTemplate>
</asp:TemplateField>--%>
<asp:BoundField DataField="SMSID" HeaderText="短信编号" />
<asp:BoundField DataField="ID" HeaderText="编号" />
<asp:BoundField DataField="MainSMSTypeName" HeaderText="短信类型" />
<asp:BoundField DataField="SMSTypeName" HeaderText="短信类别" />
<asp:BoundField HeaderText="短信内容" DataField="MessageContent" />
<asp:BoundField HeaderText="短信发送总条数" DataField="CountSMS" />
<asp:BoundField HeaderText="发送日期" DataField="SMSDate" />
</Columns>
<EmptyDataTemplate>
<table style="width: 750px; height: 11px; background-color: #DBEAF5; font-size: 10pt">
<tr align="center" style="height: 12px;">
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; border-right-color: White; height: 11px">
选择</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-top: 0px; height: 11px">
编号</th>
<th scope="col" style="border-style: solid; border: 1px; border-bottom: 0px; border-left: 0px;
border-right: 0px; border-top: 0px; height: 11px">
短信类型名称</th>
</tr>
</table>
</EmptyDataTemplate>
</asp:GridView>
</asp:Panel>
<%--短信发送总条数:<asp:Label ID="lblCountSMS" runat="server" Text="Label" Width="49px"></asp:Label>--%></td>
</tr>
<%--<tr>
<td style="width: 769px; direction: rtl; height: 20px" valign="bottom">
<asp:Button ID="btnView" runat="server" OnClick="btnView_Click1"
Text="查看" />
</td>
</tr>--%>
</table>
<table>
<tr></tr>
<tr>
<td> <asp:Label ID ="text1" runat ="server" Font-Size ="10pt" > 短信已发送总条数:</asp:Label><asp:Label ID="lblCountSMS" runat="server" Font-Size ="10pt" Text="Label" Width="490px"></asp:Label></td>
</tr>
<tr>
<td style="font-size: small; width: 768px; height: 10px" valign="top">
<asp:Label ID ="Label2" runat ="server" Font-Size ="10pt" >剩下可发送条数:</asp:Label><asp:Label ID="lblCountySMS" runat="server" Font-Size ="10pt" Text="Label" Width="490px"></asp:Label></td>
</tr>
<tr>
<td align="right" colspan="2" style="height: 60px" valign="bottom">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -