{** * templates/authorDashboard/authorDashboard.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 author dashboard. *} {extends file="layouts/backend.tpl"} {block name="page"}

{include file="workflow/submissionIdentification.tpl"}

{include file="controllers/notification/inPlaceNotification.tpl" notificationId="authorDashboardNotification" requestOptions=$authorDashboardNotificationRequestOptions} {assign var=selectedTabIndex value=0} {foreach from=$workflowStages item=stage} {if $stage.id < $submission->getStageId()} {assign var=selectedTabIndex value=$selectedTabIndex+1} {/if} {/foreach}
{{ statusLabel }} {translate key="publication.status.unscheduled"} {translate key="publication.status.scheduled"} {translate key="publication.status.published"} {translate key="publication.status.unpublished"} {{ versionLabel }} {{ workingPublication.version }}
{translate key="publication.editDisabled"}
{if $metadataEnabled} {/if} {if $canAccessProductionStage}
{/if} {call_hook name="Template::Workflow::Publication"}
{call_hook name="Template::Workflow"}
{/block}