{** * plugins/importexport/datacite/templates/settingsForm.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Datacite plugin settings * *}
{if $doiPluginSettingsLinkAction} {fbvFormArea id="doiPluginSettingsLink"} {fbvFormSection} {include file="linkAction/linkAction.tpl" action=$doiPluginSettingsLinkAction} {/fbvFormSection} {/fbvFormArea} {/if} {fbvFormArea id="dataciteSettingsFormArea"}

{translate key="plugins.importexport.datacite.settings.description"}

{translate key="plugins.importexport.datacite.intro"}

{fbvFormSection} {fbvElement type="text" id="username" value=$username label="plugins.importexport.datacite.settings.form.username" maxlength="50" size=$fbvStyles.size.MEDIUM} {fbvElement type="text" password="true" id="password" value=$password label="plugins.importexport.common.settings.form.password" maxLength="50" size=$fbvStyles.size.MEDIUM} {translate key="plugins.importexport.common.settings.form.password.description"}
{/fbvFormSection} {fbvFormSection list="true"} {fbvElement type="checkbox" id="automaticRegistration" label="plugins.importexport.datacite.settings.form.automaticRegistration.description" checked=$automaticRegistration|compare:true} {/fbvFormSection} {fbvFormSection list="true"} {fbvElement type="checkbox" id="testMode" label="plugins.importexport.datacite.settings.form.testMode.description" checked=$testMode|compare:true} {/fbvFormSection} {/fbvFormArea} {fbvFormButtons submitText="common.save"}

{translate key="common.requiredField"}