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

📄 main_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 width="100%" cellpadding="0" cellspacing="0" border="0">
    <tbody>
    <tr> 
     <xsl:apply-templates select="menuitem" />  
     </tr>
    </tbody>
 </table> 
</xsl:template>
<xsl:template match="menuitem">      
    <td class="tabOffBorder"><img src='themes/aqua/images/blank.gif' width='1' height='1'/></td>
    <td width="5" class="tabOffBorder"><img src='themes/aqua/images/menu_off_start.gif' width="5" height="25" /></td>
    <td class="tabOffBorder" background="themes/aqua/images/menu_off_tile.gif" ><div align="center" style="padding: 0 2 0 2"><xsl:element name="a"><xsl:attribute name="class">otherTab</xsl:attribute><xsl:attribute name="href">javascript:showmain('<xsl:value-of select="menumodules"/>','<xsl:value-of select="action"/>')</xsl:attribute><xsl:value-of select="menuname"/></xsl:element></div></td>
    <td width="5" class="tabOffBorder"><img src='themes/aqua/images/menu_off_end.gif' width="5" height="28" /></td>
 </xsl:template>
</xsl:stylesheet>

⌨️ 快捷键说明

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