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

📄 search-advanced.html.tmpl

📁 bugzilla的安装文件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1102724902',        'name' => 'search/search-advanced.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 29 "template\en\default\search\search-advanced.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n";    #line 32 "template\en\default\search\search-advanced.html.tmpl"    # USE    $stash->set('Bugzilla',                $context->plugin('Bugzilla'));    #line 32 "template\en\default\search\search-advanced.html.tmpl"    $stash->set('cgi', $stash->get(['Bugzilla', 0, 'cgi', 0]));        $output .=  "\n";    #line 0 "template\en\default\search\search-advanced.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => ("Search for " . $stash->get(['terms', 0, 'bugs', 0])), 'h1' => '', 'onload' => 'selectProduct(document.forms[\'queryform\']);initHelp();', 'style' => 'td.selected_tab {                 border-width: 2px 2px 0px;                 border-style: solid;                }               td.unselected_tab, td.spacer {                 border-width: 0px 0px 2px 0px;                 border-style: solid;                }               dl.bug_changes dt {                 margin-top: 15px;               }' });    $output .=  "\n";    #line 53 "template\en\default\search\search-advanced.html.tmpl"    $output .=  $context->process('search/tabs.html.tmpl');    $output .=  "\n";    #line 56 "template\en\default\search\search-advanced.html.tmpl"    $stash->set('button_name', 'Search');        $output .=  "\n\n";    #line 78 "template\en\default\search\search-advanced.html.tmpl"    if (! $stash->get('help')) {    #line 64 "template\en\default\search\search-advanced.html.tmpl"    if ($stash->get(['cgi', 0, 'user_agent', [ 'Mozilla/5' ]])) {    $output .=  "\n    <script type=\"text/javascript\"> <!--\n      document.write(\"<p><a href='query.cgi?help=1&amp;format=advanced'>Give me some help</a> (reloads page.)</p>\");\n      // -->\n    </script>";    }        }    else {    $output .=  "\n  <p>\n      For help, mouse over the page elements.\n      <font color=\"red\">";    #line 74 "template\en\default\search\search-advanced.html.tmpl"    if ($stash->get(['cgi', 0, 'user_agent', [ 'Mozilla/5' ]])) {    $output .=  "\n        Note that if the help popups are hidden by form element scroll bars,\n        this is a b<!-- word broken up to pass test 009 -->ug in your browser,\n        not in ";    #line 72 "template\en\default\search\search-advanced.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  ".";    }        $output .=  "\n    </font>\n  </p>";    }        $output .=  "\n<form method=\"get\" action=\"buglist.cgi\" name=\"queryform\">\n";    #line 82 "template\en\default\search\search-advanced.html.tmpl"    $output .=  $context->process('search/form.html.tmpl');    $output .=  "\n";    #line 85 "template\en\default\search\search-advanced.html.tmpl"    $output .=  $context->process('search/knob.html.tmpl');    $output .=  "\n\n<hr>\n";    #line 90 "template\en\default\search\search-advanced.html.tmpl"    $output .=  $context->process('search/boolean-charts.html.tmpl');    $output .=  "\n\n</form>\n";    #line 95 "template\en\default\search\search-advanced.html.tmpl"    if ($stash->get('help')) {    $output .=  $context->process('search/search-help.html.tmpl');    }        $output .=  "\n";    #line 98 "template\en\default\search\search-advanced.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 + -