]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/downloads.html
Huge website update.
[people/shoehn/ipfire.org.git] / www / templates / downloads.html
index dc6ced9c5c5dd0e0252e80c543506724ea15cde1..fc0d7bf4725168e4fc8aaa48fd01f1b21ca67d44 100644 (file)
@@ -1,89 +1,87 @@
-{% extends "base.html" %}
+{% extends "base-1.html" %}
 
-{% block title %}{{ _("Downloads") }}{% end block %}
+{% block title %}{{ _("Get IPFire") }}{% end block %}
 
-{% block content %}
-       <div class="post">
-               <a name="latest"></a>
-               <h3>{{ _("Download IPFire") }}</h3>
-
-               <img src="{{ static_url("images/box_ipfire.png") }}" alt="{{ _("CD-Box") }}" class="floatTR" />
-
-               {% if lang == "de" %}
-                       <p>
-                               Auf dieser Seite können Sie <strong>kostenlos</strong> die neueste
-                               Version von IPFire herunterladen. Ältere Versionen oder
-                               andere Downloadoptionen finden Sie weiter unten auf der Seite.
-                       </p>
-
-                       <p>
-                               IPFire ist innerhalb von 15 bis 20 Minuten eingerichtet.
-                               Eine <a href="http://wiki.ipfire.org/{{ lang }}/installation/start"
-                               target="_blank">Installationsanleitung</a>
-                               ist in unserem Wiki zu finden.
-                       </p>
+{% block body %}
+       <div class="page-header">
+               <h1>{{ _("Get IPFire") }}</h1>
+       </div>
 
-                       <p>
-                               Sollte Ihnen diese Software gefallen, würden sich die Betreiber
-                               über ein kleines <a href="donation">Dankeschön</a> freuen.
-                       </p>
-               {% else %}
-                       <p>
-                               On this page one can download the latest version of IPFire
-                               <strong>for free</strong>. Older versions and other downloads
-                               can be retrieved on the linked pages below.
-                       </p>
+       <div class="row">
+               <div class="span6 offset3">
+                       <ul class="thumbnails">
+                               <li class="span6">
+                                       <div class="thumbnail download-box ac">
+                                               <h4>
+                                                       {{ release.name }}
+                                                       <br>
+                                                       <small>{{ locale.format_date(release.date, shorter=True) }}</small>
+                                               </h4>
 
-                       <p>
-                               IPFire can be installed within 15 to 20 minutes. An
-                               <a href="http://wiki.ipfire.org/{{ lang }}/installation/start"
-                               target="_blank">installation guide</a> can be found on our wiki.
-                       </p>
+                                               <hr>
 
-                       <p>
-                               If you like this piece of software, developers appreciate your
-                               <a href="donate">donations</a>.
-                       </p>
-               {% end %}
+                                               {{ modules.DownloadButton(release) }}
+                                               <br>
 
-               <div class="bigdownload">
-                       <a href="{{ release.iso.url }}">
-                               {{ _("Begin download") }}<br />
-                               {{ release.name }}
-                       </a>
+                                               <a href="http://downloads.ipfire.org/latest">
+                                                       <small>{{ _("More download options") }}</small>
+                                               </a>
+                                       </div>
+                               </li>
+                       </ul>
                </div>
-
-               <table class="download">
-                       {% for download in release.downloads %}
-                               <tr class="{{ download.type }}">
-                                       <td class="icon">
-                                               <img src="{{ static_url("images/download_type_%s.png" % download.type) }}"
-                                                       alt="{{ download.type }}" />
-                                       </td>
-                                       <td class="link">
-                                               <a href="{{ download.url }}">{{ _(download.desc) }}</a>
-                                       </td>
-                                       <td>
-                                               {{ _(download.rem) }}
-                                       </td>
-                               </tr>
-                       {% end %}
-               </table>
-
-               <br class="clear" />
        </div>
 
-       <div class="post">
-               <a name="other"></a>
-               <h3>{{ _("Other download options") }}</h3>
-               <div class=pr_li>
-                       <ul>
-                               <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>
+       <hr>
+
+       <div class="row">
+               <div class="span7">
+                       {% if lang == "de" %}
+                               <p class="lead">
+                                       Lade IPFire jetzt <a href="/features/itsfree">kostenlos</a> herunter!
+                               </p>
+                               <p>
+                                       Wenn du IPFire das erste mal herunterlädst, dann zögere nicht
+                                       es endlich auszuprobieren. Es dauert nur 15 Minuten, bis
+                                       diese freie Firewall-Distribution auch dein Netzwerk schützt.
+                               </p>
+                       {% else %}
+                               <p class="lead">
+                                       Download IPFire now and learn why IPFire is
+                                       <a href="/features/itsfree">free</a>!
+                               </p>
+                               <p>
+                                       If you are downloading IPFire for the first time, don't be afraid.
+                                       The installation process takes only about 15 minutes until you're
+                                       running a free firewall distribution that's actively protecting your network.
+                               </p>
+                       {% end %}
+               </div>
+       
+               <div class="span5">
+                       <div class="well">
+                               <h4>{{ _("Get yourself involved") }}</h4>
+                               {% if lang == "de" %}
+                                       <p>
+                                               Wir wünschen uns von jedem, der IPFire herunterlädt sich
+                                               selbst in das Projekt mit einzubringen.
+                                       </p>
+                                       <p>
+                                               Tritt der <a href="/getinvolved">Community</a> bei,
+                                               unterstütze die Entwicklung oder tätige eine
+                                               <a href="/donate">Spende</a>.
+                                       </p>
+                               {% else %}
+                                       <p>
+                                               We ask everyone who downloads IPFire to contribute
+                                               themselves to the project.
+                                       </p>
+                                       <p>
+                                               Join the <a href="/getinvolved">community</a>, take
+                                               part in the development or <a href="/donate">donate</a>.
+                                       </p>
+                               {% end %}
+                       </div>
                </div>
-               <br class="clear" />
        </div>
 {% end block %}