%! title = 'Find more apps' from splunk.appserver.mrsparkle.lib import util %> <%inherit file="../layout/admin.html" /> <%namespace name="helpers" file="../admin/_helpers.html"/> <% from splunk.appserver.mrsparkle.lib.msg_pool import MsgPoolMgr, UI_MSG_POOL msg_obj = MsgPoolMgr.get_poolmgr_instance()[UI_MSG_POOL].pop(msgid) # compile breadcrumbs string for passoff to the appinstall page this_url = util.strip_url(util.current_url_path(include_qs=True)) child_breadcrumbs = util.complete_breadcrumb(breadcrumbs, this_url) child_breadcrumbs_string = util.build_breadcrumbs_string(child_breadcrumbs) %> <%def name="paginator()">
${_('Author:')} | ${app.owner} | ${_('Version:')} | ${app['latestVersion']} | ${_('Last updated:')} | ${app['dateAddonUpdated']} | ${_('Downloads:')} | ${app['downloads']} | ${_('License:')} | ${app['license']} |
---|