From 0439b260c52f20ef3ec6a2bc928f8a0515aa1d93 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 16 Aug 2012 17:17:40 -0400 Subject: Dashboard improvements --- .../en/default/pages/mydashboard_old.html.tmpl | 326 --------------------- 1 file changed, 326 deletions(-) delete mode 100644 extensions/MyDashboard/template/en/default/pages/mydashboard_old.html.tmpl (limited to 'extensions/MyDashboard/template') diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard_old.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard_old.html.tmpl deleted file mode 100644 index b7f34a183..000000000 --- a/extensions/MyDashboard/template/en/default/pages/mydashboard_old.html.tmpl +++ /dev/null @@ -1,326 +0,0 @@ -[%# 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. - #%] - -[% PROCESS global/variables.none.tmpl %] - -[% PROCESS global/header.html.tmpl - title = "My Dashboard" - style_urls = [ "skins/standard/buglist.css", - "js/yui/assets/skins/sam/paginator.css", - "extensions/MyDashboard/web/styles/mydashboard.css" ] - yui = [ "datatable", "paginator" ] - javascript_urls = [ "extensions/MyDashboard/web/js/mydashboard.js" ] -%] - - - -[% standard_results = [] %] -[% saved_results = [] %] -[% FOREACH r = results %] - [% standard_results.push(r) IF !r.saved %] - [% saved_results.push(r) IF r.saved %] -[% END %] - - -
-
- - -
- - - - [% FOREACH r = standard_results %] - [% PROCESS query_results r = r %] - [% END %] - - - - (back to top) - -
-
- - - - - - - - - - - [% FOREACH request = requestee_list %] - - - - - - - [% END %] - -
RequesterFlag[% terms.Bug %]Created
[% request.requester FILTER html %][% request.type FILTER html %][% request.status FILTER html %] - [% IF request.attach_id %] - - [% request.attach_id FILTER html %]: [%+ request.attach_summary FILTER html %] - - [% ELSE %] - - [% request.bug_id FILTER html %]: [%+ request.bug_summary FILTER html %] - [% END %] - [% request.created FILTER html %]
-
- -
- - - - (back to top) - -
- - - - - - - - - - - [% FOREACH request = requester_list %] - - - - - - - [% END %] -
RequesteeFlag[% terms.Bug %]Created
[% request.requestee FILTER html %][% request.type FILTER html %][% request.status FILTER html %] - [% IF request.attach_id %] - - [% request.attach_id FILTER html %]: [%+ request.attach_summary FILTER html %] - [% ELSE %] - - [% request.bug_id FILTER html %]: [%+ request.bug_summary FILTER html %] - [% END %] - [% request.created FILTER html %]
- -
- -
- - - - (back to top) - -
-
- - - - - - - - - [% FOREACH product = products %] - - - - - [% END %] - -
CountProduct
[% product.count FILTER html %] - [% product.product FILTER html %]
-
- -
- - [% FOREACH r = saved_results %] - [% PROCESS query_results r = r %] - [% END %] -
-
- -[% PROCESS global/footer.html.tmpl %] - -[% BLOCK query_results %] - - -
- [% r.heading FILTER html %] -
- [% IF r.description %] -
- [% r.description FILTER html %] -
- [% END %] - - [% r.bugs.size FILTER html %] [% terms.bugs %] found. - - - (show list) - - - (back to top) - -
-
- - - - - - - - - - - - - - [% FOREACH bug = r.bugs %] - - - - - - - - - - [% END %] - -
IDProductVersionComponentStatusSeveritySummary
[% bug.bug_id FILTER html %][% bug.product FILTER html %][% bug.version FILTER html %][% bug.component FILTER html %][% bug.bug_status FILTER html %][% bug.bug_severity FILTER html %][% bug.short_desc FILTER html %]
-
-
-[% END %] -- cgit v1.2.3-24-g4f1b