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

📄 create-guided.html.tmpl

📁 buzilla软件
💻 TMPL
📖 第 1 页 / 共 3 页
字号:
    $output .=  $stash->get(['terms', 0, 'zeroSearchResults', 0]);    $output .=  "</b></tt> message, ";    #line 166 "template\en\default\bug\create\create-guided.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  "\n  found no ";    #line 167 "template\en\default\bug\create\create-guided.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " that\n  match. Check for typing mistakes, or try fewer or different keywords.\n  If you find ";    #line 169 "template\en\default\bug\create\create-guided.html.tmpl"    $output .=  $stash->get(['terms', 0, 'abug', 0]);    $output .=  " that looks the same as yours, please add\n  any useful extra information you have to it, rather than opening a new one.\n</p>\n\n\n<a name=\"step2\"></a>\n<h3>Step 2 of 3 - give information</h3>\n\n<p>\n  If you've tried a few searches and your ";    #line 178 "template\en\default\bug\create\create-guided.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " really isn't in \n  there, tell us all about it.\n</p>\n\n<form method=\"post\" action=\"post_bug.cgi\">\n  <input type=\"hidden\" name=\"format\" value=\"guided\">\n  <input type=\"hidden\" name=\"assigned_to\" value=\"\">\n  <input type=\"hidden\" name=\"priority\"\n         value=\"";    #line 186 "template\en\default\bug\create\create-guided.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['default', 0, 'priority', 0]);                &$_tt_filter($output);    };        $output .=  "\">\n  <input type=\"hidden\" name=\"version\"\n         value=\"";    #line 188 "template\en\default\bug\create\create-guided.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['default', 0, 'version', 0]);                &$_tt_filter($output);    };        $output .=  "\">\n  <input type=\"hidden\" name=\"token\" value=\"";    #line 189 "template\en\default\bug\create\create-guided.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('token');                &$_tt_filter($output);    };        $output .=  "\">\n\n<table valign=\"top\" cellpadding=\"5\" cellspacing=\"5\" border=\"0\">\n\n  <tr bgcolor=\"";    #line 193 "template\en\default\bug\create\create-guided.html.tmpl"    $output .=  $stash->get('tablecolour');    $output .=  "\">\n    <td align=\"right\" valign=\"top\">\n      <b>Product</b>\n    </td>\n    <td valign=\"top\">\n      <input type=\"hidden\" name=\"product\" value=\"";    #line 198 "template\en\default\bug\create\create-guided.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['product', 0, 'name', 0]);                &$_tt_filter($output);    };        $output .=  "\">";    #line 199 "template\en\default\bug\create\create-guided.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['product', 0, 'name', 0]);                &$_tt_filter($output);    };        $output .=  "\n    </td>\n  </tr>\n\n  <tr>\n    <td align=\"right\" valign=\"top\">\n      <b>Component</b>\n    </td>\n    <td valign=\"top\">\n      <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n        <tr>\n          <td valign=\"top\">\n            <select name=\"component\" id=\"component\"\n                    size=\"5\" onchange=\"PutDescription()\">";    #line 218 "template\en\default\bug\create\create-guided.html.tmpl"        # FOREACH     do {        my ($_tt_value, $_tt_error, $_tt_oldloop);        my $_tt_list = $stash->get(['product', 0, 'components', 0]);                unless (UNIVERSAL::isa($_tt_list, 'Template::Iterator')) {            $_tt_list = Template::Config->iterator($_tt_list)                || die $Template::Config::ERROR, "\n";         }            ($_tt_value, $_tt_error) = $_tt_list->get_first();        eval { $_tt_oldloop = $stash->get('loop') };        $stash->set('loop', $_tt_list);        eval {    LOOP:   while (! $_tt_error) {                $stash->{'c'} = $_tt_value;    $output .=  "\n                <option value=\"";    #line 214 "template\en\default\bug\create\create-guided.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['c', 0, 'name', 0]);                &$_tt_filter($output);    };        $output .=  "\"";    #line 215 "template\en\default\bug\create\create-guided.html.tmpl"    if ($stash->get(['c', 0, 'name', 0]) eq $stash->get(['default', 0, 'component_', 0])) {    $output .=  ('' . " selected=\"selected\"");    }        $output .=  ">";    #line 216 "template\en\default\bug\create\create-guided.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get(['c', 0, 'name', 0]);                &$_tt_filter($output);    };        $output .=  "\n                </option>";;                ($_tt_value, $_tt_error) = $_tt_list->get_next();            }        };        $stash->set('loop', $_tt_oldloop);        die $@ if $@;        $_tt_error = 0 if $_tt_error && $_tt_error eq Template::Constants::STATUS_DONE;        die $_tt_error if $_tt_error;    };        $output .=  "\n            </select>\n          </td>\n          <td valign=\"top\" width=\"100%\">\n              <div id=\"description\" style=\"color: green; margin-left: 10px;\n                                           height: 5em; overflow: auto;\">\n                <script type=\"text/javascript\">\n                  if ((document.getElementById) && (document.body.innerHTML)) {\n                    document.write(\"\\\n                    Select a component to see its description here.\");\n                  }\n                </script>\n              </div>\n          </td>\n        </tr>\n      </table>\n      \n      <p>\n        The area where the problem occurs.\n        To pick the right component, you could use the same one as\n        similar ";    #line 238 "template\en\default\bug\create\create-guided.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " you found in your search, or read the full list of\n        <a target=\"_blank\" href=\"describecomponents.cgi?product=";    #line 240 "template\en\default\bug\create\create-guided.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $_tt_filter = $context->filter('url_quote')                  || $context->throw($context->error);        $output .=  $stash->get(['product', 0, 'name', 0]);                &$_tt_filter($output);    };        $output .=  "\">component\n        descriptions</a> (opens in new window) if you need more help.\n      </p>\n    </td>\n  </tr>\n\n  ";    #line 248 "template\en\default\bug\create\create-guided.html.tmpl"    $stash->set('rep_platform', [ 'PC', 'Macintosh', 'All', 'Other' ]);        $output .=  "\n\n  <tr bgcolor=\"";    #line 250 "template\en\default\bug\create\create-guided.html.tmpl"    $output .=  $stash->get('tablecolour');    $output .=  "\">\n    <td align=\"right\" valign=\"top\">\n      <b>Hardware Platform</b>\n    </td>\n    <td valign=\"top\">";    #line 255 "template\en\default\bug\create\create-guided.html.tmpl"    $output .=  $context->process('select', { 'sel' => 'rep_platform' });    $output .=  "\n    </td>\n  </tr>\n";    #line 259 "template\en\default\bug\create\create-guided.html.tmpl"    $stash->set('op_sys', [ 'Windows 98', 'Windows NT', 'Windows 2000', 'Windows XP', 'Mac System 9.x', 'MacOS X', 'Linux', 'All', 'other' ]);        $output .=  "\n\n  <tr>\n    <td align=\"right\" valign=\"top\">\n      <b>Operating System</b>\n    </td>\n    <td valign=\"top\">";    #line 268 "template\en\default\bug\create\create-guided.html.tmpl"    $output .=  $context->process('select', { 'sel' => 'op_sys' });    $output .=  "\n    </td>\n  </tr>\n";    #line 275 "template\en\default\bug\create\create-guided.html.tmpl"    if ($stash->get(['product', 0, 'name', 0, 'match', [ 'Firefox|Camino|Mozilla Application Suite' ]])) {    #line 273 "template\en\default\bug\create\create-guided.html.tmpl"    $stash->set('matches', $stash->get(['cgi', 0, 'user_agent', [ 'Gecko/(\d+)' ]]));        #line 274 "template\en\default\bug\create\create-guided.html.tmpl"        # CAPTURE    $stash->set('buildid', do {        my $output = '';    if ($stash->get('matches')) {    $output .=  $stash->get(['cgi', 0, 'user_agent', 0]);    }            $output;    });        }        $output .=  "\n  \n  ";    #line 280 "template\en\default\bug\create\create-guided.html.tmpl"    if ($stash->get(['cgi', 0, 'param', [ 'buildid' ]])) {    #line 279 "template\en\default\bug\create\create-guided.html.tmpl"    $stash->set('buildid', $stash->get(['cgi', 0, 'param', [ 'buildid' ]]));        }        $output .=  "\n\n  <tr bgcolor=\"";    #line 282 "template\en\default\bug\create\create-guided.html.tmpl"

⌨️ 快捷键说明

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