created.html.tmpl

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

TMPL
52
字号
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1074451156',        'name' => 'admin/keywords/created.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 28 "template\en\default\admin\keywords\created.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => 'Adding new keyword' });    $output .=  "\n\n<p>The keyword ";    #line 32 "template\en\default\admin\keywords\created.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('name');                &$filter($output);    };        $output .=  " has been added.</p>\n\n<p><a href=\"editkeywords.cgi\">Edit existing keywords</a> or\n<a href=\"editkeywords.cgi?action=add\">add another keyword</a>.</p>\n";    #line 38 "template\en\default\admin\keywords\created.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 + -
显示快捷键?