#------------------------------------------------------------------------ # Compiled template generated by the Template Toolkit version 2.09 #------------------------------------------------------------------------ Template::Document->new({ METADATA => { 'modtime' => '1023231400', 'name' => 'search/search.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"; $output .= $context->process('global/header.html.tmpl', { 'title' => 'Search for bugs', 'onload' => 'selectProduct(document.forms[\'queryform\']);' }); $output .= "\n"; $stash->set('button_name', 'Search'); $output .= "\n\n
\n"; $output .= $context->process('search/form.html.tmpl'); $output .= "\n"; $output .= $context->process('search/knob.html.tmpl'); $output .= "\n\n
\n"; $output .= $context->process('search/boolean-charts.html.tmpl'); $output .= "\n\n

\n Give me a clue about how to use this form.\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 => { }, });