source: branches/2.2.0.1/jabberir_messenger/xsl/contacts_jabberit.xsl @ 4453

Revision 4453, 464 bytes checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1726 - Adicionando jabberit_messenger da comunidade.

  • 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="path" />
6        <xsl:param name="width" />
7
8        <xsl:template match="contacts_jabberit">
9       
10                <iframe id="iframe_applet_jabberit" style="position:fixed;" src="{$path}client.php" frameborder="0" width="{$width}" height="400px"></iframe>
11               
12        </xsl:template>
13
14</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.