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

📄 create.html.tmpl

📁 bugzilla的安装文件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1079626916',        'name' => 'admin/groups/create.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 27 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => 'Add group', 'h2' => 'This page allows you to define a new user group.' });    $output .=  "\n\n<form method=\"post\" action=\"editgroups.cgi\">\n  <table border=\"1\" cellpadding=\"4\" cellspacing=\"0\"><tr>\n    <th>New Name</th>\n    <th>New Description</th>\n    <th>New User RegExp</th>\n    <th>Use For ";    #line 37 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  "</th>\n  </tr><tr>\n    <td><input size=\"20\" name=\"name\"></td>\n    <td><input size=\"40\" name=\"desc\"></td>\n    <td><input size=\"30\" name=\"regexp\"></td>\n    <td><input type=\"checkbox\" name=\"isactive\" value=\"1\" checked></td>\n  </tr></table><hr>\n\n  <input type=\"checkbox\" name=\"insertnew\" value=\"1\"";    #line 47 "template\en\default\admin\groups\create.html.tmpl"    if ($stash->get(['Param', [ 'makeproductgroups' ]])) {    $output .=  " checked";    }        $output .=  ">\n    Insert new group into all existing products.<p>\n  <input type=\"submit\" value=\"Add\">\n  <input type=\"hidden\" name=\"action\" value=\"new\">\n</form>\n\n<p><b>Name</b> is what is used with the UserInGroup() function in any\ncustomized cgi files you write that use a given group.  It can also be used\nby people submitting ";    #line 55 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " by email to limit ";    #line 55 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  " to\na certain set of groups. It may not contain any spaces.</p>\n\n<p><b>Description</b> is what will be shown in the ";    #line 58 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " reports\nto members of the group where they can choose whether\nthe ";    #line 60 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " will be restricted to others in the same group.</p>\n\n<p>The <b>Use For ";    #line 62 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugs', 0]);    $output .=  "</b> flag determines whether or not the\ngroup is eligible to be used for ";    #line 63 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  ". If you clear this, it will\nno longer be possible for users to add ";    #line 64 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " to this group,\nalthough ";    #line 65 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " already in the group will remain in the group.\nDoing so is a much less drastic way to stop a group from growing\nthan deleting the group would be. <b>Note: If you are creating\na group, you probably want it to be usable for ";    #line 68 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  ", in which\ncase you should leave this checked.</b></p>\n\n<p><b>User RegExp</b> is optional, and if filled in, will \nautomatically grant membership to this group to anyone with an \nemail address that matches this regular expression.</p>\n\n<p>By default, the new group will be associated with existing \nproducts. Unchecking the \"Insert new group into all existing \nproducts\" option will prevent this and make the group become \nvisible only when its controls have been added to a product.</p>\n\n<p>Back to the <a href=\"./\">main ";    #line 80 "template\en\default\admin\groups\create.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " page</a>\n\nor to the <a href=\"editgroups.cgi\">group list</a>.\n";    #line 85 "template\en\default\admin\groups\create.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 + -