[ 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
/
templates
/
layoutEditor
/
[
Home
]
File: submissions.tpl
{** * templates/layoutEditor/submissions.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. * * Layout editor submissions list. * *} {strip} {assign var="pageTitle" value="common.queue.long.$pageToDisplay"} {include file="common/header.tpl"} {/strip} <ul class="menu"> <li{if ($pageToDisplay == "active")} class="current"{/if}><a href="{url op="submissions" path="active"}">{translate key="common.queue.short.active"}</a></li> <li{if ($pageToDisplay == "completed")} class="current"{/if}><a href="{url op="submissions" path="completed"}">{translate key="common.queue.short.completed"}</a></li> </ul> <br /> {include file="layoutEditor/$pageToDisplay.tpl"} {include file="common/footer.tpl"}