## 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 wikipages""" ], ] chartoptions = [ 'chart16', 'chart17', 'chart18', 'chart19', 'chart20' ] %> <%def name="hd_script()"> ${parent.hd_script()} <%def name="bd_body()"> <% pagebartext = "Charts & Analytics" tindex = '
' + \ ( ' \ Titleindex
' % h.url_wikititleindex ) tline = capture( elements.iconlink, h.url_wikitimeline, 'timeline', title="Timeline for all wiki pages" ) %> ${elements.mainnav()} ${elements.contextnav( [ tindex ], rspans=[ tline ], tooltips=page_tooltips )}
% if c.userpanes :
% else :
% endif ${charts.selectcharts( chartoptions, 'chart16' )} ${charts.chart16( c.chart16_data, c.chart16_wiki )} ${charts.chart17( c.chart17_data )} ${charts.chart18( c.chart18_data, c.chart18_usrs )} ${charts.chart19( c.chart19_data, c.chart19_usrs )} ${charts.chart20( c.chart20_data, c.chart20_tags )}
% if c.userpanes :
${elements.user_panes( c.userpanes )}
% endif
<%def name="bd_script()"> ${parent.bd_script()}