viewsmsinfo.aspx

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

ASPX
92
字号
<%@ page language="C#" autoeventwireup="true" inherits="MsgManagement_ViewSMSInfo, App_Web_e21qqgef" %>

<!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" scroll="no">
<script language="javascript" type="text/javascript">
    function CountWords()
    {
        var wordLength = document.form1.tbSMS.value.length + 1;
        document.form1.tbWordCount.value = wordLength;
    }
</script>
    <form id="form1" runat="server">
        <table style="width: 770px; height: 300px; background-color: #f3f8ff">
            <tr>
                <td style="width: 778px; height: 25px; background-color: #9ac4e0">
                    <span style="font-size: 10pt">&nbsp;<span style="font-size: small">位置: &nbsp;  短信管理 &nbsp;&gt;
                        &nbsp;查看并修改短信</span></span></td>
            </tr>
            <tr></tr>
             <tr>
                <td align="center" style="width: 778px; height: 25px;background-color:#DBEAF5;font-size: 10pt" valign="middle">
                    <span style="font-size: 10pt">
                       短信内容 </span></td>
               </tr>
               <tr>
                        <td align="left" style="width: 778px" >
                         <span style="font-size: 10pt">
                        <asp:TextBox ID="tbSMS" runat="server" Height="76px" TextMode="MultiLine" Width="761px"></asp:TextBox></span></td>
           
             </tr>
            <tr>
                <td align="left" style="font-size: small; width: 778px">
                    电信小灵通短信字数为45字/条,移动、联通短信字数为69字/条,请注意精简内容</td>
            </tr>
            <tr>
                <td align="left" style="font-size: small; width: 778px; text-align: right">
                    您已输入<asp:TextBox ID="tbWordCount" runat="server" Enabled="False" Width="20px"></asp:TextBox>字</td>
            </tr>
            <tr>
                <td style="width: 778px; height: 177px">
                    <table style="width: 770px; font-size: small;">
                        <tr>
                            <td style="width: 100px" align="right">
                                <asp:Label ID="lblMan" runat="server" Text="lblMan"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:TextBox ID="tbMan" runat="server" Enabled="False"></asp:TextBox></td>
                            <td style="width: 100px" align="right">
                                <asp:Label ID="lblTime" runat="server" Text="lblTime"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:TextBox ID="tbDate" runat="server" Enabled="False"></asp:TextBox></td>
                        </tr>
                    </table>
                    <asp:Panel ID="Panel1" runat="server" Height="230px" ScrollBars="Vertical" Width="125px">
                        <asp:GridView ID="dgv_UserList" runat="server" AutoGenerateColumns="False" Width="755px"
                            BackColor="#F3F8FA" Height="1px"  Font-Size="Small" BorderColor="#8AC5DB"
                            BorderStyle="Solid" Style="border-left-color: #8ac5db; border-bottom-color: #8ac5db;
                            border-top-style: solid; border-top-color: #8ac5db; border-right-style: solid;
                            border-left-style: solid; border-right-color: #8ac5db; border-bottom-style: solid;">
                            <HeaderStyle BackColor="#DBEAF5" HorizontalAlign="Center" />
                            <RowStyle HorizontalAlign="Center" BorderColor="#8AC5DB" BorderStyle="Solid" />
                            <AlternatingRowStyle BorderStyle="None" />
                           
                            <Columns>
                                <asp:BoundField DataField="UserDefineID" HeaderText="编号" />
                                <asp:BoundField DataField="UserID" HeaderText="编号" InsertVisible="False" ReadOnly="True"
                                    SortExpression="PK_ID" />
                                <asp:BoundField DataField="AreaName" HeaderText="用户组名" />
                                <asp:BoundField DataField="CorporationName" HeaderText="部门单位名" />
                                <asp:BoundField DataField="Duty" HeaderText="职务" SortExpression="Birthday" />
                                <asp:BoundField DataField="Name" HeaderText="姓名" SortExpression="Name" />
                                <asp:BoundField DataField="Sex" HeaderText="性别" SortExpression="Sex" />
                                <asp:BoundField DataField="Mobile" HeaderText="手机号" />
                            </Columns>
                        </asp:GridView>
                    </asp:Panel>
                </td>
            </tr>
            <tr>
                <td style="height: 12px; width: 778px;" align="right" valign="bottom">
                    <asp:Button ID="btnUpdate" runat="server" Text="保存" Height="23px" Width="40px" OnClick="btnUpdate_Click" />&nbsp;&nbsp;
                    <asp:Button ID ="btnSub" runat="server" Text ="发送" Height="23px" Width="40px" OnClick="btnSub_Click" />&nbsp;&nbsp;
                    <asp:Button ID="btnrest" runat="server" Text="返回" Height="23px" Width="40px" OnClick="btnrest_Click" />&nbsp;&nbsp;</td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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