]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Add mirror list to list of misc items on download page.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 17:14:49 +0000 (18:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 17:14:49 +0000 (18:14 +0100)
www/templates/downloads.html
www/translations/de_DE.csv

index daf19334d3c40711d1f14456dc45048abfd22952..dc6ced9c5c5dd0e0252e80c543506724ea15cde1 100644 (file)
                                <li><a href="{{ link("downloads/all") }}">{{ _("See older downloads...") }}</a></li>
                                <li><a href="{{ link("downloads/development") }}">{{ _("See development releases...") }}</a></li>
                                <li><a href="{{ link("downloads/torrents") }}">{{ _("See all torrents...") }}</a></li>
+                               <li><a href="{{ link("downloads/mirrors") }}">{{ _("See a list of mirrors...") }}</a></li>
                        </ul>
                </div>
                <br class="clear" />
        </div>
 {% end block %}
-
-{% block sidebar %}
-               <h4><span>IPFire</span> Mirrors</h4>
-               <ul class="links">
-                       <li class="first"><img src="{{ static_url("images/page_icons/download-mirrors_16.png") }}" alt="{{ _("IPFire Mirrors") }}" align="absmiddle"> <a href="{{ link("downloads/mirrors") }}" target="_blank">Mirror-Server</a></li>
-               </ul>
- {{ modules.SidebarBanner(banner) }}
-
-{% end block %}
index 568e1925a8a528f6805a97f29eb9541f1b228e3e..a45758b7032f127de4629f1bfe685e3be0c60840 100644 (file)
@@ -79,3 +79,4 @@
 "These are the ancient downloads of IPFire. They are just saved for historical reasons and should not be used in a productive environment.","Dies sind veraltete Downloads von IPFire. Sie sind nur aus historischen GrĂ¼nden gespeichert und sollten nicht mehr in einer produktiven Umgebung eingesetzt werden."
 "Donation","Spende"
 "Development Area","Entwicklungsbereich"
+"See a list of mirrors...","Liste der Mirror-Server anzeigen..."