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

📄 menu.html.tmpl

📁 buzilla软件
💻 TMPL
字号:
#------------------------------------------------------------------------# Compiled template generated by the Template Toolkit version 2.20#------------------------------------------------------------------------Template::Document->new({    METADATA => {        'modtime' => '1157386910',        'name' => 'reports/menu.html.tmpl',    },    BLOCK => sub {        my $context = shift || die "template sub called without context\n";        my $stash   = $context->stash;        my $output  = '';        my $_tt_error;                eval { BLOCK: {    $output .=  "\n";    $output .=  "\n\n";    $output .=  "\n";    #line 27 "template\en\default\reports\menu.html.tmpl"    $output .=  $context->process('global/variables.none.tmpl');    $output .=  "\n";    #line 29 "template\en\default\reports\menu.html.tmpl"    $output .=  $context->process('global/header.html.tmpl', { 'title' => 'Reporting and Charting Kitchen' });    $output .=  "\n\n<p>";    #line 34 "template\en\default\reports\menu.html.tmpl"    $output .=  $stash->get(['terms', 0, 'Bugzilla', 0]);    $output .=  " allows you to view and track the state of the ";    #line 34 "template\en\default\reports\menu.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " database in\n  all manner of exciting ways.\n</p>\n\n<h2>Current State</h2>\n\n<ul>\n  <li>\n    <strong><a href=\"query.cgi\">Search</a></strong> -\n    list sets of ";    #line 43 "template\en\default\reports\menu.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  ".\n  </li>\n  <li>\n    <strong>\n      <a href=\"query.cgi?format=report-table\">Tabular reports</a>\n    </strong> -\n    tables of ";    #line 49 "template\en\default\reports\menu.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bug', 0]);    $output .=  " counts in 1, 2 or 3 dimensions, as HTML or CSV.\n  </li>\n  <li>\n    <strong>\n      <a href=\"query.cgi?format=report-graph\">Graphical reports</a>\n    </strong> -\n    line graphs, bar and pie charts.\n  </li>\n</ul>\n\n<h2>Change Over Time</h2>\n\n<ul>\n  <li>\n    <strong><a href=\"reports.cgi\">Old Charts</a></strong> - \n    plot the status and/or resolution of ";    #line 64 "template\en\default\reports\menu.html.tmpl"    $output .=  $stash->get(['terms', 0, 'bugs', 0]);    $output .=  " against\n    time, for each product in your database.\n  </li>";    #line 72 "template\en\default\reports\menu.html.tmpl"    if ($stash->get(['user', 0, 'in_group', [ $stash->get(['Param', [ 'chartgroup' ]]) ]])) {    $output .=  "\n    <li>\n      <strong><a href=\"chart.cgi\">New Charts</a></strong> - \n      plot any arbitrary search against time. Far more powerful.\n    </li>";    }        $output .=  "\n</ul>\n";    #line 75 "template\en\default\reports\menu.html.tmpl"    $output .=  $context->process('global/footer.html.tmpl');    $output .=  "\n";        } };        if ($@) {            $_tt_error = $context->catch($@, \$output);            die $_tt_error unless $_tt_error->type eq 'return';        }            return $output;    },    DEFBLOCKS => {    },});

⌨️ 快捷键说明

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