📄 mymsgbox.res
字号:
<table width="100%" border="1" cellpadding="5" cellspacing="0" bordercolor="#E1F0FF">
<tr bgcolor="#AAD5FF">
<th width="33%"><a href="my.asp?handle=msgbox&action=inbox">${lang.my_inbox}(${user.msgnew}/${user.msgrecv})</a></th>
<th width="33%"><a href="my.asp?handle=msgbox&action=outbox">${lang.my_outbox}(${user.msgsend})</a></th>
<th width="34%"><a href="my.asp?handle=msgbox&action=send">${lang.send_sms}</a></th>
</tr>
<tr>
<td colspan="3">
<xsl:choose>
<xsl:when test="vars/@action = 'outbox'">
${res.moex.twinbbs.template.web.myoutbox}
</xsl:when>
<xsl:when test="vars/@action = 'send'">
${res.moex.twinbbs.template.web.sendsms}
</xsl:when>
<xsl:otherwise>
${res.moex.twinbbs.template.web.myinbox}
</xsl:otherwise>
</xsl:choose>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -