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

📄 sub_menu.xsl

📁 开源的 库存管理系统 www.minierp.cn php+ mysql
💻 XSL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:template match="/">
<xsl:apply-templates select="root" />
</xsl:template>
<xsl:template match="root">
	<table cellspacing="0" cellpadding="2" border="0">
		<tr>
            <xsl:apply-templates select="menuitem" />  
        </tr>
	  </table>
</xsl:template>
<xsl:template match="menuitem">    
<td >
<xsl:element name="a"><xsl:attribute name="class">moduleMenu</xsl:attribute><xsl:attribute name="href">javascript:showmain('<xsl:value-of select="menumodules"/>','<xsl:value-of select="action" />')</xsl:attribute></xsl:element><xsl:value-of select="menuname"    />銆

⌨️ 快捷键说明

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