%namespace file="/message.mako" import="render_msg" /> <%namespace file="/webapps/community/common/common.mako" import="*" /> <% from galaxy.web.framework.helpers import time_ago from urllib import quote_plus if cntrller in [ 'tool' ] and can_edit: menu_label = 'Edit information or submit for approval' else: menu_label = 'Edit information' %> <%! def inherit(context): if context.get('use_panels'): return '/webapps/community/base_panels.mako' else: return '/base.mako' %> <%inherit file="${inherit(context)}"/> <%def name="stylesheets()"> ${parent.stylesheets()} ${h.css( "jquery.rating" )} %def> <%def name="javascripts()"> ${parent.javascripts()} ${h.js( "jquery.rating" )} %def> <%def name="title()">View Tool%def>
${tool.user_description}%endif