source: sandbox/jabberit_messenger/trophy/xsl/contactsList.xsl @ 2312

Revision 2312, 293 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Implementado troca de status e template da lista de contatos ( xsl ).

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="contacts_list">
6               
7                <div id="trophyimroster" />
8                 
9        </xsl:template>
10       
11</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.