src/templates/player.html
author hamidouk
Mon, 13 Feb 2012 15:32:51 +0100
branchpopcorn-port
changeset 806 4ae02249c3ac
parent 802 c74de6ba5d11
child 830 18ca612e9ff0
permissions -rw-r--r--
removed more images from the templates to put them in the css.

{{! template for the radio player }}
<div class='Ldt-controler demo'>
	<div class='Ldt-LeftPlayerControls'>
    <div class='Ldt-button Ldt-CtrlPlay Ldt-CtrlPlay-PlayState' title='Play/Pause'></div>
		<div class='Ldt-button Ldt-CtrlAnnotate' title='Annotate'></div>
    <div class='Ldt-button Ldt-CtrlSearch' title='Search'></div>
    <div class='LdtSearch'>
      <input class='LdtSearchInput' style='margin-top: 2px; margin-bottom: 2px;'></input>
    </div>
    
	</div>
	<div class='Ldt-RightPlayerControls'>
    <div class='Ldt-Time'>
      <div class='Ldt-ElapsedTime' title='Elapsed time'>00:00</div>
      <div class='Ldt-TimeSeparator'>/</div>
      <div class='Ldt-TotalTime' title='Total time'>00:00</div>
    </div>
		<div class='Ldt-button Ldt-CtrlSound Ldt-CtrlSound-MuteState' title='Mute/Unmute'></div>
	</div>
</div>