]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/includes/player.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / includes / player.html
diff --git a/panikweb_templates/templates/includes/player.html b/panikweb_templates/templates/includes/player.html
deleted file mode 100644 (file)
index ad4ac8c..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-{% load i18n paniktags %}
-<div id="player-container" class="normal cf">
-       <div id="player" class="cf">
-               <div id="audioPlayer" class="cf">
-                       <div id="Live" class="padded cf">
-                               <span class="button" id="DirectStreamPanikControler">
-                                       <div id="streamSymbol" class="icon-play resymbol"></div>
-                                       <div class="label">{% trans 'live' %}</div>
-                               </span>
-                               <div id="CurrentlyPlaying">
-                                       <span id="WhatsOnAir"></span>
-                               </div>
-                               <div id="CurrentlyChatting" style="display: none;">
-                                        <a href=""><div id="chatSymbol" class="icon-comments control"></div>
-                                                <div class="label">CHAT</div></a>
-                                        <span>La radio est ouverte</span>
-                               </div>
-                               <audio 
-                                       id="DirectStreamPanik" 
-                                       preload="none" 
-                                       class="hidden" 
-                                       tabindex="0" 
-                                       controls="controls">
-                                       <source src="http://80.82.229.202/lautredirect.mp3?{{ unique }}" type="audio/mpeg"/>
-                               </audio>
-                       </div>
-               </div>
-               <div id="Playlist" class="cf">
-                       <div id="localList" style="display: none;">
-                               <div id="playlistLabel">
-                                        <button title="{% trans "Empty playlist" %}" id="emptyList" class="icon-trash button" style="float:right;"><span class="sr-only">{% trans "Empty playlist" %}</span></button>
-                               </div>
-                       </div>
-           </div>
-       </div>
-
-</div>