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

📄 edit.html.tmpl

📁 bugzilla的安装文件
💻 TMPL
📖 第 1 页 / 共 2 页
字号:
        $output .=  "\n                >Mandatory\n              </option>\n            </select>\n          </td>\n          <td>\n            <select name=\"othercontrol_";    #line 89 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['group', 0, 'id', 0]);    $output .=  "\">\n              <option value=";    #line 90 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['const', 0, 'CONTROLMAPNA', 0]);    #line 90 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    if ($stash->get(['group', 0, 'othercontrol', 0]) eq $stash->get(['const', 0, 'CONTROLMAPNA', 0])) {    $output .=  ('' . " selected=\"selected\"");    }        $output .=  "\n                >NA\n              </option>\n              <option value=";    #line 94 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['const', 0, 'CONTROLMAPSHOWN', 0]);    #line 94 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    if ($stash->get(['group', 0, 'othercontrol', 0]) eq $stash->get(['const', 0, 'CONTROLMAPSHOWN', 0])) {    $output .=  ('' . " selected=\"selected\"");    }        $output .=  "\n                >Shown\n              </option>\n              <option value=";    #line 98 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['const', 0, 'CONTROLMAPDEFAULT', 0]);    #line 98 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    if ($stash->get(['group', 0, 'othercontrol', 0]) eq $stash->get(['const', 0, 'CONTROLMAPDEFAULT', 0])) {    $output .=  ('' . " selected=\"selected\"");    }        $output .=  "\n                >Default\n              </option>\n              <option value=";    #line 102 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['const', 0, 'CONTROLMAPMANDATORY', 0]);    #line 102 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    if ($stash->get(['group', 0, 'othercontrol', 0]) eq $stash->get(['const', 0, 'CONTROLMAPMANDATORY', 0])) {    $output .=  ('' . " selected=\"selected\"");    }        $output .=  "\n                >Mandatory\n              </option>\n            </select>\n          </td>\n          <td>\n            <input type=checkbox value=1 name=canedit_";    #line 109 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['group', 0, 'id', 0]);    #line 109 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    if ($stash->get(['group', 0, 'canedit', 0])) {    $output .=  ('' . " checked=\"checked\"");    }        $output .=  ">\n          </td>\n          <td>";    #line 113 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['group', 0, 'bugcount', 0]);    $output .=  "\n          </td>\n        </tr>";    }    ;                ($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\n  </table>\n  <br>\n  <input type=submit name=\"submit\" value=\"submit\">\n  <br>\n</form>\n\n\n<p>\nThese settings control the relationship of the groups to this\nproduct.\n<p>\nIf any group has <b>Entry</b> selected, then this product will\nrestrict ";    #line 131 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " entry to only those users who are members of all the\ngroups with entry selected.\n<p>\nIf any group has <b>Canedit</b> selected, then this product\nwill be read-only for any users who are not members of all of\nthe groups with Canedit selected. ONLY users who are members of\nall the canedit groups will be able to edit. This is an additional\nrestriction that further restricts what can be edited by a user.\n<p>\nThe <b>MemberControl</b> and <b>OtherControl</b> fields\nindicate which ";    #line 141 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " will be placed in\nthis group according to the following definitions.\n<br>\n<table border=1>\n  <tr>\n    <th>\n      MemberControl\n    </th>\n    <th>\n      OtherControl\n    </th>\n    <th>\n      Interpretation\n    </th>\n  </tr>\n  <tr>\n    <td>\n      NA\n    </td>\n    <td>\n      NA\n    </td>\n    <td>";    #line 165 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in this product are never associated with this group.\n    </td>\n  </tr>\n  <tr>\n    <td>\n      Shown\n    </td>\n    <td>\n      NA\n    </td>\n    <td>";    #line 177 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in this product are permitted to be restricted to this\n      group.  Users who are a member of this group will be able to place ";    #line 178 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " in\n      this group.\n    </td>\n  </tr>\n  <tr>\n    <td>\n      Shown\n    </td>\n    <td>\n      Shown\n    </td>\n    <td>";    #line 191 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in this product can be placed in this group by anyone\n      with permission to edit the ";    #line 192 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " even if they are not a member\n      of this group.\n    </td>\n  </tr>\n  <tr>\n    <td>\n      Shown\n    </td>\n    <td>\n      Default\n    </td>\n    <td>";    #line 205 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in this product can be placed in this group by anyone\n      with permission to edit the ";    #line 206 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " even if they are not a member\n      of this group. Non-members place ";    #line 207 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " in this group by default.\n    </td>\n  </tr>\n  <tr>\n    <td>\n      Shown\n    </td>\n    <td>\n      Mandatory\n    </td>\n    <td>";    #line 219 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in this product are permitted to be restricted to this\n      group.  Users who are a member of this group will be able to place ";    #line 220 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  "\n       in this group.  Non-members will be forced to restrict ";    #line 221 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " to\n       this group when they initially enter ";    #line 222 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  " in this product.\n    </td>\n  </tr>\n  <tr>\n    <td>\n      Default\n    </td>\n    <td>\n      NA\n    </td>\n    <td>";    #line 234 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in this product are permitted to be restricted to this\n      group and are placed in this group by default.  Users who are a member of this\n      group will be able to place ";    #line 236 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " in this group.\n    </td>\n  </tr>\n  <tr>\n    <td>\n      Default\n    </td>\n    <td>\n      Default\n    </td>\n    <td>";    #line 248 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in this product are permitted to be restricted to this\n      group and are placed in this group by default.  Users who are a member of this group\n      will be able to place ";    #line 250 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " in this group.  Non-members will be\n      able to restrict ";    #line 251 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " to this group on entry and will do so by default\n    </td>\n  </tr>\n  <tr>\n    <td>\n      Default\n    </td>\n    <td>\n      Mandatory\n    </td>\n    <td>";    #line 263 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in this product are permitted to be restricted to this\n      group and are placed in this group by default.  Users who are a member of this group\n      will be able to place ";    #line 265 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " in this group. Non-members will be forced\n      to place ";    #line 266 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " in this group on entry.\n    </td>\n  </tr>\n  <tr>\n    <td>\n      Mandatory\n    </td>\n    <td>\n      Mandatory\n    </td>\n    <td>";    #line 278 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  " in this product are required to be restricted to this\n      group.  Users are not given any option.\n    </td>\n  </tr>\n</table>\n\n";    #line 286 "template\en\default\admin\products\groupcontrol\edit.html.tmpl"    $output .=  $context->process('global/footer.html.tmpl');    $output .=  "\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 + -