From 1c6099f4b27f31c100b8bfa0d18f439075cceff0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 23 Sep 2010 18:15:00 -0500 Subject: Make general mirror list view public Hide some columns when not logged in because they aren't relevant for the general public, but this will work nicely as a base page for all of our known mirrors. Signed-off-by: Dan McGee --- templates/devel/mirrorlist.html | 49 ----------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 templates/devel/mirrorlist.html (limited to 'templates/devel') diff --git a/templates/devel/mirrorlist.html b/templates/devel/mirrorlist.html deleted file mode 100644 index 9ae65639..00000000 --- a/templates/devel/mirrorlist.html +++ /dev/null @@ -1,49 +0,0 @@ -{% extends "base.html" %} -{% block title %}Arch Linux - Mirror Overview{% endblock %} - -{% block content %} -
- -

Mirror List

- - - - - - - - - - - - - - - - - - {% for mirror in mirror_list %} - - - - - - - - - - - - - {% endfor %} - -
ServerTierCountryAdmin EmailPublicActiveISOsProtocolsRsync IPsNotes
{{mirror.name}}{{mirror.get_tier_display}}{{mirror.country}}{{mirror.admin_email}}{{mirror.public|yesno}}{{mirror.active|yesno}}{{mirror.isos|yesno}}{{mirror.supported_protocols}}{{mirror.rsync_ips.count}}{{mirror.notes}}
-
-{% load cdn %}{% jquery %} - - -{% endblock %} -- cgit v1.2.3-54-g00ecf