Reorganized flags and removed duplicates
@@ -9,7 +9,7 @@
|
||||
<ul>
|
||||
<li><a href="{{ url_for('downloads_redirect', protocol=protocol.name, file=file) }}">Any mirror</a></li>
|
||||
{% for mirror in protocol.mirrors -%}
|
||||
<li><img src="{{ url_for('static', filename='images/'+mirror.country+'.png') }}" /> {% if mirror.org_url %}<a href="{{ mirror.org_url }}">{% endif %}{{ mirror.org }}{% if mirror.org_url %}</a>{% endif %} <a href="{{ url_for('downloads_redirect', protocol=protocol.name, file=file, mirror=loop.index-1) }}">[Download]</a></li>
|
||||
<li><img src="{{ url_for('static', filename='images/flags/'+mirror.country+'.png') }}" /> {% if mirror.org_url %}<a href="{{ mirror.org_url }}">{% endif %}{{ mirror.org }}{% if mirror.org_url %}</a>{% endif %} <a href="{{ url_for('downloads_redirect', protocol=protocol.name, file=file, mirror=loop.index-1) }}">[Download]</a></li>
|
||||
{%- endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
@@ -1,14 +1,14 @@
|
||||
<ul class="languages">
|
||||
<li><a href="{{ change_lang('en') }}"><img src="{{ url_for('static', filename='images/us.png') }}" alt="English" /></a></li>
|
||||
<li><a href="{{ change_lang('es') }}"><img src="{{ url_for('static', filename='images/es.png') }}" alt="Castellano" /></a></li>
|
||||
<li><a href="{{ change_lang('zh') }}"><img src="{{ url_for('static', filename='images/zh.png') }}" alt="Chinese" /></a></li>
|
||||
<li><a href="{{ change_lang('de') }}"><img src="{{ url_for('static', filename='images/de.png') }}" alt="Deutsch" /></a></li>
|
||||
<li><a href="{{ change_lang('fr') }}"><img src="{{ url_for('static', filename='images/fr.png') }}" alt="Français" /></a></li>
|
||||
<li><a href="{{ change_lang('it') }}"><img src="{{ url_for('static', filename='images/it.png') }}" alt="Italiano" /></a></li>
|
||||
<li><a href="{{ change_lang('nl') }}"><img src="{{ url_for('static', filename='images/nl.png') }}" alt="Nederlands" /></a></li>
|
||||
<li><a href="{{ change_lang('ru') }}"><img src="{{ url_for('static', filename='images/ru.png') }}" alt="Russian" /></a></li>
|
||||
<li><a href="{{ change_lang('sv') }}"><img src="{{ url_for('static', filename='images/sv.png') }}" alt="Svenska" /></a></li>
|
||||
<li><a href="{{ change_lang('cs') }}"><img src="{{ url_for('static', filename='images/cs.png') }}" alt="Czech" /></a></li>
|
||||
<li><a href="{{ change_lang('ar') }}"><img src="{{ url_for('static', filename='images/ar.png') }}" alt="Arabic" /></a></li>
|
||||
<li><a href="{{ change_lang('el') }}"><img src="{{ url_for('static', filename='images/el.png') }}" alt="Greek" /></a></li>
|
||||
<li><a href="{{ change_lang('en') }}"><img src="{{ url_for('static', filename='images/flags/us.png') }}" alt="English" /></a></li>
|
||||
<li><a href="{{ change_lang('es') }}"><img src="{{ url_for('static', filename='images/flags/es.png') }}" alt="Castellano" /></a></li>
|
||||
<li><a href="{{ change_lang('zh') }}"><img src="{{ url_for('static', filename='images/flags/zh.png') }}" alt="Chinese" /></a></li>
|
||||
<li><a href="{{ change_lang('de') }}"><img src="{{ url_for('static', filename='images/flags/de.png') }}" alt="Deutsch" /></a></li>
|
||||
<li><a href="{{ change_lang('fr') }}"><img src="{{ url_for('static', filename='images/flags/fr.png') }}" alt="Français" /></a></li>
|
||||
<li><a href="{{ change_lang('it') }}"><img src="{{ url_for('static', filename='images/flags/it.png') }}" alt="Italiano" /></a></li>
|
||||
<li><a href="{{ change_lang('nl') }}"><img src="{{ url_for('static', filename='images/flags/nl.png') }}" alt="Nederlands" /></a></li>
|
||||
<li><a href="{{ change_lang('ru') }}"><img src="{{ url_for('static', filename='images/flags/ru.png') }}" alt="Russian" /></a></li>
|
||||
<li><a href="{{ change_lang('sv') }}"><img src="{{ url_for('static', filename='images/flags/sv.png') }}" alt="Svenska" /></a></li>
|
||||
<li><a href="{{ change_lang('cs') }}"><img src="{{ url_for('static', filename='images/flags/cs.png') }}" alt="Czech" /></a></li>
|
||||
<li><a href="{{ change_lang('ar') }}"><img src="{{ url_for('static', filename='images/flags/ar.png') }}" alt="Arabic" /></a></li>
|
||||
<li><a href="{{ change_lang('el') }}"><img src="{{ url_for('static', filename='images/flags/el.png') }}" alt="Greek" /></a></li>
|
||||
</ul>
|
||||
|
Before Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 487 B After Width: | Height: | Size: 487 B |
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 481 B |
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 453 B |
Before Width: | Height: | Size: 420 B After Width: | Height: | Size: 420 B |
Before Width: | Height: | Size: 542 B After Width: | Height: | Size: 542 B |
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 609 B |
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 228 B |