[%# 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/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # bug_id: integer. The number of the bug(s). # multiple_bugs: boolean. True if bug_id contains > 1 bug number. # showsummary: boolean. True if we are showing bug summaries. # rankdir: string. "TB" if we are ranking top-to-bottom, "LR" if left-to-right. # image_url: string. The URL of the graphic showing the dependencies. # map_url: string. The URL of the map file for the image. (Optional) # image_map: string. The image map for the graphic showing the dependencies. (Optional) #%] [% title = "Dependency Graph" header = title %] [% IF NOT multiple_bugs %] [% filtered_desc = short_desc FILTER html %] [% title = "$title for $terms.bug $bug_id" header = "$header for $terms.bug $bug_id" subheader = filtered_desc %] [% END %] [% PROCESS global/header.html.tmpl %] [% image_map %]

Green circles represent open [% terms.bugs %].

[% IF image_map %] Dependency graph [% ELSE %] Dependency graph [% END %]
:
[% PROCESS global/footer.html.tmpl %]