source: extensions/charlies_content/charlie_mp3player.tpl @ 32006

Last change on this file since 32006 was 31305, checked in by jdd, 9 years ago

uvelle version beta3 au 20150907

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 313 bytes
Line 
1<!-- /charlie_mp3player.tpl -->
2{*
3mp3 players, using html5
4*}
5<br />
6
7 <audio controls autoplay>
8  <source src="{$SRC_IMG}" type="audio/mpeg">
9Your browser does not support the audio element.
10</audio>
11
12{html_head}
13<link rel="stylesheet" type="text/css" href="{$CHARLIES_PATH|@cat:'charlies.css'}"> 
14{/html_head}
Note: See TracBrowser for help on using the repository browser.