source: trunk/jabberit_messenger/xsl/contacts_jabberit.xsl @ 1580

Revision 1580, 432 bytes checked in by alexandrecorreia, 15 years ago (diff)

Ticket #370 - Melhoria do layout das janelas, para criação de preferencia(on/offline).

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