source: trunk/instant_messenger/xsl/menu_preferences.xsl @ 55

Revision 55, 504 bytes checked in by niltonneto, 17 years ago (diff)

Nova versão do Instant Messenger.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3<xsl:output method="html" omit-xml-declaration="yes"/>
4
5<xsl:template match="/">
6 <html>
7  <body>
8   <dl id="dl_im_menu_preferences">
9   <xsl:for-each select="menu/item">
10      <dt><a href="javascript:void(0);" onclick="javascript:{@function}">
11          <xsl:value-of select="@lang"/></a>
12      </dt>
13   </xsl:for-each>
14   </dl>
15 </body>
16 </html>
17</xsl:template>
18</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.