use jplayer
[radio.git] / html / skin / blue.monday / mustache / jplayer.blue.monday.audio.stream.html
1 <div id="{{JPLAYER}}" class="jp-jplayer"></div>
2 <div id="{{WRAPPER}}" class="jp-audio-stream" role="application" aria-label="media player">
3         <div class="jp-type-single">
4                 <div class="jp-gui jp-interface">
5                         <div class="jp-controls">
6                                 <button class="jp-play" role="button" tabindex="0">play</button>
7                         </div>
8                         <div class="jp-volume-controls">
9                                 <button class="jp-mute" role="button" tabindex="0">mute</button>
10                                 <button class="jp-volume-max" role="button" tabindex="0">max volume</button>
11                                 <div class="jp-volume-bar">
12                                         <div class="jp-volume-bar-value"></div>
13                                 </div>
14                         </div>
15                 </div>
16                 <div class="jp-details">
17                         <div class="jp-title" aria-label="title">&nbsp;</div>
18                 </div>
19                 <div class="jp-no-solution">
20                         <span>Update Required</span>
21                         To play the media you will need to either update your browser to a recent version or update your <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>.
22                 </div>
23         </div>
24 </div>