From 2d03bf1974d5ffd798c0e037baa6e9c8b40335d0 Mon Sep 17 00:00:00 2001 From: Fabian Faessler Date: Sun, 29 Sep 2013 23:02:52 +0200 Subject: [PATCH] changed overview ui --- nsupdate/main/templates/main/overview.html | 32 +++++++++++++--------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index c8864fb..2854884 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -3,7 +3,7 @@ {% block content %}
-
+

Host List

@@ -24,22 +24,28 @@ {% endfor %}
domainlast IP updateIPv4IPv6commentaction
-
-

New Host

-
- {% csrf_token %} - {{ form|bootstrap }} - -
-
+

+
-

Information

-

We try to get your IP addresses through a trick. We host two fake images on a IPv4 and IPv6 domain and we can associate those with your session. If we find an IP address, we will update this information accordingly. This allows us to get your IPv4 address even when you are using your IPv6 and vice versa.

- your IPv4: {{ request.session.ipv4 }}
- your IPv6: {{ request.session.ipv6 }} +
+

New Host

+
+ {% csrf_token %} + {{ form|bootstrap }} + +
+
+
+
+
+

Information

+

We try to get your IP addresses through a trick. We host two fake images on a IPv4 and IPv6 domain and we can associate those with your session. If we find an IP address, we will update this information accordingly. This allows us to get your IPv4 address even when you are using your IPv6 and vice versa.

+ your IPv4: {{ request.session.ipv4 }}
+ your IPv6: {{ request.session.ipv6 }} +
{% endblock %}