📄 mypasswd.res
字号:
[${lang.modify_passwd}]<br/>
<xsl:if test="vars/@state != 0">
<xsl:if test="vars/@state = 1">
${lang.modify_passwd_fault}<br/>
</xsl:if>
<xsl:apply-templates select="hint" />
</xsl:if>
<xsl:if test="vars/@state != 2">
${lang.old_passwd}: <input type="password" name="old" class="txt" /><br/>
${lang.new_passwd}: <input type="password" name="new" class="txt" /><br/>
${lang.new_passwd}: <input type="password" name="new" class="txt" /><br/>
<moex:anchor title="${lang.confirm}">
${lang.confirm}
<go href="my.asp?handle=passwd" method="post">
<postfield name="old" value="$(old)" />
<postfield name="new" value="$(new)" />
</go>
</moex:anchor>
</xsl:if>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -