From f1f2319b679fa01ec9060691491e5ed9039d2924 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Aug 2006 00:54:04 +0000 Subject: Bug 304889: Templatize reports.cgi - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/reports/old-charts.html.tmpl | 69 ++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 template/en/default/reports/old-charts.html.tmpl (limited to 'template/en/default/reports') diff --git a/template/en/default/reports/old-charts.html.tmpl b/template/en/default/reports/old-charts.html.tmpl new file mode 100644 index 000000000..724dba6c3 --- /dev/null +++ b/template/en/default/reports/old-charts.html.tmpl @@ -0,0 +1,69 @@ +[%# 1.0@bugzilla.org %] +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # Contributor(s): Frédéric Buclin + #%] + +[%# INTERFACE: + # products: an array of product names the user is allowed to view. + # datasets: an array of hashes with available statuses and resolutions. + # url_image: URL of the generated graph. + #%] + +[% PROCESS "global/field-descs.none.tmpl" %] + +[% PROCESS global/header.html.tmpl title = "$terms.Bug Charts" + h1 = "Welcome to the $terms.Bugzilla Charting Kitchen" %] + +
+ [% IF url_image %] + +
+ [% ELSE %] +
+ + + + + + + + + + + + +
Product: + +
Chart datasets: + +
+ +
+
+ [% END %] +
+ +[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b