source: sandbox/2.3-MailArchiver/jabberit_messenger/xsl/contacts_jabberit.xsl @ 6779

Revision 6779, 464 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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.