#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1022141645', 'name' => 'bug/dependency-graph.html.tmpl', }, BLOCK => sub { my $context = shift || die "template sub called without context\n"; my $stash = $context->stash; my $output = ''; my $error; eval { BLOCK: { $output .= "\n"; $output .= "\n\n"; $output .= "\n"; $stash->set('title', 'Dependency Graph'); $stash->set('h1', $stash->get('title')); $output .= "\n"; if (! $stash->get('multiple_bugs') && ! $stash->get('doall')) { $stash->set('title', ($stash->get('title') . " for bug " . $stash->get('bug_id'))); $stash->set('h1', ($stash->get('h1') . " for bug get('bug_id') . "\">" . $stash->get('bug_id') . "")); } $output .= "\n"; $output .= $context->process('global/header.html.tmpl'); $output .= "\n"; $output .= $stash->get('image_map'); $output .= "\n\n

\n Green circles represent open bugs.\n

\n"; if ($stash->get('image_map')) { $output .= "\n get('image_url'); $output .= "\" usemap=\"#imagemap\"> "; } else { $output .= "\n get('map_url'); $output .= "\">\n get('image_url'); $output .= "\" ismap=\"ismap\"> \n "; } $output .= "\n\n
\n\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Bug numbers:\n get('bug_id'); $output .= "\">\n
\n get('doall')) { $output .= ' checked'; } $output .= ">\n Show every bug in the system with dependencies\n
\n get('showsummary')) { $output .= ' checked'; } $output .= ">\n Show the summaries of all displayed bugs\n
\n \n
\n \n
\n"; $output .= $context->process('global/footer.html.tmpl'); $output .= "\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { }, });