cms/app-client/app/templates/components/player-component.hbs
author ymh <ymh.work@gmail.com>
Tue, 07 Jun 2016 01:16:31 +0200
changeset 173 cf7b221238fd
parent 91 acfeddc7821d
child 196 7550cb541901
permissions -rw-r--r--
Work on test fixtures: - get rid both on bo and front of 2 fixtures files for documents - correct dl_fixtures to reflect this - upgrade mirage from 0.1.13 to 0.2.0 - download new version of documents fixtures including geo information

<div class="audio-wrapper">
	<span class="audio-controls fa fa-backward" {{action 'prevNextDocument' 'previous'}}></span>
	<div id="audio_player">
		<span id="action_play" class="btn btn_play" {{action 'tooglePlay'}}>Play</span>
		<div class="background"></div>
		<div class="progress">
			<div class="slice">
				<div class="pie"></div>
			</div>
		</div>
	</div>
	<span class="audio-controls fa fa-forward fa-5" {{action 'prevNextDocument' 'next'}}></span>
</div>

<p class="duration">
	{{currentTime}} / {{duration}}
</p>