{** * templates/workflow/workflow.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. * * Display the workflow tab structure. *} {extends file="layouts/backend.tpl"} {block name="page"}

{translate key="publication.status.published"} {translate key="publication.status.scheduled"} {translate key="common.declined"} {include file="workflow/submissionIdentification.tpl"}

{include file="controllers/notification/inPlaceNotification.tpl" notificationId="workflowNotification" requestOptions=$workflowNotificationRequestOptions} {capture assign=submissionProgressBarUrl}{url op="submissionProgressBar" submissionId=$submission->getId() stageId=$requestedStageId contextId="submission" escape=false}{/capture} {load_url_in_div id="submissionProgressBarDiv" url=$submissionProgressBarUrl}
{* Modal to select one of the revision decisions *} {* Modal to select one of the revision recommendations *}
{if $canAccessPublication} {help file="editorial-workflow/publication" class="pkp_help_tab"}
{{ statusLabel }} {translate key="publication.status.unscheduled"} {translate key="publication.status.scheduled"} {translate key="publication.status.published"} {translate key="publication.status.unpublished"} {{ versionLabel }} {{ workingPublication.version }}
{if $canPublish} {/if}
{translate key="publication.editDisabled"}
{if $metadataEnabled} {/if} {if $identifiersEnabled} {/if} {if $canAccessProduction}
{/if} {call_hook name="Template::Workflow::Publication"}
{/if} {call_hook name="Template::Workflow"}
{/block}