source: extensions/WiredForSound/template/wfs_on_picture.tpl @ 31810

Last change on this file since 31810 was 3609, checked in by patdenice, 15 years ago

Convert all php and tpl files in Unix format for my plugins.

File size: 720 bytes
Line 
1{if isset($mp3_button)}
2  <a href="{$mp3_button.URL}" title="{'wfs_associate_category'|@translate}"><img src="{$mp3_button.ICON}" class="button" alt="{'wfs_associate_image'|@translate}"/></a>
3{/if}
4
5{if isset($wfs)}
6<div style="margin:4px 13px 0 13px;width:{$wfs.PLAYER_WIDTH}px;float:left;">
7<object type="application/x-shockwave-flash" width="{$wfs.PLAYER_WIDTH}" height="20"
8    data="{$wfs.MP3}&amp;autostart={$wfs.AUTOSTART}&amp;autoreplay={$wfs.AUTOREPLAY}&amp;volume={$wfs.VOLUME}&amp;showtime=1">
9    <param name="movie" value="{$wfs.MP3}&amp;autostart={$wfs.AUTOSTART}&amp;autoreplay={$wfs.AUTOREPLAY}&amp;volume={$wfs.VOLUME}&amp;showtime=1">
10    <param name="wmode" value="transparent">
11</object>
12</div>
13{/if}
Note: See TracBrowser for help on using the repository browser.