## This file is subject to the terms and conditions defined in ## file 'LICENSE', which is part of this source code package. ## Copyright (c) 2009 SKR Farms (P) LTD. <%inherit file="/base/basic1.html"/> <%namespace name="elements" file="/component/elements.html"/> <%namespace name="forms" file="/component/forms.html"/> <%namespace name="charts" file="/component/charts.html"/> <%! page_tooltips = [ [ 'Help', """Charts are plotted for """ ], [ 'Timeline', """Log of updates done to all tickets""" ], ] chartoptions = [ 'chart21', 'chart22', 'chart23', 'chart24', 'chart25', ] %> <%def name="hd_script()"> ${parent.hd_script()} <%def name="bd_body()"> <% pagebartext = "Charts & Analytics" tline = capture( elements.iconlink, h.url_tcktimeline, 'timeline', title="Timeline" ) %> ${elements.mainnav()} ${elements.contextnav( [], rspans=[ tline ], tooltips=page_tooltips )}
% if c.userpanes :
% else :
% endif ${charts.selectcharts( chartoptions, 'chart16' )} ${charts.chart21( c.chart21_data )} ${charts.chart22( c.chart22_data, c.chart22_usrs )} ${charts.chart23( c.chart23_data, )} ${charts.chart24( c.chart24_data, )} ${charts.chart25( c.chart25_data, )}
% if c.userpanes :
${elements.user_panes( c.userpanes )}
% endif
<%def name="bd_script()"> ${parent.bd_script()}