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

index 70496a01561fcf47f5ca6cce43ca1f15e892fb14..b74d478cca539212346cc891628d44c15122ebd1 100644 (file)
@@ -60,27 +60,17 @@ jQuery(window).ready(function(){
 </div>
 {% endblock course %}
 
-{% block chat %}
 <div id="module-set" style="width: 22%">
 
-{% 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 %}
-
+{% block chat %}
 {% if room %}
 {% with "Local tweeter" as title %}
 {% include "teleforma/inc/chat_room.html" %}
 {% endwith %}
 {% endif %}
+{% endblock chat %}
 
 </div>
-{% endblock chat %}
+
 
 
index 84095b03ce9e917a34e04eda7394390380fd00ab..42a71b4d54930028397e30e8fd2eb451c6ca320b 100644 (file)
@@ -47,13 +47,3 @@ $(document).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 371652d48824a4c6380b8ac60184d3f8fa639046..9dad3eac660b95d844ad2242feab14ec47b11b8a 100644 (file)
@@ -75,28 +75,5 @@ $(document).ready(function(){
 </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 7ae2235463103c5d1f5a6c658f16dceb937bb42c..bc4f7b826cb24ffd6d0b529c3034dab12fb402e2 100644 (file)
@@ -121,7 +121,6 @@ server_status_callback();
 
 </div>
 
-
 {% endblock content %}