From 9dc89e8287d9f34da140d0494005388b7abc14c2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 15 Sep 2009 20:13:11 -0500 Subject: Add a basic mirror view for the dev site Signed-off-by: Dan McGee --- templates/devel/mirrorlist.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 templates/devel/mirrorlist.html (limited to 'templates/devel') diff --git a/templates/devel/mirrorlist.html b/templates/devel/mirrorlist.html new file mode 100644 index 00000000..01699daf --- /dev/null +++ b/templates/devel/mirrorlist.html @@ -0,0 +1,32 @@ +{% extends "base.html" %} + +{% block content %} +
+ + + + + + + + + + + + + {% for mirror in mirror_list %} + + + + + + + + + + + + {% endfor %} +
NameCountryAdmin EmailPublicActiveISOsProtocolsRsync IPsNotes
{{mirror.name}}{{mirror.country}}{{mirror.admin_email}}{{mirror.public|yesno}}{{mirror.active|yesno}}{{mirror.isos|yesno}}{{mirror.supported_protocols}}{{mirror.rsync_ips.count}}{{mirror.notes}}
+
+{% endblock %} -- cgit v1.2.3-54-g00ecf