## 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"/> <%! page_tooltips = [ [ 'Help', """Site's timeline history for""" ], ] %> <%def name="hd_script()"> ${parent.hd_script()} <%def name="bd_body()"> <% pagebartext = "Site Timeline" charts = capture( elements.iconlink, h.url_sitecharts, 'barchart', title="Site Analytics" ) %> ${elements.pagebar( pagebartext, tooltips=page_tooltips )}
% if c.userpanes :
% else :
% endif ${elements.timeline_view( c.logs, c.fromoff, c.tooff, c.links, chartid='chart_tline')}
% if c.userpanes :
${elements.user_panes( c.userpanes )}
% endif
<%def name="bd_script()"> ${parent.bd_script()}