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

📄 foot.res

📁 WAPmo手机网站管理平台是一款创建与管理维护WAP网站的的软件产品
💻 RES
字号:
</body>
</html>
</xsl:template>
<xsl:template match="navs">
<xsl:for-each select="nav">
    <xsl:choose><xsl:when test="./@href = ''">${$.title}</xsl:when><xsl:otherwise><moex:a href="${$.href}">${$.title}</moex:a></xsl:otherwise></xsl:choose><xsl:if test="position()!=last()"> - </xsl:if>
</xsl:for-each>
</xsl:template>
<xsl:template match="hint">
<xsl:for-each select="./@*">
    <li><xsl:value-of select="." disable-output-escaping="yes" /></li>
</xsl:for-each>
</xsl:template>
<xsl:template match="error">
<xsl:for-each select="./@*">
    <li><xsl:value-of select="." disable-output-escaping="yes" /></li>
</xsl:for-each>
</xsl:template>
<xsl:template match="forum" mode="select">
<xsl:for-each select="//forums/forum[@follow = current()/@seqid]">
    <xsl:element name="option"><xsl:attribute name="value">${$.seqid}</xsl:attribute><xsl:if test="//vars/@forumid = ./@seqid"><xsl:attribute name="selected">true</xsl:attribute></xsl:if>--${$.optionname}</xsl:element>
    <xsl:apply-templates select="." mode="select" />
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -