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

📄 search-report-table.html.tmpl

📁 bugzilla的安装文件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.13#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1074451180',        'name' => 'search/search-report-table.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 28 "template\en\default\search\search-report-table.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n";    #line 31 "template\en\default\search\search-report-table.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => 'Generate Tabular Report', 'onload' => 'selectProduct(document.forms[\'reportform\']);' });    $output .=  "\n";    #line 37 "template\en\default\search\search-report-table.html.tmpl"    $output .=  $context->process('search/search-report-select.html.tmpl');    $output .=  "\n\n<p>\n  Choose one or more fields as your axes, and then refine your set of ";    #line 42 "template\en\default\search\search-report-table.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " using the rest of the form.\n</p>\n";    #line 46 "template\en\default\search\search-report-table.html.tmpl"    $stash->set('button_name', 'Generate Report');        $output .=  "\n\n<form method=\"get\" action=\"report.cgi\" name=\"reportform\">\n\n<table align=\"center\">\n  <tr>\n    <td>\n    </td>\n    <td align=\"center\">\n      <b>Horizontal Axis:</b>";    #line 57 "template\en\default\search\search-report-table.html.tmpl"    $output .=  $context->process('select', { 'name' => 'x_axis_field' });    $output .=  "\n    </td>\n  </tr>\n\n  <tr>\n    <td valign=\"middle\" align=\"center\">\n      <b>Vertical Axis:</b><br>";    #line 65 "template\en\default\search\search-report-table.html.tmpl"    $output .=  $context->process('select', { 'name' => 'y_axis_field' });    $output .=  "\n    </td>\n    <td width=\"150\" height=\"150\">\n      <table border=\"1\" width=\"100%\" height=\"100%\">\n        <tr>\n          <td align=\"center\" valign=\"middle\">\n            <b>Multiple Tables:</b><br>";    #line 73 "template\en\default\search\search-report-table.html.tmpl"    $output .=  $context->process('select', { 'name' => 'z_axis_field' });    $output .=  "\n          </td>\n        </tr>\n      </table>\n    </td>\n  </tr>\n</table>\n\n<hr>\n";    #line 84 "template\en\default\search\search-report-table.html.tmpl"    $output .=  $context->process('search/form.html.tmpl');    $output .=  "\n\n<br>\n<input type=\"submit\" value=\"";    #line 87 "template\en\default\search\search-report-table.html.tmpl"        # FILTER    $output .=  do {        my $output = '';        my $filter = $context->filter('html')                  || $context->throw($context->error);        $output .=  $stash->get('button_name');                &$filter($output);    };        $output .=  "\">\n<input type=\"hidden\" name=\"format\" value=\"table\">\n<input type=\"hidden\" name=\"action\" value=\"wrap\">\n<hr>\n";    #line 93 "template\en\default\search\search-report-table.html.tmpl"    $output .=  $context->process('search/boolean-charts.html.tmpl');    $output .=  "\n\n</form>\n";    #line 98 "template\en\default\search\search-report-table.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 + -