<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" /> <%namespace file="/webapps/tool_shed/common/repository_actions_menu.mako" import="render_galaxy_repository_actions" /> <%! def inherit(context): if context.get('use_panels'): return '/webapps/tool_shed/base_panels.mako' else: return '/base.mako' %> <%inherit file="${inherit(context)}"/> %if trans.webapp.name == 'galaxy': ${render_galaxy_repository_actions( repository=None )} %endif %if message: ${render_msg( message, status )} %endif
Search repositories for workflows
Enter a workflow name to find repositories that contain workflows matching the search criteria, or leave blank to find all repositories that contain a workflow.

Comma-separated strings may be entered to expand search criteria.
${exact_matches_check_box.get_html()}
Check the box to match text exactly (text case doesn't matter as all strings are forced to lower case).