From 6bf2ddd3372a68c24fd6576421a4df28877c2de2 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 3 Mar 2015 13:50:39 +0800 Subject: Bug 1134765: Report for recruiting data --- .../default/pages/recruiting_dashboard.html.tmpl | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 extensions/BMO/template/en/default/pages/recruiting_dashboard.html.tmpl (limited to 'extensions/BMO/template/en/default/pages') diff --git a/extensions/BMO/template/en/default/pages/recruiting_dashboard.html.tmpl b/extensions/BMO/template/en/default/pages/recruiting_dashboard.html.tmpl new file mode 100644 index 000000000..8eeae3b87 --- /dev/null +++ b/extensions/BMO/template/en/default/pages/recruiting_dashboard.html.tmpl @@ -0,0 +1,46 @@ +[%# 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 %] +[% INCLUDE global/header.html.tmpl + title = "Recruiting Dashboard" + style_urls = [ "extensions/BMO/web/styles/reports.css" ] + style = "#report td { vertical-align: top; }" +%] + +

Recuriting Dashboard

+ +[% IF bugs.size %] + + + + + + + + + + + [% FOREACH bug = bugs %] + + + + + + + + + [% END %] +
[% terms.Bug %]SummaryHiring ManagerSCVPPart of Strategic PlanWhy is this critical for success
[% bug.id FILTER bug_link(bug) FILTER none %][% bug.short_desc FILTER html %][% bug.hiring_manager FILTER html %][% bug.scvp FILTER html %][% bug.strategic_plan FILTER html FILTER html_line_break %][% bug.why_critical FILTER html FILTER html_line_break %]
+[% ELSE %] +

+ No open recruiting requisitions. +

+[% END %] + +[% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b