?? main_menu.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 + -