One Hat Cyber Team
Your IP :
216.73.216.182
Server IP :
203.175.9.166
Server :
Linux tanggamus.iixcp.rumahweb.net 5.14.0-427.28.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 2 03:44:10 EDT 2024 x86_64
Server Software :
LiteSpeed
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
cite5577
/
www
/
lib
/
pkp
/
templates
/
workflow
/
View File Name :
editorialLinkActions.tpl
{** * templates/workflow/editorialLinkActions.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. * * Show editorial link actions. *} {if !empty($editorActions)} <script> // Initialise JS handler. $(function() {ldelim} $('#editorialActions').pkpHandler( '$.pkp.controllers.EditorialActionsHandler'); {rdelim}); </script> {if array_intersect(array(ROLE_ID_MANAGER, ROLE_ID_SUB_EDITOR), (array)$userRoles)} <ul id="editorialActions" class="pkp_workflow_decisions"> {if $allRecommendations} <li> <div class="pkp_workflow_recommendations"> {translate key="editor.submission.allRecommendations.display" recommendations=$allRecommendations} </div> </li> {/if} {if $lastRecommendation} <li> <div class="pkp_workflow_recommendations"> {translate key="editor.submission.recommendation.display" recommendation=$lastRecommendation} </div> </li> {/if} {if $lastDecision} <li> <div class="pkp_workflow_decided"> {translate key=$lastDecision} {if $editorActions|@count > 0} <button class="pkp_workflow_change_decision">{translate key="editor.submission.workflowDecision.changeDecision"}</button> <div class="pkp_workflow_decided_actions"> {foreach from=$editorActions item=action} {include file="linkAction/linkAction.tpl" action=$action contextId=$contextId} {/foreach} </div> {/if} </div> </li> {elseif $editorActions|@count > 0} {foreach from=$editorActions item=action} <li> {include file="linkAction/linkAction.tpl" action=$action contextId=$contextId} </li> {/foreach} {/if} </ul> {/if} {elseif !$editorsAssigned && array_intersect(array(ROLE_ID_MANAGER, ROLE_ID_SUB_EDITOR), (array)$userRoles)} <div class="pkp_no_workflow_decisions"> {translate key="editor.submission.decision.noDecisionsAvailable"} </div> {elseif $lastDecision} <div class="pkp_no_workflow_decisions"> {translate key=$lastDecision} </div> {/if}