From 63ed510dfa9ac705d16df4344da5e41fcab6137e Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Fri, 21 Dec 2012 17:11:41 -0500 Subject: Introduction of new ProdCompSearch extension --- .../template/en/default/pages/prodcompsearch.html.tmpl | 15 +++++++++++++++ .../template/en/default/prodcompsearch/form.html.tmpl | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl create mode 100644 extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl (limited to 'extensions/ProdCompSearch/template') diff --git a/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl b/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl new file mode 100644 index 000000000..0948fd1a0 --- /dev/null +++ b/extensions/ProdCompSearch/template/en/default/pages/prodcompsearch.html.tmpl @@ -0,0 +1,15 @@ +[% PROCESS global/variables.none.tmpl %] + +[% PROCESS global/header.html.tmpl + title = "File a $terms.Bug" + javascript_urls = [ "extensions/ProdCompSearch/web/js/prod_comp_search.js" ] + style_urls = [ "extensions/ProdCompSearch/web/styles/prod_comp_search.css" ] +%] + +
+ [% PROCESS prodcompsearch/form.html.tmpl + query_header = "File a $terms.Bug:" + %] +
+ +[% PROCESS global/footer.html.tmpl %] diff --git a/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl new file mode 100644 index 000000000..79693fcec --- /dev/null +++ b/extensions/ProdCompSearch/template/en/default/prodcompsearch/form.html.tmpl @@ -0,0 +1,16 @@ +[%# 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. + #%] + +
+
+ [% input_label FILTER none %] + +
+ +
-- cgit v1.2.3-24-g4f1b