📄 confirm-edit.html.tmpl
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({ METADATA => { 'modtime' => '1075759048', 'name' => 'admin/products/groupcontrol/confirm-edit.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 24 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" $output .= $context->process('global/variables.none.tmpl'); $output .= "\n"; #line 0 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" $output .= $context->process('global/header.html.tmpl', { 'title' => ("Confirm Group Control Change for product '" . $stash->get('product') . "'") }); $output .= "\n"; #line 36 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" # FOREACH do { my ($value, $error, $oldloop); my $list = $stash->get('mandatory_groups'); unless (UNIVERSAL::isa($list, 'Template::Iterator')) { $list = Template::Config->iterator($list) || die $Template::Config::ERROR, "\n"; } ($value, $error) = $list->get_first(); eval { $oldloop = $stash->get('loop') }; $stash->set('loop', $list); eval { LOOP: while (! $error) { $stash->{'group'} = $value; $output .= "\n<P>\ngroup '"; #line 32 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['group', 0, 'name', 0]); &$filter($output); }; $output .= "' impacts "; #line 32 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" $output .= $stash->get(['group', 0, 'count', 0]); $output .= " \n"; #line 33 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); $output .= " for\nwhich the group is newly mandatory and will be added.";; ($value, $error) = $list->get_next(); } }; $stash->set('loop', $oldloop); die $@ if $@; $error = 0 if $error && $error eq Template::Constants::STATUS_DONE; die $error if $error; }; $output .= "\n"; #line 44 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" # FOREACH do { my ($value, $error, $oldloop); my $list = $stash->get('na_groups'); unless (UNIVERSAL::isa($list, 'Template::Iterator')) { $list = Template::Config->iterator($list) || die $Template::Config::ERROR, "\n"; } ($value, $error) = $list->get_first(); eval { $oldloop = $stash->get('loop') }; $stash->set('loop', $list); eval { LOOP: while (! $error) { $stash->{'group'} = $value; $output .= "\n<P>\ngroup '"; #line 41 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" # FILTER $output .= do { my $output = ''; my $filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['group', 0, 'name', 0]); &$filter($output); }; $output .= "' impacts "; #line 41 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" $output .= $stash->get(['group', 0, 'count', 0]); $output .= " "; #line 43 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" $output .= $stash->get(['terms', 0, 'bugs', 0]); $output .= " for which the group is no longer applicable and will\nbe removed.";; ($value, $error) = $list->get_next(); } }; $stash->set('loop', $oldloop); die $@ if $@; $error = 0 if $error && $error eq Template::Constants::STATUS_DONE; die $error if $error; }; $output .= "\n<form method=\"post\" >\n"; #line 48 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" $output .= $context->process('global/hidden-fields.html.tmpl', { 'exclude' => ('' . "^Bugzilla_(login|password)") }); $output .= "\n\n <br>\n Click \"Continue\" to proceed with the change including the changes\n indicated above. If you do not want these changes, use \"back\" to\n return to the previous page.\n <p>\n <input type=\"hidden\" name=\"confirmed\" value=\"confirmed\">\n <input type=\"submit\" value=\"Continue\">\n </p>\n\n</form>\n\n"; #line 63 "template\en\default\admin\products\groupcontrol\confirm-edit.html.tmpl" $output .= $context->process('global/footer.html.tmpl'); $output .= "\n\n\n"; } }; if ($@) { $error = $context->catch($@, \$output); die $error unless $error->type eq 'return'; } return $output; }, DEFBLOCKS => { },});
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -