[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
jurnal-kesmas
/
v1
/
templates
/
controllers
/
tab
/
authorDashboard
/
[
Home
]
File: production.tpl
{** * templates/controllers/tab/authorDashboard/production.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 production stage on the author dashboard. *} {if $submission->getStageId() >= $smarty.const.WORKFLOW_STAGE_ID_PRODUCTION} {include file="authorDashboard/submissionEmails.tpl" submissionEmails=$productionEmails} <!-- Display queries grid --> {capture assign=queriesGridUrl}{url router=\PKP\core\PKPApplication::ROUTE_COMPONENT component="grid.queries.QueriesGridHandler" op="fetchGrid" submissionId=$submission->getId() stageId=$smarty.const.WORKFLOW_STAGE_ID_PRODUCTION escape=false}{/capture} {load_url_in_div id="queriesGrid" url=$queriesGridUrl} {else} {translate key="submission.stageNotInitiated"} {/if}