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

{include file="common/formErrors.tpl"}
{fieldLabel name="journalContent" required="true" key="plugins.pubIds.urn.manager.settings.journalContent"} {translate key="plugins.pubIds.urn.manager.settings.URNsForJournalContent"}
{fieldLabel name="enableIssueURN" key="plugins.pubIds.urn.manager.settings.enableIssueURN"}
{fieldLabel name="enableArticleURN" key="plugins.pubIds.urn.manager.settings.enableArticleURN"}
{fieldLabel name="enableGalleyURN" key="plugins.pubIds.urn.manager.settings.enableGalleyURN"}
{fieldLabel name="enableSuppFileURN" key="plugins.pubIds.urn.manager.settings.enableSuppFileURN"}
 
{fieldLabel name="urnPrefix" required="true" key="plugins.pubIds.urn.manager.settings.urnPrefix"}
{translate key="plugins.pubIds.urn.manager.settings.urnPrefix.description"}
 
{fieldLabel name="urnSuffix" key="plugins.pubIds.urn.manager.settings.urnSuffix"}
{fieldLabel name="urnSuffixPattern" key="plugins.pubIds.urn.manager.settings.urnSuffix.pattern"}
  {translate key="plugins.pubIds.urn.manager.settings.urnSuffix.pattern.issues"}
  {translate key="plugins.pubIds.urn.manager.settings.urnSuffix.pattern.articles"}
  {translate key="plugins.pubIds.urn.manager.settings.urnSuffix.pattern.galleys"}
  {translate key="plugins.pubIds.urn.manager.settings.urnSuffix.pattern.suppFiles"}
  {translate key="plugins.pubIds.urn.manager.settings.urnSuffix.patternExample"}
{fieldLabel name="urnSuffixDefault" key="plugins.pubIds.urn.manager.settings.urnSuffix.default"}
{translate key="plugins.pubIds.urn.manager.settings.urnSuffix.default.description"}
{fieldLabel name="urnSuffixCustomIdentifier" key="plugins.pubIds.urn.manager.settings.urnSuffix.customIdentifier"}

{translate key="plugins.pubIds.urn.manager.settings.urnSuffix.description"}
 
{fieldLabel name="checkNo" key="plugins.pubIds.urn.manager.settings.checkNo"}
 
{fieldLabel name="namespace" required="true" key="plugins.pubIds.urn.manager.settings.namespace"}
{translate key="plugins.pubIds.urn.manager.settings.namespace.description"}
 
{fieldLabel name="urnResolver" required="true" key="plugins.pubIds.urn.manager.settings.urnResolver"}
{translate key="plugins.pubIds.urn.manager.settings.urnResolver.description"}
 
  {translate key="plugins.pubIds.urn.manager.settings.clearURNs.description"}

{translate key="common.requiredField"}

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