countsendsms.aspx

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

ASPX
56
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CountSendSMS.aspx.cs" Inherits="MsgManagement_CountSendSMS" %>

<!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>
    <form id="form1" runat="server">
       <div>
            <table style="width: 771px; background-color: #f3f8ff;border-style :solid ; border-bottom:0px;  border-left:1px; border-right:1px; border-top:1px; border-color:#8AC5DB">
                <tr>
                    <td style="width: 768px; height: 25px; background-color: #9ac4e0">
                        <span style="font-size: 10pt">&nbsp;<asp:Label ID="Label1" runat="server" Width="395px">位置: &nbsp; 系统管理  &nbsp;> &nbsp; 短信总量统计</asp:Label></span></td>
                </tr>
            </table>
         <div>
           <table style="width: 771px; height :300px;  border-style :solid ; border-bottom:1px;  border-left:1px; border-right:1px; border-top:0px; border-color:#8AC5DB ">
             <tr></tr> 
             <tr></tr> 
             <tr></tr> 
             <tr>
              <td style="height:9px; font-size :10pt; margin-top :50px" align ="center">
                   <asp:Label ID="Label2" runat="server" Text="已发送短信总条数:"></asp:Label>
                  <asp:TextBox ID="lblCountSMS" runat="server" BorderStyle="Dashed"></asp:TextBox><br /><br />
                   <asp:Label ID="Label4" runat="server" Text="剩下可发送短信数:"></asp:Label>
                  &nbsp; &nbsp;<asp:TextBox ID="lblCountySMS" runat="server" style="left: -5px; position: relative; top: 0px" BorderStyle="Inset"></asp:TextBox>
                  </td>                  
             </tr>
             <tr>
               <td style="height:10px;font-size :10pt" align ="center">
                  <%--<asp:Label ID="Label3" runat="server" Text="剩下可发送条数:"></asp:Label>
                  <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>--%></td>
             </tr>
             <tr></tr>
             <tr></tr>
             <tr></tr>
             <tr></tr>
             <tr></tr>
             <tr></tr>
             <tr></tr>
             <tr></tr>
             <tr></tr>
             <%--<tr>
               <td align ="center" style="border-style :solid ; border-bottom:0px;  border-left:0px; border-right:0px; border-top:1px; border-color:#8AC5DB; height: 59px;">
                   &nbsp;</td>
             </tr>--%>
           </table>
         </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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