{** * plugins/importexport/crossref/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. * * Crossref plugin settings * *}
{csrf} {if $doiPluginSettingsLinkAction} {fbvFormArea id="doiPluginSettingsLink"} {fbvFormSection} {include file="linkAction/linkAction.tpl" action=$doiPluginSettingsLinkAction} {/fbvFormSection} {/fbvFormArea} {/if} {fbvFormArea id="crossrefSettingsFormArea"}

{translate key="plugins.importexport.crossref.settings.depositorIntro"}

{fbvFormSection} {fbvElement type="text" id="depositorName" value=$depositorName required="true" label="plugins.importexport.crossref.settings.form.depositorName" maxlength="60" size=$fbvStyles.size.MEDIUM} {fbvElement type="text" id="depositorEmail" value=$depositorEmail required="true" label="plugins.importexport.crossref.settings.form.depositorEmail" maxlength="90" size=$fbvStyles.size.MEDIUM} {/fbvFormSection} {fbvFormSection}

{translate key="plugins.importexport.crossref.registrationIntro"}

{fbvElement type="text" id="username" value=$username label="plugins.importexport.crossref.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.crossref.settings.form.automaticRegistration.description" checked=$automaticRegistration|compare:true} {/fbvFormSection} {fbvFormSection list="true"} {fbvElement type="checkbox" id="testMode" label="plugins.importexport.crossref.settings.form.testMode.description" checked=$testMode|compare:true} {/fbvFormSection} {/fbvFormArea} {fbvFormButtons submitText="common.save"}

{translate key="common.requiredField"}