{** * templates/settingsForm.tpl * * Copyright (c) 2015-2019 University of Pittsburgh * Copyright (c) 2014-2020 Simon Fraser University * Copyright (c) 2003-2020 John Willinsky * Copyright (c) 2017-2019 University Library Heidelberg * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * ORCID Profile plugin settings * *}

{translate key="plugins.generic.orcidProfile.manager.settings.description" }

{csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="orcidProfileSettingsFormNotification"} {fbvFormArea id="orcidApiSettings" title="plugins.generic.orcidProfile.manager.settings.title"} {fbvFormSection} {if $globallyConfigured}

{translate key="plugins.generic.orcidProfile.manager.settings.description.globallyconfigured"}

{/if} {fbvElement id="orcidProfileAPIPath" type="select" translate="true" from=$orcidApiUrls selected=$orcidProfileAPIPath required="true" label="plugins.generic.orcidProfile.manager.settings.orcidProfileAPIPath" disabled=$globallyConfigured} {fbvElement type="text" id="orcidClientId" value=$orcidClientId required="true" label="plugins.generic.orcidProfile.manager.settings.orcidClientId" maxlength="40" size=$fbvStyles.size.MEDIUM disabled=$globallyConfigured} {if $globallyConfigured}

{translate key="plugins.generic.orcidProfile.manager.settings.orcidClientSecret"}: {translate key="plugins.generic.orcidProfile.manager.settings.hidden"}

{else} {fbvElement type="text" id="orcidClientSecret" value=$orcidClientSecret required="true" label="plugins.generic.orcidProfile.manager.settings.orcidClientSecret" maxlength="40" size=$fbvStyles.size.MEDIUM disabled=$globallyConfigured} {/if} {/fbvFormSection} {/fbvFormArea} {if $applicationName == 'ojs2'} {fbvFormSection for="coutries" title="plugins.generic.orcidProfile.manager.settings.review"}

{translate key="plugins.generic.orcidProfile.manager.settings.review.help"}

{fbvElement id="country" label="plugins.generic.orcidProfile.manager.settings.country" name="country" type="select" from=$countries translate=false selected=$country} {/fbvFormSection} {fbvElement type="text" id="city" value=$city label="plugins.generic.orcidProfile.manager.settings.city" maxlength="40" size=$fbvStyles.size.MEDIUM } {/if} {fbvFormSection for="sendMailToAuthorsOnPublication" title="plugins.generic.orcidProfile.manager.settings.mailSectionTitle" list="true"} {fbvElement type="checkbox" name="sendMailToAuthorsOnPublication" label="plugins.generic.orcidProfile.manager.settings.sendMailToAuthorsOnPublication" id="sendMailToAuthorsOnPublication" checked=$sendMailToAuthorsOnPublication} {/fbvFormSection} {fbvFormSection for="logLevel" title="plugins.generic.orcidProfile.manager.settings.logSectionTitle"}

{translate key="plugins.generic.orcidProfile.manager.settings.logLevel.help"}

{fbvElement id="logLevel" name="logLevel" type="select" from=$logLevelOptions selected=$logLevel} {/fbvFormSection} {fbvFormButtons}

{translate key="common.requiredField"}