⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mymsgbox.res

📁 WAPmo手机网站管理平台是一款创建与管理维护WAP网站的的软件产品
💻 RES
字号:
<table width="100%" border="1" cellpadding="5" cellspacing="0" bordercolor="#E1F0FF">
    <tr bgcolor="#AAD5FF">
        <th width="33%"><a href="my.asp?handle=msgbox&amp;action=inbox">${lang.my_inbox}(${user.msgnew}/${user.msgrecv})</a></th>
        <th width="33%"><a href="my.asp?handle=msgbox&amp;action=outbox">${lang.my_outbox}(${user.msgsend})</a></th>
        <th width="34%"><a href="my.asp?handle=msgbox&amp;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 + -