choose.html.tmpl

来自「bugzilla的安装文件」· TMPL 代码 · 共 49 行

TMPL
49
字号
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1074451158',        'name' => 'bug/choose.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";    #line 23 "template\en\default\bug\choose.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n";    #line 0 "template\en\default\bug\choose.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => ("Search by " . $stash->get(['terms', 0, 'bug', 0]) . " number") });    $output .=  "\n\n<form method=\"get\" action=\"show_bug.cgi\">\n  <p>\n    You may find a single ";    #line 32 "template\en\default\bug\choose.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " by entering its ";    #line 32 "template\en\default\bug\choose.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " id here:\n    <input name=\"id\" size=\"6\">\n    <input type=\"submit\" value=\"Show Me This ";    #line 34 "template\en\default\bug\choose.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bug', 0]);    $output .=  "\">\n  </p>\n</form>\n";    #line 39 "template\en\default\bug\choose.html.tmpl"    $output .=  $context->process('global/footer.html.tmpl');    $output .=  "\n";        } };        if ($@) {            $error = $context->catch($@, \$output);            die $error unless $error->type eq 'return';        }            return $output;    },    DEFBLOCKS => {    },});

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?