use jplayer
[radio.git] / html / skin / pink.flag / mustache / jplayer.pink.flag.video.single.html
1 <div id="{{WRAPPER}}" class="jp-video " role="application" aria-label="media player">
2         <div class="jp-type-single">
3                 <div id="{{JPLAYER}}" class="jp-jplayer"></div>
4                 <div class="jp-gui">
5                         <div class="jp-video-play">
6                                 <button class="jp-video-play-icon" role="button" tabindex="0">play</button>
7                         </div>
8                         <div class="jp-interface">
9                                 <div class="jp-progress">
10                                         <div class="jp-seek-bar">
11                                                 <div class="jp-play-bar"></div>
12                                         </div>
13                                 </div>
14                                 <div class="jp-current-time" role="timer" aria-label="time">&nbsp;</div>
15                                 <div class="jp-duration" role="timer" aria-label="duration">&nbsp;</div>
16                                 <div class="jp-details">
17                                         <div class="jp-title" aria-label="title">&nbsp;</div>
18                                 </div>
19                                 <div class="jp-controls-holder">
20                                         <div class="jp-volume-controls">
21                                                 <button class="jp-mute" role="button" tabindex="0">mute</button>
22                                                 <button class="jp-volume-max" role="button" tabindex="0">max volume</button>
23                                                 <div class="jp-volume-bar">
24                                                         <div class="jp-volume-bar-value"></div>
25                                                 </div>
26                                         </div>
27                                         <div class="jp-controls">
28                                                 <button class="jp-play" role="button" tabindex="0">play</button>
29                                                 <button class="jp-stop" role="button" tabindex="0">stop</button>
30                                         </div>
31                                         <div class="jp-toggles">
32                                                 <button class="jp-repeat" role="button" tabindex="0">repeat</button>
33                                                 <button class="jp-full-screen" role="button" tabindex="0">full screen</button>
34                                         </div>
35                                 </div>
36                         </div>
37                 </div>
38                 <div class="jp-no-solution">
39                         <span>Update Required</span>
40                         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>.
41                 </div>
42         </div>
43 </div>