_sendsms.ascx

来自「热点社区论坛系统 v5.0.1 软件类别: .NET源码 / 论坛社区 软」· ASCX 代码 · 共 26 行

ASCX
26
字号
<%@ Register TagPrefix="HDLabEditor" Namespace="HDLab.Editor" Assembly="HDLabEditor" %>
<div class="titlebar" style="min-width:492px;">论坛短消息(请输入完整信息)</div>
<div class="listborder4" style="text-indent:5px; height:25px; min-width:492px;">
   <div class="listbody5_l" style="width:120px; font-weight: bold; text-align: left;">收件人:</div>
   <div style="text-align: left; padding: 2px 0 0 2px;"><asp:TextBox ID="Incept" runat="server" Columns="50"></asp:TextBox></div>
</div>
<div class="listborder4" style="text-indent:5px; height:25px; min-width:492px;">
    <div class="listbody5_l" style="width:120px; font-weight: bold; text-align: left;">标 题:</div>
    <div style="text-align: left; padding: 2px 0 0 2px; "><asp:TextBox ID="Title" runat="server" Columns="66" MaxLength="80"></asp:TextBox></div> 
</div>
<div class="listborder4" style="height:210px; min-width:492px;">
    <div class="listbody5_l" style="width:120px ;height:210px; font-weight: bold; text-align: left; text-indent:5px;">内 容:</div>
    <div style="text-align: left; padding: 2px 0 0 2px; "><HDLabEditor:HDLabEditor ID="Content" runat="server" BreakMode="LineBreak" Height="200" Width="400" StartMode="UbbMode" DownLevelCols="74" DownLevelRows="8" UbbToolbarLayout="FontFacesMenu,FontSizesMenu,FontForeColorsMenu;FontForeColorPicker,FontBackColorPicker,Smiley,Help|Bold,Italic,Underline;JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;CreateLink,CreateEmailLink,InsertImage,Quote;Fly,Move,Glow,Shadow,InsertTable" /></div>
</div>
<div class="listborder4" style="text-indent:5px; height:70px; text-align:left; line-height:18px; overflow:hidden; min-width:492px;">
    <strong>说明</strong>:
    <div>① 您可以使用<strong>Ctrl+Enter</strong>键快捷发送短信</div>
    <div>② 可以用英文状态下的逗号将用户名隔开实现群发,最多<strong><asp:Literal ID="MaxUser" runat="server"></asp:Literal></strong>个用户</div>
    <div>③ 标题最多<strong>50</strong>个字符,内容最多<strong><asp:Literal ID="MaxContent" runat="server"></asp:Literal></strong>个字符</div>
</div>
<div class="listborder5" style="height:25px; min-width:492px;">
    <asp:Button ID="Submit_Send" runat="server" Text="发 送"></asp:Button>
    <asp:Button ID="Submit_Save" runat="server" Text="保 存"></asp:Button>
    <input type="reset" value="清除">
</div>

⌨️ 快捷键说明

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