]> git.ipfire.org Git - ipfire.org.git/blob - templates/stasy-profile.html
Remove obsolete pakfire CGI scripts.
[ipfire.org.git] / templates / stasy-profile.html
1 {% extends "stasy-base-1.html" %}
2
3 {% block title %}{{ _("Profile lookup") }}{% end block %}
4
5 {% block body %}
6 <h3>{{ _("Profile lookup") }}</h3>
7
8 <p>
9 Please enter your profile ID and have a look of the hardware components
10 that are installed on your system:
11 </p>
12
13 <form name="profile">
14 <p>
15 <input type="text" name="profile_id" size="40" maxlength="40" />
16 <input type="submit" value="{{ _("Show profile") }}" />
17 </p>
18 </form>
19 {% end block %}