~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlmaps/index.html

merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
{% load threadedcommentstags %}
10
10
{% load pagination_tags %}
11
11
{% load ratings %}
12
 
{% block content %}
13
 
<a href="{% url 'wlmaps_upload' %}" class="posRight invertedColor small">Upload a new map</a>
14
 
<h1>Maps</h1>
 
12
 
 
13
 
 
14
{% block content_header %}
 
15
        <h1>Maps</h1>
 
16
{% endblock %}
 
17
{% block content_tabbing %}
 
18
        <ul class="tab-list small">
 
19
                <li>
 
20
                        <a href="{% url 'wlmaps_upload' %}">Upload a new map</a>
 
21
                </li>
 
22
        </ul>
 
23
{% endblock %}
 
24
 
 
25
{% block content_main %}
 
26
 
15
27
<div class="blogEntry">
16
28
        <p>
17
29
        The map files have to be placed in the Widelands map directory to be found by the game. Check the <a href="/wiki/Technical%20FAQ/#where_are_my_maps_and_savegames_stored">Technical FAQ</a> to find the map directory.
70
82
                                                <td class="spacer"></td>
71
83
                                                <td colspan="2">
72
84
                                                        <a class="button" href="{% url 'wlmaps_download' map.slug %}">
73
 
                                                                <img src="{{ MEDIA_URL }}img/download.png" alt ="" class="middle" />
 
85
                                                                <img src="{{ MEDIA_URL }}img/arrow_down_short.png" alt ="" class="middle" />
74
86
                                                                <span class="middle">Direct Download</span>
75
87
                                                        </a>
76
88
                                                </td>