]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/stasy-vendor-detail.html
Website update.
[people/shoehn/ipfire.org.git] / www / templates / stasy-vendor-detail.html
index 8799f76f0d20bf2b08ed6d9e23be3ccb46beac4a..dc14d145dac046074df9d9cbfbeca2661fd918b0 100644 (file)
@@ -1,17 +1,26 @@
-{% extends "stasy-base-2.html" %}
+{% extends "stasy-base-1.html" %}
 
-{% block content %}
-       <h3>{{ vendor_name }}</h3>
-       {% if lang == "de" %}
-               <p>
-                       Dies ist eine Aufstellung über alle Geräte von
-                       <strong>{{ vendor_name }}</strong> in der Datenbank.
-       {% else %}
-               <p>
-                       This is a list of all devices this database knows about from
-                       <strong>{{ vendor_name }}</strong>.
-               </p>
-       {% end %}
+{% block title %}{{ vendor_name }}{% end block %}
 
-       {{ modules.StasyDeviceTable(models) }}
+{% block body %}
+       <div class="page-header">
+               <h1>{{ vendor_name }}</h1>
+       </div>
+
+       <div class="row">
+               <div class="span12">
+                       {% if lang == "de" %}
+                               <p>
+                                       Dies ist eine Aufstellung über alle Geräte von
+                                       <strong>{{ vendor_name }}</strong> in der Datenbank.
+                       {% else %}
+                               <p>
+                                       This is a list of all devices this database knows about from
+                                       <strong>{{ vendor_name }}</strong>.
+                               </p>
+                       {% end %}
+
+                       {{ modules.StasyDeviceTable(models) }}
+               </div>
+       </div>
 {% end block %}