{** * plugins/generic/sword/authorDepositForm.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. * * Display list of deposit points. * *} {strip} {assign var="pageTitle" value="plugins.generic.sword.displayName"} {include file="common/header.tpl"} {/strip} {if !empty($depositPoints)} {translate key="plugins.generic.sword.authorDepositDescription" submissionTitle=$article->getLocalizedTitle()}
getId()|to_array:"save"}"> {include file="common/formErrors.tpl"} {translate key="plugins.generic.sword.depositPoints.name"} {if $hasFlexible} {/if}{* $hasFlexible *} {foreach from=$depositPoints item=depositPoint key=depositPointKey name="depositPoints"} {if $depositPoint.type == $smarty.const.SWORD_DEPOSIT_TYPE_OPTIONAL_SELECTION} {elseif $depositPoint.type == $smarty.const.SWORD_DEPOSIT_TYPE_OPTIONAL_FIXED} {/if}{* $depositPoint.type *} {/foreach}
 
  {translate key="plugins.importexport.sword.depositPoint"}
 
{fieldLabel name="depositPoint-$depositPointKey-enabled" label=$depositPoint.name} {fieldLabel name="depositPoint-$depositPointKey-enabled" label=$depositPoint.name}
 
{/if}{* !empty($depositPoints) *} {if $allowAuthorSpecify} {translate key="plugins.generic.sword.authorCustomDepositDescription" submissionTitle=$article->getLocalizedTitle()}
{/if}{* $allowAuthorSpecify *}
{* depositPoints *} {include file="common/footer.tpl"}