📄 myfile.res
字号:
[${lang.my_file}]<br/>
<xsl:choose>
<xsl:when test="vars/@type = 1">${lang.file_image}</xsl:when>
<xsl:otherwise><a href="my.asp?handle=file&type=1">${lang.file_image}</a></xsl:otherwise>
</xsl:choose>
<![CDATA[ | ]]>
<xsl:choose>
<xsl:when test="vars/@type = 2">${lang.file_ring}</xsl:when>
<xsl:otherwise><a href="my.asp?handle=file&type=2">${lang.file_ring}</a></xsl:otherwise>
</xsl:choose>
<![CDATA[ | ]]>
<xsl:choose>
<xsl:when test="vars/@type = 3">${lang.file_video}</xsl:when>
<xsl:otherwise><a href="my.asp?handle=file&type=3">${lang.file_video}</a></xsl:otherwise>
</xsl:choose>
<![CDATA[ | ]]>
<xsl:choose>
<xsl:when test="vars/@type = 4">${lang.file_soft}</xsl:when>
<xsl:otherwise><a href="my.asp?handle=file&type=4">${lang.file_soft}</a></xsl:otherwise>
</xsl:choose>
<br />----------------<br/>
<xsl:if test="vars/@state = 1 or vars/@state = 2">
<xsl:if test="vars/@state = 1">${lang.del_file_failed}</xsl:if><br/>
<xsl:apply-templates select="hint" />
</xsl:if>
<xsl:for-each select="files/file">
*.<moex:a href="topic.asp?fid=${$.forumid}&id=${$.topicid}">${$.topictitle}</moex:a>
<![CDATA[/]]>
<moex:a href="upload/${$.uppath}" target="_blank">${$.upname}</moex:a><br/>
${lang.file_size}: <xsl:value-of select="format-number(./@upsize div 1024, '#.##')" /> KB
<![CDATA[/]]>
${lang.uptime}: ${moex:format_time(./@uptime, 'Y-m-d H:i:s')}<br/>
<moex:anchor title="${lang.delete}">
${lang.delete}
<moex:go href="my.asp?handle=file&type=${vars.type}&action=del" method="post">
<moex:postfield name="id" value="${$.seqid}" />
</moex:go>
</moex:anchor><br/>
</xsl:for-each>
<xsl:apply-templates select="page" mode="page0" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -