From 96fecb1079a1ad4a2b574616bc6611678fa53dc8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 8 Dec 2011 10:51:52 -0600 Subject: Multilib differences report This new tables shows multilib packages paired with their regular counterparts in the normal repos if the pkgver differs. A few name hacks are needed to trim lib32-, -multilib, etc. from the name to find the matching package. Signed-off-by: Dan McGee --- templates/packages/differences.html | 86 ++++++++++++++++++++++++++----------- 1 file changed, 62 insertions(+), 24 deletions(-) (limited to 'templates') diff --git a/templates/packages/differences.html b/templates/packages/differences.html index 33455d2..f5416d2 100644 --- a/templates/packages/differences.html +++ b/templates/packages/differences.html @@ -4,31 +4,32 @@ {% block content %} {% if differences %} -
+

Package Differences by Architecture

-

Filter Differences View

-
-
- Select filter criteria -
- -
-
-
-
-
-
-
-
-
+
+

Filter Differences View

+
+
+ Select filter criteria +
+ +
+
+
+
+
+
+
+
+
+ {# TODO some sort of spacing here #} -
- +
@@ -57,17 +58,54 @@
Package Name
+ +
+

Multilib Differences to Main Packages

+ + + + + + + + + + + + + + + {% for pkg1, pkg2 in multilib_differences %} + + + + + + + + + + {% endfor %} + +
Multilib NameMultilib Versioni686 Versioni686 Namei686 RepoMultilib Last Updatedi686 Last Updated
{{ pkg1.pkgname }}{{ pkg1.full_version }}{{ pkg2.full_version }}{{ pkg2.pkgname }}{{ pkg2.repo }}{{ pkg1.last_update|date }}{{ pkg2.last_update|date }}
+ +
+ {% load cdn %}{% jquery %} {% endif %} -- cgit v1.2.3-24-g4f1b