]> git.0d.be Git - panikweb.git/commitdiff
Program bigger date & picto before
authorlaron <simon@surlaterre.org>
Sat, 7 Sep 2013 20:36:12 +0000 (22:36 +0200)
committerlaron <simon@surlaterre.org>
Sat, 7 Sep 2013 20:55:23 +0000 (22:55 +0200)
panikweb_templates/templates/includes/week.html

index 6e625a5f708cdac8f530e47d3fc3ec04db2133fd..b8532c110f9dd454cb5fa5648504a6a4a76a48b5 100644 (file)
                                {% if cell.episode %}
                                        <a class="block" href="{% url 'episode-view' emission_slug=cell.episode.emission.slug slug=cell.episode.slug %}">
                                                <div>
-                                                       <strong>{{ cell.datetime|date:"H:i" }}</strong> &nbsp;-&nbsp;                   
+                                                       <strong class="label">{{ cell.datetime|date:"H:i" }}</strong>   &nbsp;                  
+                                                       {% for category in cell.emission.categories.all %}<span class="icon-{{category|slugify}}"></span>{% endfor%}
                                                        <strong>{{ cell.episode.emission.title }}</strong>
                                                        <em>{{ cell.episode.title }}</em>
-                                                       {% for category in cell.emission.categories.all %}<span class="icon-{{category|slugify}}"></span>{% endfor%}
+                                                       
                                                </div>
                                                {% if cell.episode.subtitle %}
                                                        <span class="smooth">{{ cell.episode.subtitle|safe|truncatewords:50 }}</span>
@@ -35,9 +36,9 @@
                                
                                        <a class="block" href="{% url 'emission-view' slug=cell.emission.slug %}">
                                                <div>
-                                                       <strong>{{ cell.datetime|date:"H:i" }}</strong> &nbsp;-&nbsp;           
-                                                       <strong>{{ cell.emission.title }}</strong>
-                                                       {% for category in cell.emission.categories.all %}<span class="icon-{{category|slugify}}"></span>{% endfor%}    
+                                                       <strong class="label">{{ cell.datetime|date:"H:i" }}</strong>   &nbsp;
+                                                       {% for category in cell.emission.categories.all %}<span class="inBlock icon-{{category|slugify}}"></span>{% endfor%}            
+                                                       <strong>{{ cell.emission.title }}</strong>      
                                                </div>
                                                {% if  cell.emission.subtitle %}
                                                        <span class="smooth">{{ cell.emission.subtitle|safe|truncatewords:50 }}</span>