source: sandbox/jabberit_messenger/trophy_expresso/xsl/groups.xsl @ 2670

Revision 2670, 638 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Correcao para compatibilizar o carregamento do script para o trunk.

  • 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.