| author | hamidouk |
| Fri, 18 Nov 2011 16:32:32 +0100 | |
| branch | tweet-widget |
| changeset 280 | 3da58bd31096 |
| parent 255 | af3adcf7cb20 |
| child 295 | be44f374549e |
| permissions | -rw-r--r-- |
|
251
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
1 |
{{! template for the radio player }} |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
2 |
<div class='Ldt-controler demo'> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
3 |
<div class='Ldt-LeftPlayerControls'> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
4 |
<button class='ldt-CtrlPlay'>Lecture |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
5 |
/ Pause</button> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
6 |
<button class='ldt-CtrlNext'>Suivant</button> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
7 |
<button class='ldt-CtrlSearch'> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
8 |
Rechercher |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
9 |
</button> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
10 |
</div> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
11 |
<div class='Ldt-RightPlayerControls'> |
|
255
af3adcf7cb20
added an elapsed time display to the player widget.
hamidouk
parents:
251
diff
changeset
|
12 |
<div class='ldt-ElapsedTime'> |
|
af3adcf7cb20
added an elapsed time display to the player widget.
hamidouk
parents:
251
diff
changeset
|
13 |
<span class='ElapsedTime'></span> |
|
af3adcf7cb20
added an elapsed time display to the player widget.
hamidouk
parents:
251
diff
changeset
|
14 |
/ |
|
af3adcf7cb20
added an elapsed time display to the player widget.
hamidouk
parents:
251
diff
changeset
|
15 |
<span class='TotalTime'></span> |
|
af3adcf7cb20
added an elapsed time display to the player widget.
hamidouk
parents:
251
diff
changeset
|
16 |
</div> |
|
251
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
17 |
<button class='ldt-CtrlSound'>Sound</button> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
18 |
</div> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
19 |
<div class='cleaner'> </div> |
|
116c86db7e17
got rid of the radio and video templates - replaced them with the player.htm
hamidouk
parents:
diff
changeset
|
20 |
</div> |