]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/static/screenshots.html
Initial checkin.
[people/shoehn/ipfire.org.git] / www / templates / static / screenshots.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Screenshots") }}{% end block %}
4
5 {% block content %}
6 <img src="{{ static_url("images/screenshots/monitor.png") }}"
7 class="floatTR" alt="{{ _("Screenshots") }}" />
8
9 <p>
10 {% if lang == "de" %}
11 Hier findet Ihr einen keinen Einblick in das IPFire Webinterface.
12
13 {% else %}
14 Here you will find an insight into the IPFire webinterface.
15
16 {% end %}
17 <p>
18
19 <br class="clear" />
20
21 <h3>{{ _("System") }}</h3>
22 <div class="screenshots">
23 &nbsp;&nbsp;&nbsp;
24 <a href="{{ static_url("images/screenshots/index_%s.png" % lang) }}" title="{{ _("Home") }}"><img src="{{ static_url("images/screenshots/index_%s_tn.png" % lang) }}" border="0" alt="{{ _("Home") }}" /></a>
25 &nbsp;&nbsp;&nbsp;
26 <a href="{{ static_url("images/screenshots/backup_%s.png" % lang) }}" title="{{ _("Backup") }}"><img src="{{ static_url("images/screenshots/backup_%s_tn.png" % lang) }}" border="0" alt="{{ _("Backup") }}" /></a>
27 </div>
28 {% end block %}