From f4966aeb0e7a655c986aeb285c1a220274ddbfd9 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 22 Aug 2005 01:16:40 +0000 Subject: Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patch by Marc Schumann r=wicked a=myk --- template/en/default/pages/quicksearch.html.tmpl | 190 ++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 template/en/default/pages/quicksearch.html.tmpl (limited to 'template/en/default/pages/quicksearch.html.tmpl') diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl new file mode 100644 index 000000000..73a0172ee --- /dev/null +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -0,0 +1,190 @@ +[%# 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): N.N. + # Marc Schumann + #%] + +[% PROCESS global/variables.none.tmpl %] + +[% INCLUDE global/header.html.tmpl + title = "$terms.Bugzilla QuickSearch", + style = 'ul {margin-bottom: 2ex} + ul li {margin-top: 2ex} + ul li ul li {margin-top: 0}' + onload = 'document.forms[\'f\'].quicksearch.focus()' + %] + +

+ If you are already familiar with the original + [% terms.Bugzilla %] Search Form, + you may prefer this form. +

+ +

+ Type in one or more words (or word fragments) to search for: +

+ +
+ + +
+ +

Getting Started

+ + + +

Features

+ + + +

More Tips

+ + + +

+ By default, the following fields are searched: Summary, Keywords, Product, + Component, Status Whiteboard. If a word looks like a part of a URL, that field + is included in the search, too. +

+
+ +

+ Use the powerful [% terms.Bugzilla %] Search Form + for advanced queries. +

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