smstypeoperation.aspx

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

ASPX
66
字号
<%@ page language="C#" autoeventwireup="true" inherits="MsgManagement_SMSTypeOperation, 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">
    <form id="form1" runat="server">
    <div>
        <table style="width: 745px; height: 100px; background-color:#f3f8ff">
            <tr>
                <td style="width: 100px; height: 25px; background-color:#9ac4e0" >
                    <span style="font-size: 10pt; ">
                        &nbsp;<asp:Label ID="Label1" runat="server" Width="299px">位置: &nbsp;短信管理&nbsp;> &nbsp;添加短信类别</asp:Label></span></td>
            </tr>
            <tr>
                <td  style="width: 100px; height: 113px" valign="top">
                    <table style="width: 774px">
                        <tr>
                            <td align="left" style="width: 82px; height: 16px">
                                <span style="font-size: 10pt">&nbsp;<asp:Label ID="lalName" runat="server" Text="短信类型名称" Visible="False"></asp:Label></span></td>
                            <td style="width: 100px; height: 16px">
                                <%--<asp:DropDownList ID="cbMainSMSType" runat="server" Visible="False" Width="154px">
                                </asp:DropDownList>--%>
                                <asp:TextBox ID ="cbMainSMSType" runat ="server"></asp:TextBox></td>
                              <td style=" width:160px"></td>
                        </tr>
                        <tr>
                            <td align="left" style="width: 82px; height: 16px">
                               <asp:Label ID="oldName" runat ="server"  Font-Size="10pt" Width="133px"></asp:Label>
                               <%--<span style="font-size: 10pt">&nbsp;短信类别名称</span>--%></td>
                            <td style="width: 100px; height: 16px">
                                <asp:TextBox ID="tbTypeName" runat="server"></asp:TextBox></td>  
                             <td style=" width:160px"></td>
                        </tr>
                        <tr>
                            <td align="left" style="width: 82px; height: 16px">
                               <asp:Label ID="newName" runat ="server"  Font-Size="10pt">修改为</asp:Label></td> 
                            <td style="width: 100px; height: 16px">
                                <asp:TextBox ID="newTypeName" runat="server"></asp:TextBox></td>  
                             <td style=" width:160px"></td>
                        </tr>
                        
                    </table>
                    <table style="width: 755px">
                        <tr>
                            <td align="right" style="width: 745px; height: 60px" valign="bottom"> 
                                <asp:Button ID="btnOperation" runat="server" OnClick="btnOperation_Click" Height="23px" Width="40px" Text="提交" />
                            
                                &nbsp;
                                <asp:Button ID="btnReturn" runat="server" Text="返回" Height="23px" Width="40px" OnClick="btnReturn_Click" /></td>
                        </tr>
                        
                    </table>
                </td>
              
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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