]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/stasy-model-detail.html
Move everything to the root of the repository.
[ipfire.org.git] / www / templates / stasy-model-detail.html
diff --git a/www/templates/stasy-model-detail.html b/www/templates/stasy-model-detail.html
deleted file mode 100644 (file)
index d50c05c..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-{% extends "stasy-base-1.html" %}
-
-{% block title %}{{ vendor_name }} - {{ model_name or model_id }}{% end block %}
-
-{% block body %}
-       <div class="page-header">
-               <h1>{{ vendor_name }} - {{ model_name or model_id  }}</h1>
-       </div>
-
-       <p>
-               {{ _("This device is installed on approximately %.2f%% of all systems.") % percentage }}
-       </p>
-
-       <h2>{{ _("Feedback") }}</h2>
-       {% if lang == "de" %}
-               <p>
-                       Im IPFire-Wiki befindet sich eine Sektion mit Kommentaren und Ratschlägen
-                       zu dieser Hardware. Diese werden von der Community gesammelt.
-               </p>
-       {% else %}
-               <p>
-                       In the IPFire wiki is a section that keeps comments or instructions on
-                       the hardware. These information is maintained by the community.
-               </p>
-       {% end %}
-
-       <p>
-               {{ _("Go to the wiki") }}:
-               <a href="http://wiki.ipfire.org/{{ lang }}/hardware/fireinfo/{{ bus }}/{{ vendor_id }}/{{ model_id }}">{{ vendor_name }} - {{ model_name or model_id }}</a>
-       </p>
-{% end block %}