{** * plugins/importexport/native/templates/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|escape}

{csrf} {fbvFormArea id="importForm"} {* Container for uploaded file *} {fbvFormArea id="file"} {fbvFormSection title="plugins.importexport.native.import.instructions"} {include file="controllers/fileUploadContainer.tpl" id="plupload"} {/fbvFormSection} {/fbvFormArea} {fbvFormButtons submitText="plugins.importexport.native.import" hideCancel="true"} {/fbvFormArea}

{translate key="common.requiredField"}

{csrf} {fbvFormArea id="submissionsXmlForm"} {fbvFormSection} {translate key="plugins.importexport.native.exportSubmissions"} {/fbvFormSection} {/fbvFormArea}
{csrf} {fbvFormArea id="issuesXmlForm"} {capture assign="issuesListGridUrl"}{url router=\PKP\core\PKPApplication::ROUTE_COMPONENT component="grid.issues.ExportableIssuesListGridHandler" op="fetchGrid" escape=false}{/capture} {load_url_in_div id="issuesListGridContainer" url=$issuesListGridUrl} {fbvFormButtons submitText="plugins.importexport.native.exportIssues" hideCancel="true"} {/fbvFormArea}
{/block}