%namespace file="/message.mako" import="render_msg" /> <%namespace file="/webapps/tool_shed/repository/common.mako" import="*" /> <%namespace file="/webapps/tool_shed/common/repository_actions_menu.mako" import="render_tool_shed_repository_actions" /> <% is_new = repository.is_new( trans.app ) %> <%! def inherit(context): if context.get('use_panels'): return '/webapps/tool_shed/base_panels.mako' else: return '/base.mako' %> <%inherit file="${inherit(context)}"/> <%def name="stylesheets()"> ${parent.stylesheets()} ${h.css( "libs/jquery/jquery.rating", "dynatree_skin/ui.dynatree" )} %def> <%def name="javascripts()"> ${parent.javascripts()} ${h.js( "libs/jquery/jquery-ui", "libs/jquery/jquery.cookie", "libs/jquery/jquery.dynatree" )} ${common_javascripts(repository)} %def> %if message: ${render_msg( message, status )} %endif ${render_tool_shed_repository_actions( repository=repository)}