?? create-chart.html.tmpl
字號:
$output .= "\n </td>\n\n <td>"; #line 183 "template\en\default\reports\create-chart.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['series', 0, 'category', 0]); &$_tt_filter($output); }; $output .= " / \n "; #line 184 "template\en\default\reports\create-chart.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['series', 0, 'subcategory', 0]); &$_tt_filter($output); }; $output .= " /\n "; #line 185 "template\en\default\reports\create-chart.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get(['series', 0, 'name', 0]); &$_tt_filter($output); }; $output .= "\n <input type=\"hidden\" name=\"line"; #line 186 "template\en\default\reports\create-chart.html.tmpl" $output .= $stash->get('newidx'); $output .= "\" \n value=\""; #line 187 "template\en\default\reports\create-chart.html.tmpl" $output .= $stash->get(['series', 0, 'series_id', 0]); $output .= "\">\n </td>\n\n <td align=\"center\">"; #line 194 "template\en\default\reports\create-chart.html.tmpl" if ($stash->get(['user', 0, 'id', 0]) eq $stash->get(['series', 0, 'creator', 0]) || $stash->get(['user', 0, 'in_group', [ 'admin' ]])) { $output .= "\n <a href=\"chart.cgi?action=edit&series_id="; #line 193 "template\en\default\reports\create-chart.html.tmpl" $output .= $stash->get(['series', 0, 'series_id', 0]); $output .= "\">Edit</a> |"; } $output .= "\n <a href=\"buglist.cgi?cmdtype=dorem&namedcmd="; #line 196 "template\en\default\reports\create-chart.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['series', 0, 'category', 0]); &$_tt_filter($output); }; $output .= "%20/%20"; #line 197 "template\en\default\reports\create-chart.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['series', 0, 'subcategory', 0]); &$_tt_filter($output); }; $output .= "%20/%20"; #line 198 "template\en\default\reports\create-chart.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('url_quote') || $context->throw($context->error); $output .= $stash->get(['series', 0, 'name', 0]); &$_tt_filter($output); }; $output .= "&series_id="; #line 199 "template\en\default\reports\create-chart.html.tmpl" $output .= $stash->get(['series', 0, 'series_id', 0]); $output .= "&remaction=runseries\">Run Search</a>\n </td> \n </tr>";; ($_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; }; #line 203 "template\en\default\reports\create-chart.html.tmpl" $stash->set('labelidx', $stash->get('labelidx') + 1); #line 204 "template\en\default\reports\create-chart.html.tmpl" $stash->set('newidx', $stash->get('newidx') + 1); ; ($_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"; #line 223 "template\en\default\reports\create-chart.html.tmpl" if ($stash->get(['chart', 0, 'gt', 0])) { $output .= "\n <tr>\n <td align=\"center\">\n <input type=\"checkbox\" value=\"1\" name=\"select65536\">\n <input type=\"hidden\" value=\"1\" name=\"gt\">\n </td>\n <td>\n <input type=\"text\" size=\"20\" name=\"labelgt\"\n value=\""; #line 215 "template\en\default\reports\create-chart.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= ($stash->get(['chart', 0, 'labelgt', 0]) || $stash->get('gttext')); &$_tt_filter($output); }; $output .= "\">\n </td>\n <td></td>\n <td>\n <i>"; #line 219 "template\en\default\reports\create-chart.html.tmpl" # FILTER $output .= do { my $output = ''; my $_tt_filter = $context->filter('html') || $context->throw($context->error); $output .= $stash->get('gttext'); &$_tt_filter($output); }; $output .= "</i>\n </td>\n <td></td>\n </tr>"; } $output .= "\n <tr>\n <td colspan=\"6\"> </td>\n </tr>\n\n <tr>\n <td valign=\"bottom\" style=\"text-align: center;\">\n <input type=\"submit\" name=\"action-sum\" value=\"Sum\" \n style=\"width: 5em;\" id=\"action-sum\"><br>\n <input type=\"submit\" name=\"action-remove\" value=\"Remove\"\n style=\"width: 5em;\" id=\"action-remove\">\n </td>\n\n <td style=\"text-align: right; vertical-align: bottom;\">\n <label for=\"cumulate\"><b>Cumulate</b></label>:\n <input type=\"checkbox\" name=\"cumulate\" id=\"cumulate\" value=\"1\""; #line 239 "template\en\default\reports\create-chart.html.tmpl" if ($stash->get(['chart', 0, 'cumulate', 0])) { $output .= ' checked'; } $output .= ">\n </td>\n\n <td></td>\n <td valign=\"bottom\">\n <label for=\"datefrom\"><b>Date Range</b></label>:\n <input type=\"text\" size=\"12\" name=\"datefrom\" id=\"datefrom\"\n value=\""; #line 246 "template\en\default\reports\create-chart.html.tmpl" if ($stash->get(['chart', 0, 'datefrom', 0])) { $output .= $stash->get(['time2str', [ '%Y-%m-%d', $stash->get(['chart', 0, 'datefrom', 0]) ]]); } $output .= "\">\n <label for=\"dateto\"><b>to</b></label>\n <input type=\"text\" size=\"12\" name=\"dateto\" id=\"dateto\"\n value=\""; #line 249 "template\en\default\reports\create-chart.html.tmpl" if ($stash->get(['chart', 0, 'dateto', 0])) { $output .= $stash->get(['time2str', [ '%Y-%m-%d', $stash->get(['chart', 0, 'dateto', 0]) ]]); } $output .= "\">\n </td>\n\n <td style=\"text-align: right\" valign=\"bottom\">\n <input type=\"submit\" name=\"action-wrap\" value=\"Chart This List\"\n id=\"action-wrap\">\n </td>\n </tr>\n </table>"; } else { $output .= "\n <p><i>None</i></p>"; } $output .= " \n</form>\n"; #line 265 "template\en\default\reports\create-chart.html.tmpl" if ($stash->get(['user', 0, 'in_group', [ 'editbugs' ]])) { $output .= "\n <h3><a href=\"query.cgi?format=create-series\">Create New Data Set</a></h3>"; } $output .= " \n"; #line 267 "template\en\default\reports\create-chart.html.tmpl" $output .= $context->process('global/footer.html.tmpl'); $output .= "\n\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 + -