home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC & Mediji 2002 March
/
PCM_0203.iso
/
MEDIA
/
DEMO
/
M10USWEB.exe
/
RCDATA
/
CABINET
/
money.cab
/
msmoney.chm
/
olm_dsmnuxfrm.xsl
< prev
next >
Wrap
Extensible Markup Language
|
2001-07-25
|
1KB
|
32 lines
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="/">
<xsl:for-each select="menus/item/parent">
<xsl:element name="DIV">
<xsl:attribute name="ID">MsMnyMnuPrnt__<xsl:eval>this.parentNode.getAttribute("hobj")</xsl:eval></xsl:attribute>
<xsl:attribute name="hobj"><xsl:eval>this.parentNode.getAttribute("hobj")</xsl:eval></xsl:attribute>
<xsl:attribute name="STYLE">
font-size : 8pt;
cursor : default;
width : 100%;
padding : 3px 18px 3px 9px;
background-color : #e7e7d7;
background-image : url('faux.gif');
background-position-y : 9px;
background-position-x : 145px;
background-repeat : no-repeat;
</xsl:attribute>
<xsl:attribute name="hideFocus">true</xsl:attribute>
<xsl:attribute name="TABINDEX">1</xsl:attribute>
<xsl:attribute name="onfocus">ShowPopup(),MenuItem_MouseOver()</xsl:attribute>
<xsl:attribute name="onblur">HidePopup(),MenuItem_MouseOut()</xsl:attribute>
<xsl:attribute name="onmouseover">ShowPopup(),MenuItem_MouseOver()</xsl:attribute>
<xsl:attribute name="onmouseout">HidePopup(),MenuItem_MouseOut()</xsl:attribute>
<xsl:attribute name="onkeypress">MenuItem_KeyPress()</xsl:attribute>
<xsl:value-of />
</xsl:element>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>