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

📄 fields.html.tmpl

📁 buzilla软件
💻 TMPL
📖 第 1 页 / 共 2 页
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1207083226',        'name' => 'pages/fields.html.tmpl',    },    BLOCK => sub {        my $context = shift || die "template sub called without context\n";        my $stash   = $context->stash;        my $output  = '';        my $_tt_error;                eval { BLOCK: {    $output .=  "\n";    $output .=  "\n";    #line 23 "template\en\default\pages\fields.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    #line 24 "template\en\default\pages\fields.html.tmpl"    $output .=  $context->process('global/field-descs.none.tmpl');    #line 0 "template\en\default\pages\fields.html.tmpl"    $output .=  $context->include('global/header.html.tmpl', { 'title' => ("A " . $stash->get(['terms', 0, 'Bug', 0]) . "'s Life Cycle") });    $output .=  "\n\n<p>\nThe <b>status</b> and <b>resolution</b> fields define and track the life\ncycle of ";    #line 29 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  ".  \n</p>\n\n<a name=\"status\"></a>\n<a name=\"resolution\"></a>\n\n<table border=\"1\" cellpadding=\"4\">\n  <tr align=\"center\" valign=\"top\">\n    <td width=\"50%\">\n      <h1>STATUS</h1>\n    </td>\n\n    <td>\n      <h1>RESOLUTION</h1>\n    </td>\n  </tr>\n\n  <tr valign=\"top\">\n    <td>The <b>status</b> field indicates the general health of a ";    #line 48 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ". Only certain status transitions are allowed.</td>\n\n    <td>The <b>resolution</b> field indicates what happened to this\n    ";    #line 51 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ".</td>\n  </tr>\n\n  <tr valign=\"top\">\n    <td>\n      <dl>\n        <dt>\n          <b>";    #line 58 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'UNCONFIRMED', 0]);                &$_tt_filter($output);    };        $output .=  "</b>\n        </dt>\n        <dd>\n          This ";    #line 61 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " has recently been added to the database. \n          Nobody has validated that this ";    #line 62 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is true. Users\n          who have the \"canconfirm\" permission set may confirm\n          this ";    #line 64 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  ", changing its state to ";    #line 64 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'NEW', 0]);                &$_tt_filter($output);    };        $output .=  ". Or, it may be\n          directly resolved and marked ";    #line 65 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'RESOLVED', 0]);                &$_tt_filter($output);    };        $output .=  ".\n        </dd>\n\n        <dt>\n          <b>";    #line 69 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'NEW', 0]);                &$_tt_filter($output);    };        $output .=  "</b>\n        </dt>\n        <dd>\n          This ";    #line 72 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " has recently been added to the assignee's\n          list of ";    #line 73 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " and must be processed. ";    #line 73 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in\n          this state may be accepted, and become <b>";    #line 74 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'ASSIGNED', 0]);                &$_tt_filter($output);    };        $output .=  "</b>, passed\n          on to someone else, and remain <b>";    #line 75 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'NEW', 0]);                &$_tt_filter($output);    };        $output .=  "</b>, or resolved and marked\n          <b>";    #line 76 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'RESOLVED', 0]);                &$_tt_filter($output);    };        $output .=  "</b>.\n        </dd>\n\n        <dt>\n          <b>";    #line 80 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'ASSIGNED', 0]);                &$_tt_filter($output);    };        $output .=  "</b>\n        </dt>\n        <dd>\n          This ";    #line 83 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is not yet resolved, but is assigned to the \n          proper person. From here ";    #line 84 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " can be given to another \n          person and become <b>";    #line 85 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'NEW', 0]);                &$_tt_filter($output);    };        $output .=  "</b>, or resolved and become <b>";    #line 85 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'RESOLVED', 0]);                &$_tt_filter($output);    };        $output .=  "</b>.\n        </dd>\n\n        <dt>\n          <b>";    #line 89 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'REOPENED', 0]);                &$_tt_filter($output);    };        $output .=  "</b>\n        </dt>\n        <dd>\n          This ";    #line 92 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " was once resolved, but the resolution was \n          deemed incorrect. For example, a <b>";    #line 93 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['get_resolution', [ 'WORKSFORME' ]]);                &$_tt_filter($output);    };        $output .=  "</b> ";    #line 93 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is\n          <b>";    #line 94 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'REOPENED', 0]);                &$_tt_filter($output);    };        $output .=  "</b> when more information shows up and\n          the ";    #line 95 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " is now reproducible. From here ";    #line 95 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " are\n          either marked <b>";    #line 96 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'ASSIGNED', 0]);                &$_tt_filter($output);    };        $output .=  "</b> or <b>";    #line 96 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'RESOLVED', 0]);                &$_tt_filter($output);    };        $output .=  "</b>.\n        </dd>\n      </dl>\n    </td>\n\n    <td>\n      <dl>\n        <dd>\n          No resolution yet. All ";    #line 104 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " which are in one of \n          these \"open\" states have the resolution set to blank. All \n          other ";    #line 106 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " will be marked with one of the following \n          resolutions.\n        </dd>\n      </dl>\n    </td>\n  </tr>\n\n  <tr valign=\"top\">\n    <td>\n      <dl>\n        <dt>\n          <b>";    #line 117 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'RESOLVED', 0]);                &$_tt_filter($output);    };        $output .=  "</b>\n        </dt>\n        <dd>\n          A resolution has been taken, and it is awaiting verification by\n          QA. From here ";    #line 121 "template\en\default\pages\fields.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " are either re-opened and become \n          <b>";    #line 122 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['status_descs', 0, 'REOPENED', 0]);                &$_tt_filter($output);    };        $output .=  "</b>, are marked <b>";    #line 122 "template\en\default\pages\fields.html.tmpl"        # FILTER    $output .=  do {

⌨️ 快捷键说明

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