source: extensions/charlies_content/charlie_mp3player.tpl @ 29054

Last change on this file since 29054 was 29054, checked in by jdd, 10 years ago

mise à jour commentaire mp3player

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1<!-- /charlie_mp3player.tpl -->
2{*
3http://www.alsacreations.fr/dewplayer.html
4*}
5<br />
6{assign var="main_width" value="`$by_style+$by_style+200`"}
7<div id="charlie" style="height: 64px; width:{$main_width}px; padding-top: 0px; margin-top: 0px;">
8        <div class="{$curtain}_1" style="padding-left:{$by_style}px;">
9                <div class="{$curtain}_2" style="padding-right:{$by_style}px;height: 64px;min-height: 64px;">
10                        <object type="application/x-shockwave-flash" width="200" height="20" style="margin-top: 22px;"
11                            data="{$pwg_root}plugins/charlies_content/dewplayer.swf?son={$SRC_IMG}{* -
12                                        *}{if ($Charlies.autoplay==1)}&amp;autostart=1{/if}&amp;bgcolor={$Charlies.color0|substr:1}&amp;volume={$Charlies.volume}">
13                            <param name="movie" value="{$pwg_root}plugins/charlies_content/dewplayer.swf?son={$SRC_IMG_ENCODED}{* -
14                                        *}{if ($Charlies.autoplay==1)}&amp;autostart=1{/if}&amp;bgcolor={$Charlies.color0|substr:1}&amp;volume={$Charlies.volume}">
15                        </object>
16                </div>
17        </div>
18</div>
19{html_head}
20<link rel="stylesheet" type="text/css" href="{$CHARLIES_PATH|@cat:'charlies.css'}"> 
21{/html_head}
Note: See TracBrowser for help on using the repository browser.