[ 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
/
author
/
submit
/
[
Home
]
File: complete.tpl
{** * templates/author/submit/complete.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. * * The submission process has been completed; notify the author. * *} {strip} {assign var="pageTitle" value="author.track"} {include file="common/header.tpl"} {/strip} <div id="submissionComplete"> <p>{translate key="author.submit.submissionComplete" journalTitle=$journal->getLocalizedTitle()}</p> {if $canExpedite} {url|assign:"expediteUrl" op="expediteSubmission" articleId=$articleId} {translate key="author.submit.expedite" expediteUrl=$expediteUrl} {/if} {if $paymentButtonsTemplate } {include file=$paymentButtonsTemplate orientation="vertical"} {/if} <ul><li><a href="{url op="index"}">{translate key="author.track"}</a></li></ul> </div> {include file="common/footer.tpl"}