{** * plugins/generic/sword/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. * * SWORD plugin settings * *} {strip} {assign var="pageTitle" value="plugins.generic.sword.displayName"} {include file="common/header.tpl"} {/strip}
{translate key="plugins.generic.sword.description"}
 
{include file="common/formErrors.tpl"}

{translate key="plugins.generic.sword.settings"}

{translate key="plugins.generic.sword.settings.depositPoints"}

{foreach name=depositPoints from=$depositPoints key=key item=depositPoint} {if !$smarty.foreach.depositPoints.last} {/if} {foreachelse} {/foreach}
 
{translate key="plugins.importexport.sword.depositPoint"} {translate key="common.type"} {translate key="common.action"}
 
{$depositPoint.url|escape} {assign var=depositPointType value=$depositPoint.type} {translate key=$depositPointTypes.$depositPointType} {translate key="common.edit"} | {translate key="common.delete"}
 
{translate key="common.none"}
 

{translate key="plugins.generic.sword.depositPoints.create"}

{translate key="plugins.generic.sword.depositPoints.type.description"}
{include file="common/footer.tpl"}