From cb14de16717a12c32632d15a95e34b36edb7d178 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 7 Aug 2012 14:32:38 -0400 Subject: Initial checkin of Product Dashboard --- .../pages/productdashboard/popularity.html.tmpl | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl (limited to 'extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl') diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl new file mode 100644 index 000000000..9c7c42563 --- /dev/null +++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/popularity.html.tmpl @@ -0,0 +1,73 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + + + + + +[% IF by_popularity.size %] + [% by_popularity.size FILTER html %] [% terms.Bugs %] Found +
+
+ + + + [% FOREACH column = [ "ID", "Count", "Status", "Version" + "Component", "Severity" "Summary" ] %] + + + [% END %] + + + + [% FOREACH bug = by_popularity %] + [% count = loop.count() %] + + + + + + + + + + [% END %] + +
[% column FILTER html %]
+ [% bug.id FILTER html %][% bug.votes FILTER html %][% bug.status FILTER html %][% bug.version FILTER html %][% bug.component FILTER html %][% bug.severity FILTER html %][% bug.summary FILTER html %]
+
+
+[% ELSE %] +

No [% terms.bugs %] found.

+[% END %] -- cgit v1.2.3-24-g4f1b