{** * @file plugins/importexport/doaj/index.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * List of operations this plugin can perform *} {extends file="layouts/backend.tpl"} {block name="page"}

{$pageTitle}

{if !empty($configurationErrors)} {assign var="allowExport" value=false} {else} {assign var="allowExport" value=true} {/if}
{if !$allowExport}
{foreach from=$configurationErrors item=configurationError} {if $configurationError == $smarty.const.EXPORT_CONFIG_ERROR_SETTINGS} {include file="controllers/notification/inPlaceNotificationContent.tpl" notificationId=doajConfigurationErrors notificationStyleClass="notifyWarning" notificationTitle="plugins.importexport.common.missingRequirements"|translate notificationContents="plugins.importexport.common.error.pluginNotConfigured"|translate} {/if} {/foreach}
{/if}

{translate key="plugins.importexport.doaj.export.contact"}

{capture assign=doajSettingsGridUrl}{url router=\PKP\core\PKPApplication::ROUTE_COMPONENT component="grid.settings.plugins.settingsPluginGridHandler" op="manage" plugin="DOAJExportPlugin" category="importexport" verb="index" escape=false}{/capture} {load_url_in_div id="doajSettingsGridContainer" url=$doajSettingsGridUrl}
{if $allowExport}
{csrf} {fbvFormArea id="submissionsXmlForm"} {capture assign=submissionsListGridUrl}{url router=\PKP\core\PKPApplication::ROUTE_COMPONENT component="grid.submissions.ExportPublishedSubmissionsListGridHandler" op="fetchGrid" plugin="doaj" category="importexport" escape=false}{/capture} {load_url_in_div id="submissionsListGridContainer" url=$submissionsListGridUrl} {fbvFormSection list="true"} {fbvElement type="checkbox" id="validation" label="plugins.importexport.common.validation" checked=$validation|default:true} {/fbvFormSection} {if !empty($actionNames)} {fbvFormSection}
    {foreach from=$actionNames key=action item=actionName}
  • {fbvElement type="submit" label="$actionName" id="$action" name="$action" value="1" class="$action" translate=false inline=true}
  • {/foreach}
{/fbvFormSection} {/if} {/fbvFormArea}
{/if}
{/block}