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

Revision 382, 375 bytes checked in by niltonneto, 16 years ago (diff)

Inclusão do módulo JabberIt? Messenger, novo módulo de mensagens
instantâneas do Expresso. É uma customização do projeto original
Jeti, e foi desenvolvido em Java.

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