1[%# This Source Code Form is subject to the terms of the Mozilla Public
2  # License, v. 2.0. If a copy of the MPL was not distributed with this
3  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4  #
5  # This Source Code Form is "Incompatible With Secondary Licenses", as
6  # defined by the Mozilla Public License, v. 2.0.
7  #%]
8
9[% PROCESS global/header.html.tmpl
10   title = "Suche nach ${terms.bug}nummer"
11 %]
12
13<form method="get" action="show_bug.cgi">
14  <p>
15    Sie können sich einen [% terms.bug %] anzeigen lassen, wenn
16    Sie seine [% terms.bug %]nummer wissen.<br>
17    Geben Sie die [% terms.bug %]nummer hier ein:
18    <input name="id" size="6">
19    <input type="submit" id="show" value="Zeig' mir diesen [% terms.Bug %]">
20  </p>
21</form>
22
23[% PROCESS global/footer.html.tmpl %]
24