~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/navigation.html

  • Committer: Holger Rapp
  • Date: 2010-01-01 20:08:18 UTC
  • mto: (173.3.2 widelands)
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: rapp@mrt.uka.de-20100101200818-znihhmyhlx0o33gp
Added diff_match_patch from google, because they do not provide a setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% comment %}
2
2
   vim:ft=htmldjango
3
3
{% endcomment %}
4
 
<div class="dropdown"> 
5
 
<ul>
 
4
 
6
5
<li><a href="/">Home</a></li>
 
6
<li><a href="{% url news_index %}">News</a></li>
7
7
<li>
8
 
    <a href="{% url wiki_article "DownloadPage" %}">&emsp;&ensp;Downloads</a>
9
 
    <div class="arrow-down"></div>
 
8
    <a href="{% url wiki_article "DownloadPage" %}">Downloads</a>
10
9
    <ul>
11
10
        <li><a href="{% url wiki_article "DownloadPage" %}">The Game</a></li>
12
 
        <li><a href="{% url wiki_article "WidelandsArtwork" %}">Artworks</a></li>
13
11
        <li><a href="{% url wlmaps_index %}">Maps</a></li>
14
12
    </ul>
15
13
</li>
16
14
<li><a href="{% url wlscreens_index %}">Screenshots</a></li>
17
15
<li>
18
 
    <a href="{% url wiki_index %}">&emsp;&ensp;Wiki (Help &amp; Docu.)</a>
19
 
    <div class="arrow-down"></div>
 
16
    <a href="{% url wiki_index %}">Wiki (Help &amp; Docu.)</a>
20
17
    <ul>
21
 
        <li><a href="/wiki/GameHelp">Game Help</a></li>
22
18
        <li><a href="{% url wiki_index %}">Main Page</a></li>
23
19
        <li><a href="{% url wiki_list %}">All articles</a></li>
24
20
        <li><a href="{% url wiki_history %}">Recent changes</a></li>
 
21
        <li><a href="{% url wiki_article "WidelandsFaq" %}">FAQ</a></li>
25
22
    </ul>
26
23
</li>
27
24
<li>
28
 
    <a href="{% url pybb_index %}">&emsp;&ensp;Forum</a>
29
 
    <div class="arrow-down"></div>
 
25
    <a href="{% url pybb_index %}">Forum</a>
30
26
    <ul>
31
27
        <li><a href="{% url pybb_forum 1 %}">Technical Help</a></li>
32
28
        <li><a href="{% url pybb_forum 2 %}">Game suggestions</a></li>
33
29
        <li><a href="{% url pybb_forum 3 %}">Playing widelands</a></li>
34
30
        <li><a href="{% url pybb_forum 4 %}">Editor Forum</a></li>
35
31
        <li><a href="{% url pybb_forum 5 %}">[Deutsch] - Spielerforum</a></li>
36
 
        <li><a href="{% url pybb_forum 6 %}">[Español] - Foro de jugadores</a></li>
 
32
        <li><a href="{% url pybb_forum 6 %}">[Español] - Foro de jugadors</a></li>
37
33
        <li><a href="{% url pybb_forum 7 %}">[Française] - Forum de joueurs</a></li>
38
34
        <li><a href="{% url pybb_forum 13 %}">[English] - Player Forum</a></li>
39
35
        <li><a href="{% url pybb_forum 9 %}">Graphic Development</a></li>
42
38
        <li><a href="{% url pybb_forum 12 %}">Translations &amp; Internationalization</a></li>
43
39
    </ul>
44
40
</li>
45
 
<li>
46
 
    <a href="{% url webchat_index %}">IRC Chat</a>
47
 
</li>
48
 
<li>
49
 
    <a href="{% url wiki_article "DevelopmentPage" %}">&emsp;&ensp;Development</a>
50
 
    <div class="arrow-down"></div>
 
41
<li><a href="{% url webchat_index %}">IRC Chat</a></li>
 
42
<li>
 
43
    <a href="{% url wiki_article "DevelopmentPage" %}">Development</a>
51
44
    <ul>
52
45
        <li><a href="{% url wiki_article "DevelopmentPage" %}">Development</a></li>
53
46
        <li><a href="{% url wiki_article "DevelopersPage" %}">Developers</a></li>
54
47
        <li><a href="{% url wiki_article "MailLists" %}">Mailing Lists</a></li>
55
48
        <li><a href="{% url wiki_article "WannaHelp" %}">Wanna help?</a></li>
56
 
        <li><a href="https://bugs.launchpad.net/widelands">Widelands Bugtracker</a></li>
 
49
        <li><a href="http://sourceforge.net/tracker/?group_id=40163&amp;atid=427221">Widelands Bugtracker</a></li>
57
50
        <li><a href="https://bugs.launchpad.net/widelands-website">Website Bugtracker</a></li>
58
51
    </ul>
59
52
</li>
60
 
 {% comment %}
61
 
<li>
62
 
    <a href="{% url wlggz_main %}">Online Gaming</a>
63
 
    <ul>
64
 
        <li><a href="{% url wlggz_ranking %}">GGZ Ranking</a></li>
65
 
        <li><a href="{% url wlggz_matches %}">GGZ Matches</a></li>
66
 
        {% if user.is_authenticated %}
67
 
        <li><a href="{% url wlggz_userstats %}">GGZ Status</a></li>
68
 
        {% endif %}
69
 
        <li><a href="{% url wiki_article "InternetGaming" %}">HowTo</a></li>
70
 
    </ul>
71
 
</li>
72
 
         {% endcomment %}
73
 
        </ul>
74
 
</div> 
75
 
        
 
 
b'\\ No newline at end of file'
 
53