source: branches/2.2/jabberit_messenger/jmessenger/xsl/groups.xsl @ 3102

Revision 3102, 638 bytes checked in by amuller, 14 years ago (diff)

Ticket #986 - Efetuado merge para o Branch 2.2( atualizacao do modulo)

  • 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:param name="nameGroup" />
6        <xsl:param name="path_jabberit" />
7       
8        <xsl:template match="group">
9
10                        <div style="margin-bottom: 3px;">
11                                <span  onclick="loadscript.groupsHidden(this);" style="background: url('{$path_jabberit}/templates/default/images/arrow_down.gif') no-repeat center left; font-weight:bold; padding-left: 16px; cursor: pointer;">
12                                        <xsl:value-of select="$nameGroup"/>
13                                </span>
14                        </div>
15                       
16        </xsl:template>
17       
18</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.