[% title = title _ filtered_desc %]
[% generate_api_token = 1 %]
[% header = "$terms.Bug $bug.bug_id" %]
-[% header_addl_info = "Last modified: $filtered_timestamp" %]
[% javascript_urls = [ "js/util.js", "js/field.js" ] %]
[% javascript_urls.push("js/bug.js") IF user.id %]
[% javascript_urls.push('js/comment-tagging.js')
# title: string. Page title.
# header: string. Main page header.
# subheader: string. Page subheader.
- # header_addl_info: string. Additional header information.
# bodyclasses: array of extra CSS classes for the <body>
# onload: string. JavaScript code to run when the page finishes loading.
# javascript: string. Javascript to go in the header.
[% DEFAULT
subheader = ""
- header_addl_info = ""
onload = ""
style_urls = []
no_yui = 0
END;
%]
+ <meta name="generator" content="[% terms.Bugzilla _ " " _ constants.BUGZILLA_VERSION FILTER html %]">
<meta name="bugzilla-global" content="dummy"
id="bugzilla-global" data-bugzilla="[% json_encode(js_BUGZILLA) FILTER html %]">
<title>[% title %]</title>
</tr>
</table>
- [%# display the version number on the index page %]
- [% IF title == "$terms.Bugzilla Main Page" %]
- <div id="bugzilla_version">
- [% header_addl_info FILTER html %]
- </div>
- [% END %]
-
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_top" %]
</div>
[% PROCESS global/header.html.tmpl
title = "$terms.Bugzilla Main Page"
header = "Main Page"
- header_addl_info = "version " _ bugzilla_version
style_urls = [ 'skins/standard/index.css' ]
no_yui = 1
%]