Mercurial > hg > dml-open-vis
comparison src/DML/MainVisBundle/Resources/views/Components/templates/player.html.twig @ 0:493bcb69166c
added public content
author | Daniel Wolff |
---|---|
date | Tue, 09 Feb 2016 20:54:02 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:493bcb69166c |
---|---|
1 {%- jstmpl id="player" -%} | |
2 <div class="player"> | |
3 <div class="player__cover"> | |
4 <div class="player__message player__message_type_error">The recording could not be loaded.</div> | |
5 <div class="player__message player__message_type_loading">Loading...</div> | |
6 <div class="player__message player__message_type_no-recording">No recording to play</div> | |
7 <div class="player__message player__message_type_no-audio">Audio file is not available</div> | |
8 </div> | |
9 <div class="player__body"> | |
10 | |
11 <div class="player__label player__label_row_1"></div> | |
12 <div class="player__label player__label_row_2"></div> | |
13 <div class="player__label-fader"></div> | |
14 | |
15 <div class="player__slider-container player__slider-container_type_time"> <div class="player__slider player__slider_type_time"> <div class="player__slider-head player__slider-head_type_time"> </div></div></div> | |
16 <div class="player__slider-container player__slider-container_type_volume"><div class="player__slider player__slider_type_volume"><div class="player__slider-head player__slider-head_type_volume"></div></div></div> | |
17 | |
18 <div class="player__time player__time_type_before"></div> | |
19 <div class="player__time player__time_type_after"></div> | |
20 | |
21 <div class="player__command player__command_state_enabled player__command_action_play" title="play"><i></i></div> | |
22 <div class="player__command player__command_state_enabled player__command_action_pause" title="pause"><i></i></div> | |
23 <a class="player__command player__command_state_enabled player__command_action_download" title="download" target="_blank"><i></i></a> | |
24 <div class="player__command player__command_state_enabled player__command_size_small player__command_action_volume-mute" title="mute"><i></i></div> | |
25 <div class="player__command player__command_state_enabled player__command_size_small player__command_action_volume-down" title="unmute"><i></i></div> | |
26 <div class="player__command player__command_state_enabled player__command_size_small player__command_action_volume-up" title="maximize volume"><i></i></div> | |
27 </div> | |
28 </div> | |
29 {%- endjstmpl -%} |