updated.html.tmpl

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

TMPL
65
字号
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1075759050',        'name' => 'attachment/updated.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";    #line 29 "template\en\default\attachment\updated.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n";    #line 32 "template\en\default\attachment\updated.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => 'Changes Submitted', 'style' => 'th { text-align: left; }' });    $output .=  "\n\n<hr>\n\n<table border=\"1\">\n  <tr>\n    <td>\n      <h2>Changes to\n        <a href=\"attachment.cgi?id=";    #line 43 "template\en\default\attachment\updated.html.tmpl"    $output .=  $stash->get('attachid');    $output .=  "&amp;action=edit\">attachment ";    #line 43 "template\en\default\attachment\updated.html.tmpl"    $output .=  $stash->get('attachid');    $output .=  "</a>\n        of ";    #line 44 "template\en\default\attachment\updated.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " ";    #line 44 "template\en\default\attachment\updated.html.tmpl"    $output .=  $stash->get('bugid');    $output .=  " submitted\n      </h2>";    #line 47 "template\en\default\attachment\updated.html.tmpl"    $output .=  $context->process('bug/process/bugmail.html.tmpl', { 'mailing_bugid' => $stash->get('bugid') });    $output .=  "\n    </td>\n\n    <td>\n      <a href=\"show_bug.cgi?id=";    #line 51 "template\en\default\attachment\updated.html.tmpl"    $output .=  $stash->get('bugid');    $output .=  "\">Back to ";    #line 51 "template\en\default\attachment\updated.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bug', 0]);    $output .=  " #";    #line 51 "template\en\default\attachment\updated.html.tmpl"    $output .=  $stash->get('bugid');    $output .=  "</a>\n    </td>\n  </tr>\n</table>\n";    #line 57 "template\en\default\attachment\updated.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 + -
显示快捷键?