{** * plugins/pubIds/doi/templates/settingsForm.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. * * DOI plugin settings * *} {strip} {assign var="pageTitle" value="plugins.pubIds.doi.manager.settings.doiSettings"} {include file="common/header.tpl"} {/strip}
{translate key="plugins.pubIds.doi.manager.settings.description"}

{include file="common/formErrors.tpl"}
{fieldLabel name="doiObjects" required="true" key="plugins.pubIds.doi.manager.settings.doiObjects"} {translate key="plugins.pubIds.doi.manager.settings.explainDois"}

{translate key="plugins.pubIds.doi.manager.settings.explainCrossRefDois"}

{fieldLabel name="enableIssueDoi" key="plugins.pubIds.doi.manager.settings.enableIssueDoi"}
{fieldLabel name="enableArticleDoi" key="plugins.pubIds.doi.manager.settings.enableArticleDoi"}
{fieldLabel name="enableGalleyDoi" key="plugins.pubIds.doi.manager.settings.enableGalleyDoi"}
{fieldLabel name="enableSuppFileDoi" key="plugins.pubIds.doi.manager.settings.enableSuppFileDoi"}
 
{fieldLabel name="doiPrefix" required="true" key="plugins.pubIds.doi.manager.settings.doiPrefix"} {translate key="plugins.pubIds.doi.manager.settings.doiPrefixDescription"}

 
{fieldLabel name="doiSuffix" key="plugins.pubIds.doi.manager.settings.doiSuffix"} {translate key="plugins.pubIds.doi.manager.settings.doiSuffixDescription"}

{fieldLabel name="doiSuffix" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern"}
  {fieldLabel name="doiIssueSuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.issues"}
  {fieldLabel name="doiArticleSuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.articles"}
  {fieldLabel name="doiGalleySuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.galleys"}
  {fieldLabel name="doiSuppFileSuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.suppFiles"}
  {fieldLabel name="doiSuffixPattern" key="plugins.pubIds.doi.manager.settings.doiSuffixPattern.example"}
{fieldLabel name="doiSuffixDefault" key="plugins.pubIds.doi.manager.settings.doiSuffixDefault"}
{translate key="plugins.pubIds.doi.manager.settings.doiSuffixDefault.description"}
{fieldLabel name="doiSuffixCustomIdentifier" key="plugins.pubIds.doi.manager.settings.doiSuffixCustomIdentifier"}
 
  {translate key="plugins.pubIds.doi.manager.settings.doiReassign.description"}

{translate key="common.requiredField"}

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