{** * templates/author/index.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Journal author index. * *} {strip} {assign var="pageTitle" value="common.queue.long.$pageToDisplay"} {include file="common/header.tpl"} {/strip}
{include file="author/$pageToDisplay.tpl"}

{translate key="author.submit.startHereTitle"}

{url|assign:"submitUrl" op="submit"} {translate submitUrl=$submitUrl key="author.submit.startHereLink"}
{call_hook name="Templates::Author::Index::AdditionalItems"} {include file="common/footer.tpl"}