<%! title = 'App Install' isLite = (cherrypy.config['product_type'] == 'lite' or cherrypy.config['product_type'] == 'lite_free') appText = 'add-on' if isLite else 'app' %> <%namespace name="lib" file="//lib.html" import="*"/> <%namespace name="helpers" file="//admin/_helpers.html"/> <%inherit file="//layout/admin.html" /> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n %> % if error: <%helpers:message content="${error}" level="error"/> % endif

${_('Login required')}

${csrf_hidden_input()}

${_('Enter your Splunk.com username and password to download the %s' % appText)}

${_('Forgot your password?')}

% if (app_license_url != 'http://www.splunk.com/view/SP-CAAAAAH'):

${_('This %(appText)s is provided by a third party and your rights to use the ' '%(appText)s is in accordance with the license provided by that third-party licensor. ' 'Splunk is not responsible for any third-party %(appText)ss and does not provide any ' 'warranty or support. If you have any questions, complaints or claims with ' 'respect to this %(appText)s, please contact the licensor directly, whose contact ' 'information can be found on the download page.' % dict(appText=appText))}

% endif

${app_license}

${_('Splunk Websites Terms and Conditions of Use')}

${_('Please accept the terms and conditions.')}

% if state['return_to']: % endif