From d08df21ec13a372ce8fbb04423d6e3a62b897303 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sun, 3 Dec 2017 12:35:10 +0000 Subject: add mirrors information --- index.tpl | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) (limited to 'index.tpl') diff --git a/index.tpl b/index.tpl index ac381af..aff5ea7 100644 --- a/index.tpl +++ b/index.tpl @@ -35,6 +35,7 @@ padding: 0em 1em 2em 1em; max-width: 1080px; padding-bottom: 1em; + padding-top: 2em; } footer { background: #111; @@ -71,6 +72,9 @@ color: #8B0000; font-weight: bold; } + .mirrors table { + width: 100%; + } @@ -85,7 +89,39 @@
- {{#mirrors}} +
+ + + + + + + + + + + {{#mirrors}} + + + + + + + {{/mirrors}} + +
Mirror nameService urlsLocationBandwidth
{{name}} + {{#urls}} + {{scheme}} + {{/urls}} + + {{location}} + + {{bandwidth}} +
+
+
+
+ {{#status}}

{{url}}

@@ -113,9 +149,9 @@
- {{/mirrors}} + {{/status}}
-
Last updated: {{lupdate}} UTC
+
Last updated: {{last_update}} UTC
-- cgit v1.2.3