Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
175352c4
Commit
175352c4
authored
Sep 21, 2013
by
Simon Daron
Browse files
Images for defaut emission/episodes
parent
e904635f
Changes
7
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/img/panik/RESYMBOL.otf
deleted
100644 → 0
View file @
e904635f
File deleted
panikweb_templates/static/img/panik/actu.png
deleted
100644 → 0
View file @
e904635f
454 Bytes
panikweb_templates/static/img/panik/emission.png
deleted
100644 → 0
View file @
e904635f
505 Bytes
panikweb_templates/static/img/panik/episode.png
deleted
100644 → 0
View file @
e904635f
350 Bytes
panikweb_templates/templates/emissions/resume.html
View file @
175352c4
...
...
@@ -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"
>
...
...
panikweb_templates/templates/episodes/inline.html
View file @
175352c4
...
...
@@ -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"
>
...
...
panikweb_templates/templates/episodes/resume.html
View file @
175352c4
...
...
@@ -25,16 +25,12 @@
<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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment