%inherit file="/webapps/galaxy/base_panels.mako"/> <%def name="init()"> <% self.active_view="workflow" self.overlay_visible=True %> %def> <%def name="late_javascripts()"> %def> <%def name="javascripts()"> ${parent.javascripts()} ${h.js( "jquery", "jquery.tipsy", "jquery.event.drag", "jquery.event.drop", "jquery.event.hover", "jquery.form", "class", "json2", "jquery.jstore", "galaxy.base", "galaxy.workflow_editor.canvas", "jquery.autocomplete", "autocomplete_tagging")} %def> <%def name="stylesheets()"> ## Include "base.css" for styling tool menu and forms (details) ${h.css( "base", "autocomplete_tagging", "tool_menu" )} ## But make sure styles for the layout take precedence ${parent.stylesheets()} %def> ## Render a tool in the tool panel <%def name="render_tool( tool, section )"> %if not tool.hidden: %if tool.is_workflow_compatible: %if section: