## 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', """Only project administrator can access this page. Timeline of project's administrative activities. """ ], ] %> <%def name="hd_script()"> ${parent.hd_script()} %def> <%def name="bd_body()"> <% ctxt_title = c.project.projectname + ' Administration' ctxt_spans = [ '%s' % ctxt_title, ] %> ${elements.mainnav()} ${elements.contextnav( ctxt_spans, tooltips=page_tooltips )}