[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
blocks
/
role
/
[
Home
]
File: proofreader.tpl
{** * plugins/blocks/role/proofreader.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Proofreader navigation sidebar. * *} <div class="block" id="sidebarProofreader"> <span class="blockTitle">{translate key="user.role.proofreader"}</span> <span class="blockSubtitle">{translate key="article.submissions"}</span> <ul> <li><a href="{url op="index" path="active"}">{translate key="common.queue.short.active"}</a> ({if $submissionsCount[0]}{$submissionsCount[0]}{else}0{/if})</li> <li><a href="{url op="index" path="completed"}">{translate key="common.queue.short.completed"}</a> ({if $submissionsCount[1]}{$submissionsCount[1]}{else}0{/if})</li> </ul> </div>