## 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"/> <%! page_tooltips = [ [ 'Help', """Timeline of updates to ticket(s).""" ], ] %> <%def name="hd_links()"> ${parent.hd_links()} <%def name="hd_script()"> ${parent.hd_script()} <%def name="bd_body()"> <% searchbox = capture( forms.form_searchbox, c.authuser, 'searchticket', 'Search-ticket', h.suburl_search, c.searchfaces ) sel_tck = capture( forms.form_selectticket, c.authuser, c.seltickets, c.ticket and str(c.ticket.id) or '' ) attachs= '' + \ ( ' \ Attachments' % h.url_tckattachs ) charts = capture( elements.iconlink, h.url_ticketcharts, 'barchart', title="Ticket analytics" ) %> ${elements.mainnav()} ${elements.contextnav( [ searchbox, sel_tck, attachs ], rspans=[ charts ], tooltips=page_tooltips )}
% if c.authusername == 'anonymous' or not c.userpanes :
% else :
% endif
${elements.timeline_view( c.logs, c.fromoff, c.tooff, c.links, chartid='chart_tline')}
% if c.authusername != 'anonymous' and c.userpanes :
${elements.user_panes( c.userpanes )}
% endif
<%def name="bd_script()"> ${parent.bd_script()}