header.html.tmpl 813 Bytes
Newer Older
1 2 3
[%# 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/.
4
  #
5 6
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
7 8 9 10 11
  #%]

[%# INTERFACE:
  # As global/header.html.tmpl.
  #%]
12

13 14
[% USE Bugzilla %]

15 16
[% PROCESS "bug/show-header.html.tmpl" %]

17
[% IF    title_tag == "bug_processed" %]
18 19
  [% title = BLOCK %]
    [% IF Bugzilla.cgi.param('id') %]
20
      [%+ id FILTER html %]
21 22 23 24 25
    [% ELSE %]
      [% terms.Bugs %]
    [% END %]
    processed
  [% END %]
26 27 28
[% ELSIF title_tag == "mid_air" %]
  [% title = "Mid-air collision!" %]
[% END %]
29

30 31
[% Hook.process('title') %]

32
[% PROCESS global/header.html.tmpl %]