source: companies/celepar/jabberit_messenger/xsl/contacts_jabberit.xsl @ 763

Revision 763, 403 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

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
7        <xsl:template match="contacts_jabberit">
8                <iframe id="iframe_applet_jabberit" src="{$path}client.php" frameborder="0" width="100%" height="400px"></iframe>
9        </xsl:template>
10
11</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.