<%inherit file="/base_panels.mako"/> ## Default title <%def name="title()">Galaxy Reports ## Masthead <%def name="masthead()"> ## Tab area, fills entire width
<%def name="tab( id, display, href, target='_parent', visible=True, extra_class='' )"> <% cls = "tab" if extra_class: cls += " " + extra_class if self.active_view == id: cls += " active" style = "" if not visible: style = "display: none;" %>
${display}
## Logo, layered over tabs to be clickable
Galaxy Reports %if app.config.brand: / ${app.config.brand} %endif