source: sandbox/2.3-MailArchiver/filemanager/tp/expressowindow/xsl/uploadAdvanced.xsl @ 6779

Revision 6779, 471 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="iframe_height"/>
6        <xsl:param name="iframe_src"/>
7        <xsl:param name="iframe_width"/>
8       
9        <xsl:template match="upload_files_advanced">
10       
11                <iframe frameborder="0" width="{$iframe_width}" height="{$iframe_height}" src='{$iframe_src}'/>
12               
13        </xsl:template>
14       
15</xsl:stylesheet>       
Note: See TracBrowser for help on using the repository browser.