source: branches/2.2/jabberit_messenger/xsl/contacts_jabberit.xsl @ 3030

Revision 3030, 464 bytes checked in by amuller, 14 years ago (diff)

Ticket #1135 - Aplicando alteracoes para o modulo jabberit_messenger.

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