areadysendsms.aspx

来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 95 行

ASPX
95
字号
<%@ page language="C#" autoeventwireup="true" inherits="MsgManagement_AreadySendSMS, App_Web_e21qqgef" 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 runat="server">
    <title>无标题页</title>
</head>
<body style="margin-top: 10px">
    <form id="form1" runat="server">
        <div>
            <table style="width: 772px; height: 1px; background-color: #f3f8ff">
                <tr>
                    <td colspan="2" style="height: 25px; background-color: #9ac4e0">
                        <span style="font-size: 10pt">&nbsp;<asp:Label ID="Label1" runat="server" Font-Size="10pt"
                            Width="374px"></asp:Label></span></td>
                </tr>
                <tr>
                </tr>
                <tr>
                    <td align="left" colspan="2" style="height: 7px" valign="top">
                        <table style="font-size: small; width: 772px; background-color: #4289c2">
                            <tr>
                                <td align="left">
                                    提交人</td>
                                <td align="left">
                                    <asp:TextBox ID="tbSendMan" runat="server" Font-Size="10pt"></asp:TextBox></td>
                                <td align="left">
                                    短信内容</td>
                                <td align="left">
                                    <asp:TextBox ID="tbContent" runat="server"></asp:TextBox>
                                    <asp:Button ID="btnQuery" runat="server" OnClick="btnQuery_Click" Text="查询" /></td>
                                <td align="left" style="width: 288px">
                                    &nbsp;</td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                </tr>
                <tr>
                    <td align="left" colspan="2" style="height: 11px" valign="top">
                        <asp:GridView ID="gvResult" runat="server" AllowPaging="True" AutoGenerateColumns="False"
                            OnPageIndexChanging="gvResult_PageIndexChanging" PageSize="10" OnSelectedIndexChanged="gvResult_SelectedIndexChanged">
                            <Columns>
                                <asp:TemplateField HeaderText="选择">
                                    <ItemTemplate>
                                        <asp:CheckBox ID="chk" runat="server" AutoPostBack="false" Checked="false" />
                                    </ItemTemplate>
                                </asp:TemplateField>
                                <asp:BoundField DataField="SID" HeaderText="编号" />
                                <asp:BoundField DataField="SMSID" HeaderText="数据编号" />
                                <asp:BoundField DataField="MessageContent" HeaderText="短信内容" />
                                <asp:BoundField DataField="UserName" HeaderText="发送人" />
                                <asp:BoundField DataField="SMSDate" HeaderText="发送时间" />
                            </Columns>
                            <EmptyDataTemplate>
                                <table style="width: 768px; height: 11px; background-color: #DBEAF5; font-size: 10pt">
                                    <tr style="height: 12px;" align="center">
                                        <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-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>
                                         <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>
                    </td>
                </tr>
                <tr>
                    <td style="width: 772px; direction: rtl; height: 60px" valign="bottom">
                        &nbsp; &nbsp;&nbsp;<asp:Button ID="btnView" runat="server" OnClick="btnView_Click1"
                            Text="查看" />
                        &nbsp;
                        <asp:Button ID="btnTurnSend" runat="server" OnClick="btnTurnSend_Click1" Text="转发" />
                        &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    </td>
                </tr>
            </table>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?