]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/stasy-index.html
Big update of the fireinfo service.
[people/shoehn/ipfire.org.git] / www / templates / stasy-index.html
index 491dbedfcf5f9e2c109c4e6b5c7ff19b88656a2b..0f847965fc6ab973a9824f1d13da54c4d16a9c22 100644 (file)
@@ -5,8 +5,25 @@
 {% block content %}
        <h3>{{ _("Statistical evaluation service") }}</h3>
 
-       {% for p in profiles %}
-               <a href="/profile/{{ p }}">{{ p }}</a>
-       {% end %}
+       <p>
+               Please enter your profile ID and have a look of the hardware components
+               that are installed on your system:
+       </p>
+
+       <form name="profile" method="POST">
+               {{ xsrf_form_html() }}
+               <p>
+                       <input type="text" name="profile_id" size="40" maxlength="40" />
+                       <input type="submit" value="{{ _("Show profile") }}" />
+               </p>
+       </form>
+       <br class="clear" />
+
+       <h3>XXX Just for now...</h3>
+       <p>
+               {% for p in profiles %}
+                       <a href="/profile/{{ p }}">{{ p }}</a>
+               {% end %}
+       </p>
 
 {% end block %}