📄 sendsms.res
字号:
[${lang.send_sms}]<br/>
<xsl:choose>
<xsl:when test="vars/@state = 2">
<xsl:apply-templates select="hint" />
</xsl:when>
<xsl:otherwise>
<xsl:if test="vars/@state = 1">
${lang.sms_send_failed}<br/>
<xsl:apply-templates select="hint" />
</xsl:if>
<form action="my.asp?handle=msgbox&action=send" method="post">
${lang.sendto}: 多个收件人用半角逗号[,]隔开,最多${permit.send_max_user}个会员<br/>
<moex:input type="text" name="sendto" value="${vars.sendto}" /><br/>
${lang.title}: ${lang.hint_title}<br/>
<moex:input type="text" name="title" value="${vars.title}" /><br/>
${lang.content}: ${lang.hint_content}<br/>
${lang.tag_ubb}: <xsl:choose><xsl:when test="contains(env/@ubb, 'sms')">${lang.enable}</xsl:when><xsl:otherwise><font color="#FF0000">${lang.unable}</font></xsl:otherwise></xsl:choose><br/>
${lang.tag_html}: <xsl:choose><xsl:when test="contains(env/@html, 'sms')">${lang.enable}</xsl:when><xsl:otherwise><font color="#FF0000">${lang.unable}</font></xsl:otherwise></xsl:choose><br/>
<moex:input type="text" name="content" value="${vars.content}" /><br/>
${lang.save_to_outbox}: ${lang.hint_save_to_outbox}<br/>
<moex:select name="save" value="${vars.save}">
<option value="1">${lang.yes}</option>
<option value="0">${lang.no}</option>
</moex:select><br/>
<moex:input type="submit" value="${lang.send}" />
</form>
</xsl:otherwise>
</xsl:choose>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -