~franku/widelands-website/handle_great_images

« back to all changes in this revision

Viewing changes to templates/pybb/inlines/topic_row.html

  • Committer: Holger Rapp
  • Date: 2015-02-19 06:48:12 UTC
  • mfrom: (381.1.3 widelands)
  • Revision ID: sirver@gmx.de-20150219064812-lsvhdunna95rhdru
Removed trailing slashes from the use of MEDIA_URL everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
   <tr class="topic_description {% cycle "odd" "even" %}">
9
9
         <td align="center" valign="middle">
10
10
            {% if topic|pybb_has_unreads:user %}
11
 
            <img src="{{ MEDIA_URL }}/forum/img/folder_new.png" style="margin: 0px;" alt="" align="middle" />
 
11
            <img src="{{ MEDIA_URL }}forum/img/folder_new.png" style="margin: 0px;" alt="" align="middle" />
12
12
            {% else %}
13
 
            <img src="{{ MEDIA_URL }}/forum/img/folder.png" style="margin: 0px;" alt="" align="middle" />
 
13
            <img src="{{ MEDIA_URL }}forum/img/folder.png" style="margin: 0px;" alt="" align="middle" />
14
14
            {% endif %}
15
15
         </td>
16
16
         <td id="name">
19
19
                    {% comment %}
20
20
                        oehm ja, geht nicht weil ka muss ich guggn, die frage ist. soll es fuer alle gelten oder nur fuer eine topic
21
21
                    {% endcomment %}
22
 
                    {% if subscribed %}<img src="{{MEDIA_URL}}/forum/img/en/subscribe_small.png" height="20" alt="subscribe" style="float:left" />{% endif %}
23
 
                    {% if topic.sticky %}<img src="{{MEDIA_URL}}/forum/img/en/stick_topic_small.png" height="20" alt ="Sticky" style="float:left;" /> {% endif %}
24
 
                    {% if topic.closed %}<img src="{{MEDIA_URL}}/forum/img/en/close_small.png" height="20" alt ="Closed" style="float:left; " /> {% endif %}
 
22
                    {% if subscribed %}<img src="{{ MEDIA_URL }}forum/img/en/subscribe_small.png" height="20" alt="subscribe" style="float:left" />{% endif %}
 
23
                    {% if topic.sticky %}<img src="{{ MEDIA_URL }}forum/img/en/stick_topic_small.png" height="20" alt ="Sticky" style="float:left;" /> {% endif %}
 
24
                    {% if topic.closed %}<img src="{{ MEDIA_URL }}forum/img/en/close_small.png" height="20" alt ="Closed" style="float:left; " /> {% endif %}
25
25
                    &nbsp;{{ topic.name }}
26
26
                </a>
27
27
            </span>