]> git.parisson.com Git - teleforma.git/commitdiff
fix status again
authoryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 22:44:54 +0000 (00:44 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 22:44:54 +0000 (00:44 +0200)
teleforma/templates/teleforma/course_conference.html
teleforma/templates/teleforma/course_conference_record.html
teleforma/templates/teleforma/course_document.html
teleforma/templates/teleforma/course_media.html
teleforma/templates/teleforma/courses.html

index 42d8912a3ff27a8fd69e2cd8e8dad4a1c4fc3337..acd1799445cf3f44c8a2e1ce21ad5ab88d3dd178 100644 (file)
@@ -4,8 +4,6 @@
 {% load i18n %}
 
 {% block module-action %}
-
-
 <script type="text/javascript">
     var conferenceUtils = {
         stop : function(id){
 
 </div>
 {% endblock course %}
-
-{% block chat %}
-<div id="module-set" style="width: 22%">
-
-{% block status %}
-{% get_telecaster as telecaster %}
-{%  if telecaster %}
-<div class="module">
- <h3><img src="{{STATIC_URL}}teleforma/images/status.png" alt="status" style="vertical-align:middle" /> {% trans "Status" %}</h3>
- <div id="server_status_table_wrapper" class="status"></div>
-</div>
-<script type="text/javascript">
-server_status_callback();
-</script>
-{% endif %}
-{% endblock status %}
-
-{% if room %}
-{% with "Local tweeter" as title %}
-{% include "teleforma/inc/chat_room.html" %}
-{% endwith %}
-{% endif %}
-
-</div>
-{% endblock chat %}
index b74d478cca539212346cc891628d44c15122ebd1..25a7a4658412227b2606555746add403d93b0461 100644 (file)
@@ -60,17 +60,3 @@ jQuery(window).ready(function(){
 </div>
 {% endblock course %}
 
-<div id="module-set" style="width: 22%">
-
-{% block chat %}
-{% if room %}
-{% with "Local tweeter" as title %}
-{% include "teleforma/inc/chat_room.html" %}
-{% endwith %}
-{% endif %}
-{% endblock chat %}
-
-</div>
-
-
-
index 60c2c599b56d9469575ec3131e971589101d965d..a5380cee9059effd919506767729588f73a78006 100644 (file)
@@ -77,13 +77,3 @@ PDFJS.getDocument('{% url teleforma-document-download document.id %}').then(func
 
 </div>
 {% endblock course %}
-
-{% block chat %}
-{% if room %}
-<div id="module-set" style="width: 22%">
-{% with "Local tweeter" as title %}
-{% include "teleforma/inc/chat_room.html" %}
-{% endwith %}
-</div>
-{% endif %}
-{% endblock chat %}
index 9dad3eac660b95d844ad2242feab14ec47b11b8a..844a187f460950032c96f2cfafafeb5825d204bc 100644 (file)
@@ -75,5 +75,3 @@ $(document).ready(function(){
 </div>
 {% endblock course %}
 
-
-
index bc4f7b826cb24ffd6d0b529c3034dab12fb402e2..3eee25b5ebefb318a3190432769ea523edabbf56 100644 (file)
@@ -122,5 +122,3 @@ server_status_callback();
 </div>
 
 {% endblock content %}
-
-