From bf9b3505a1eaf48e3bcea7594e837fb8149d99a6 Mon Sep 17 00:00:00 2001 From: keikreutler Date: Tue, 2 Aug 2016 14:56:16 +0200 Subject: [PATCH] Redesigned DOM structure on satellite.html template. --- db/templates/base/satellite.html | 50 ++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/db/templates/base/satellite.html b/db/templates/base/satellite.html index 589a4ff..b90f255 100644 --- a/db/templates/base/satellite.html +++ b/db/templates/base/satellite.html @@ -7,20 +7,41 @@ {% block top %}{% endblock %} {% block content %} + +
-
-
+
{{ satellite }}
+
+
+
{{ satellite.names }}
{{ satellite.name }}
+
+
+
+
+
+ + +
+
+
+
+
+ Transmitters +
+
+
+
{% if suggestions %}
{{ suggestions.count }} suggestion{{ suggestions.count|pluralize }} pending @@ -237,6 +258,29 @@
+ +
+
+
+
+
+ Telemetry +
+
+
+
+
+
    +
+
+
+
+
+
+
+
+
+
+ + {% endblock %}