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 >
Extensible Markup Language  |  2001-07-25  |  1KB  |  32 lines

  1. <?xml version="1.0"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
  3. <xsl:template match="/">
  4.     <xsl:for-each select="menus/item/parent">
  5.         <xsl:element name="DIV">
  6.         <xsl:attribute name="ID">MsMnyMnuPrnt__<xsl:eval>this.parentNode.getAttribute("hobj")</xsl:eval></xsl:attribute>
  7.         <xsl:attribute name="hobj"><xsl:eval>this.parentNode.getAttribute("hobj")</xsl:eval></xsl:attribute>
  8.         <xsl:attribute name="STYLE">
  9.         font-size                : 8pt;
  10.         cursor                    : default;
  11.         width                    : 100%;
  12.         padding                    : 3px 18px 3px 9px;
  13.         background-color        : #e7e7d7;
  14.         background-image        : url('faux.gif');
  15.         background-position-y    : 9px;
  16.         background-position-x    : 145px;
  17.         background-repeat        : no-repeat;
  18.         </xsl:attribute>
  19.         <xsl:attribute name="hideFocus">true</xsl:attribute>
  20.         <xsl:attribute name="TABINDEX">1</xsl:attribute>
  21.         <xsl:attribute name="onfocus">ShowPopup(),MenuItem_MouseOver()</xsl:attribute>
  22.         <xsl:attribute name="onblur">HidePopup(),MenuItem_MouseOut()</xsl:attribute>
  23.         <xsl:attribute name="onmouseover">ShowPopup(),MenuItem_MouseOver()</xsl:attribute>
  24.         <xsl:attribute name="onmouseout">HidePopup(),MenuItem_MouseOut()</xsl:attribute>
  25.         <xsl:attribute name="onkeypress">MenuItem_KeyPress()</xsl:attribute>
  26.             <xsl:value-of />
  27.         </xsl:element>
  28.     </xsl:for-each>            
  29. </xsl:template>
  30. </xsl:stylesheet>
  31.  
  32.