]> git.0d.be Git - panikweb.git/commitdiff
Images for defaut emission/episodes
authorlaron <simon@surlaterre.org>
Sat, 21 Sep 2013 08:36:25 +0000 (10:36 +0200)
committerlaron <simon@surlaterre.org>
Sat, 21 Sep 2013 08:36:25 +0000 (10:36 +0200)
panikweb_templates/static/img/panik/RESYMBOL.otf [deleted file]
panikweb_templates/static/img/panik/actu.png [deleted file]
panikweb_templates/static/img/panik/emission.png [deleted file]
panikweb_templates/static/img/panik/episode.png [deleted file]
panikweb_templates/templates/emissions/resume.html
panikweb_templates/templates/episodes/inline.html
panikweb_templates/templates/episodes/resume.html

diff --git a/panikweb_templates/static/img/panik/RESYMBOL.otf b/panikweb_templates/static/img/panik/RESYMBOL.otf
deleted file mode 100644 (file)
index 5d22628..0000000
Binary files a/panikweb_templates/static/img/panik/RESYMBOL.otf and /dev/null differ
diff --git a/panikweb_templates/static/img/panik/actu.png b/panikweb_templates/static/img/panik/actu.png
deleted file mode 100644 (file)
index 76e39e2..0000000
Binary files a/panikweb_templates/static/img/panik/actu.png and /dev/null differ
diff --git a/panikweb_templates/static/img/panik/emission.png b/panikweb_templates/static/img/panik/emission.png
deleted file mode 100644 (file)
index b71efb2..0000000
Binary files a/panikweb_templates/static/img/panik/emission.png and /dev/null differ
diff --git a/panikweb_templates/static/img/panik/episode.png b/panikweb_templates/static/img/panik/episode.png
deleted file mode 100644 (file)
index 7ec7cad..0000000
Binary files a/panikweb_templates/static/img/panik/episode.png and /dev/null differ
index 627afc1b71a9adf7aa983f9920d83ec9519d47bd..cdaf9333bdaef98ae3c13e8b3b3b0ad5c5152597 100644 (file)
@@ -7,7 +7,7 @@
                                {% if emission.image %}
                                        <img src="{{ emission.image|thumbnail:'60x60' }}"/>
                                {% else %}
-                                       <img  class="smooth"  style="width:60px;" src="{% static "img/defaultLogo.png" %}"/>
+                                       <img  class="smooth"  style="width:60px;" src="{% static "img/emission.png" %}"/>
                                {% endif %}
                        </div>
                        <div class="title ellipsis">
index 112f1689f2131b9469c223dfbd06c97a16860090..666c91b38eba2eb2ea41612477d162e2680695d1 100644 (file)
@@ -5,10 +5,8 @@
        <div class="logo">
                {% if episode.image %}
                        <img src="{{ episode.image|thumbnail:'60x60' }}"/>
-               {% elif episode.emission.image %}
-                       <img src="{{ episode.emission.image|thumbnail:'60x60' }}"/>
                {% else %}
-                       <img class="smooth"  style="width:60px;" src="{% static "img/defaultLogo.png" %}"/>
+                       <img class="smooth"  style="width:60px;" src="{% static "img/episode.png" %}"/>
                {% endif %}
        </div>
        <div class="content">
index 052751f60674a62a098be45bb318a5461ca68d39..7ab146e57bd8fb5c39e9550c8f77bbe7aadf1bbf 100644 (file)
        <div class="logo">
                {% if model = "inline" and episode.image %}
                        <img src="{{ episode.image|thumbnail:'60x60' }}"/>
-               {% elif model = "inline" and episode.emission.image %}
-                       <img src="{{ episode.emission.image|thumbnail:'60x60' }}"/>
                {% elif model = "inline" %}
-                       <img class="smooth"  style="width:60px;" src="{% static "img/defaultLogo.png" %}"/>
+                       <img class="smooth"  style="width:60px;" src="{% static "img/episode.png" %}"/>
                {% elif episode.image %}
                        <img src="{{ episode.image|thumbnail:'150x150' }}"/>
-               {% elif episode.emission.image %}
-                       <img src="{{ episode.emission.image|thumbnail:'150x150' }}"/>
                {% else %}
-                       <img class="smooth" style="width:150px;" src="{% static "img/defaultLogo.png" %}"/>
+                       <img class="smooth" style="width:150px;" src="{% static "img/episode.png" %}"/>
                {% endif %}
        </div>
        <div class="content">