{** * templates/dashboard/index.tpl * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Dashboard index. *} {include file="common/header.tpl" pageTitle="navigation.submissions"}
{help file="submissions.md" class="pkp_help_tab"}
{assign var="uuid" value=""|uniqid|escape}
{if array_intersect(array(ROLE_ID_SITE_ADMIN, ROLE_ID_MANAGER), (array)$userRoles)}
{help file="submissions.md" section="unassigned" class="pkp_help_tab"}
{assign var="uuid" value=""|uniqid|escape}
{help file="submissions.md" section="active" class="pkp_help_tab"}
{assign var="uuid" value=""|uniqid|escape}
{/if}
{help file="submissions.md" section="archives" class="pkp_help_tab"}
{assign var="uuid" value=""|uniqid|escape}
{include file="common/footer.tpl"}