<%inherit file="/webapps/galaxy/base_panels.mako"/> ## Default title <%def name="title()">Galaxy Administration <%def name="stylesheets()"> ${parent.stylesheets()} ## TODO: Clean up these styles and move into panel_layout.css (they are ## used here and in the editor). <%def name="init()"> <% self.has_left_panel=True self.has_right_panel=False self.active_view="admin" %> <%def name="left_panel()">
Administration
<%def name="center_panel()"> <% center_url = h.url_for( action='center', webapp='galaxy' ) %>