--- a/src/templates/player.html Wed Nov 23 12:25:10 2011 +0100
+++ b/src/templates/player.html Wed Nov 23 15:16:28 2011 +0100
@@ -1,12 +1,9 @@
{{! template for the radio player }}
<div class='Ldt-controler demo'>
<div class='Ldt-LeftPlayerControls'>
- <button class='ldt-CtrlPlay'>Lecture
- / Pause</button>
- <button class='ldt-CtrlNext'>Suivant</button>
- <button class='ldt-CtrlSearch'>
- Rechercher
- </button>
+ <div class='Ldt-CtrlPlay'></div>
+ <div class='Ldt-CtrlNext'></div>
+ <div class='Ldt-CtrlSearch'></div>
</div>
<div class='Ldt-RightPlayerControls'>
<span class='ldt-Time'>
@@ -14,7 +11,7 @@
/
<span class='Ldt-TotalTime'></span>
</span>
- <button class='ldt-CtrlSound'>Sound</button>
+ <button class='Ldt-CtrlSound'>Sound</button>
</div>
<div class='cleaner'> </div>
-</div>
\ No newline at end of file
+</div>