{** * @file plugins/importexport/crossref/templates/settings.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * DataCite plugin settings *} {strip} {assign var="pageTitle" value="plugins.importexport.common.settings"} {include file="common/header.tpl"} {/strip}
{include file="common/formErrors.tpl"}

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

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


{capture assign="settingsUrl"}{plugin_url path="settings"}{/capture} {url|assign:"publisherUrl" page="manager" op="setup" path="1" anchor='setupPublisher'} {url|assign:"doiUrl" page="manager" op="plugin" path="pubIds"} {if !empty($configurationErrors) || !$currentJournal->getSetting('publisherInstitution')|escape} {else} {translate key="plugins.importexport.crossref.requirements.satisfied"} {/if}

{translate key="plugins.importexport.common.settings"}


{translate key="plugins.importexport.crossref.settings.depositorIntro"}
 
{fieldLabel name="depositorName" key="plugins.importexport.crossref.settings.form.depositorName" required="true"}
 
{fieldLabel name="depositorEmail" key="plugins.importexport.crossref.settings.form.depositorEmail" required="true"}
 
{translate key="plugins.importexport.crossref.registrationIntro"}
 
{fieldLabel name="username" key="plugins.importexport.crossref.settings.form.username"}
 
{fieldLabel name="password" key="plugins.importexport.common.settings.form.password"}
{translate key="plugins.importexport.common.settings.form.password.description"}
 
{fieldLabel name="automaticRegistration" key="plugins.importexport.crossref.settings.form.automaticRegistration"}  {translate key="plugins.importexport.crossref.settings.form.automaticRegistration.description"}
 

{translate key="common.requiredField"}

 

{include file="common/footer.tpl"}