<%! title = 'App Install' %> <%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 <% implicit_id_required = splunk.util.normalizeBoolean(state.get('implicit_id_required', None)) %>

${_('App update available')}

${csrf_hidden_input()}

% if implicit_id_required: ${_('Overwrite from SplunkApps')} % else: ${_('Update from SplunkApps')} % endif

% if implicit_id_required: ${_('Your app does not have a valid app ID and may not have originated from SplunkApps. Be sure to first back up your configuration as this operation is irreversible.')}

${_('Click the button below if you are sure you would like to overwrite the local copy of this app with the newest version on SplunkApps.')}
% else: ${_('The requested app is already installed, but a newer version is available on SplunkApps.')}

${_('Click the button below to update the app to the newer version now.')}
% endif ${_('Note that a restart of Splunk may be required after update.')}

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

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

% endif

${app_license}

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

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