4aecfc1b812d0647b74861a54a115826056efb77
[vuplus_webkit] / Websites / bugs.webkit.org / template / en / default / bug / process / header.html.tmpl
1 [%# The contents of this file are subject to the Mozilla Public
2   # License Version 1.1 (the "License"); you may not use this file
3   # except in compliance with the License. You may obtain a copy of
4   # the License at http://www.mozilla.org/MPL/
5   #
6   # Software distributed under the License is distributed on an "AS
7   # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8   # implied. See the License for the specific language governing
9   # rights and limitations under the License.
10   #
11   # The Original Code is the Bugzilla Bug Tracking System.
12   #
13   # The Initial Developer of the Original Code is Netscape Communications
14   # Corporation. Portions created by Netscape are
15   # Copyright (C) 1998 Netscape Communications Corporation. All
16   # Rights Reserved.
17   #
18   # Contributor(s): Gervase Markham <gerv@gerv.net>
19   #%]
20
21 [%# INTERFACE:
22   # As global/header.html.tmpl.
23   #%]
24
25 [% PROCESS global/variables.none.tmpl %]
26
27 [% USE Bugzilla %]
28
29 [% IF    title_tag == "bug_processed" %]
30   [% title = BLOCK %]
31     [% IF Bugzilla.cgi.param('id') %]
32       [% terms.Bug %] [%+ id FILTER html %]
33     [% ELSE %]
34       [% terms.Bugs %]
35     [% END %]
36     processed
37   [% END %]
38 [% ELSIF title_tag == "mid_air" %]
39   [% title = "Mid-air collision!" %]
40 [% ELSIF title_tag == "change_votes" %]
41   [% title = "Change Votes" %]
42 [% END %]
43
44 [% PROCESS global/header.html.tmpl
45   javascript_urls = [ "js/util.js", "js/field.js",
46                       "js/yui/yahoo-dom-event.js", "js/yui/calendar.js" ]
47   style_urls = [ "skins/standard/yui/calendar.css", "skins/standard/show_bug.css" ]
48   doc_section = "bug_page.html"
49 %]