⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 midair.html.tmpl

📁 bugzilla的安装文件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1075759050',        'name' => 'bug/process/midair.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 38 "template\en\default\bug\process\midair.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n";    #line 41 "template\en\default\bug\process\midair.html.tmpl"    if (!($stash->get('header_done'))) {    #line 41 "template\en\default\bug\process\midair.html.tmpl"    $output .=  $context->process('bug/process/header.html.tmpl');    }        $output .=  "\n\n<h1>Mid-air collision detected!</h1>\n\n<p>\n  Someone else has made changes to this ";    #line 46 "template\en\default\bug\process\midair.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " at the same time you were trying to.\n  The changes made were:\n</p>\n\n<p>";    #line 52 "template\en\default\bug\process\midair.html.tmpl"    $output .=  $context->process('bug/activity/table.html.tmpl', { 'incomplete_data' => 0 });    $output .=  "\n</p>\n";    #line 65 "template\en\default\bug\process\midair.html.tmpl"    if ($stash->get(['comments', 0, 'size', 0]) > $stash->get('start_at')) {    $output .=  "\n<p>\n  Added comments:\n  <blockquote>";    #line 61 "template\en\default\bug\process\midair.html.tmpl"    $output .=  $context->process('bug/comments.html.tmpl');    $output .=  "\n  </blockquote>\n</p>";    }        $output .=  "\n\n<p>\nYou have the following choices:\n</p>\n\n<ul>\n  <li>\n    <form method=\"post\" action=\"process_bug.cgi\">";    #line 75 "template\en\default\bug\process\midair.html.tmpl"    $output .=  $context->process('global/hidden-fields.html.tmpl', { 'exclude' => ('' . "^Bugzilla_(login|password)") });    $output .=  "\n      <input type=\"submit\" value=\"Submit my changes anyway\">\n        This will cause all of the above changes to be overwritten";    #line 79 "template\en\default\bug\process\midair.html.tmpl"    if ($stash->get(['comments', 0, 'size', 0]) > $stash->get('start_at')) {    $output .=  ', except for the added comment(s)';    }        $output .=  ".\n    </form>\n  </li>\n  <li>\n    <a href=\"show_bug.cgi?id=";    #line 83 "template\en\default\bug\process\midair.html.tmpl"    $output .=  $stash->get('bug_id');    $output .=  "\">Throw away my changes,\n      and revisit ";    #line 84 "template\en\default\bug\process\midair.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " ";    #line 84 "template\en\default\bug\process\midair.html.tmpl"    $output .=  $stash->get('bug_id');    $output .=  "</a>\n  </li>\n</ul>\n";    #line 89 "template\en\default\bug\process\midair.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -