📄 _sendsms.ascx
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -