]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/stasy-index.html
fireinfo: Remove beta message.
[people/shoehn/ipfire.org.git] / www / templates / stasy-index.html
1 {% extends "stasy-base-2.html" %}
2
3 {% block title %}Fireinfo{% end block %}
4
5 {% block content %}
6 <h3>Fireinfo</h3>
7
8 {% if lang == "de" %}
9 <p>
10 Bitte geben Sie ihre Profil-ID ein um einen Überblick über alle
11 Komponenten in Ihrem System zu erhalten:
12 </p>
13 {% else %}
14 <p>
15 Please enter your profile ID and have a look of the hardware components
16 that are installed on your system:
17 </p>
18 {% end %}
19
20 <form name="profile" method="POST">
21 {{ xsrf_form_html() }}
22 <p>
23 <input type="text" name="profile_id" size="40" maxlength="40" />
24 <input type="submit" value="{{ _("Show profile") }}" />
25 </p>
26 </form>
27 <br class="clear" />
28
29 <h3>{{ _("What is fireinfo?") }}</h3>
30 {% if lang == "de" %}
31 <p>
32 Klicken Sie <a href="http://wiki.ipfire.org/de/fireinfo/start" target="_blank">hier</a>
33 um mehr über fireinfo zu erfahren.
34 </p>
35 {% else %}
36 <p>
37 Click <a href="http://wiki.ipfire.org/en/fireinfo/start" target="_blank">here</a>
38 to learn more about how fireinfo is working.
39 </p>
40 {% end %}
41 {% end block %}