{** * templates/sectionEditor/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. * * Section editor index. * *} {strip} {assign var="pageTitle" value="common.queue.long.$pageToDisplay"} {url|assign:"currentUrl" page="sectionEditor"} {include file="common/header.tpl"} {/strip}
{if !$dateFrom} {assign var="dateFrom" value="--"} {/if} {if !$dateTo} {assign var="dateTo" value="--"} {/if}

{translate key="common.between"} {html_select_date prefix="dateFrom" time=$dateFrom all_extra="class=\"selectMenu\"" year_empty="" month_empty="" day_empty="" start_year="-5" end_year="+1"} {translate key="common.and"} {html_select_date prefix="dateTo" time=$dateTo all_extra="class=\"selectMenu\"" year_empty="" month_empty="" day_empty="" start_year="-5" end_year="+1"}
  {include file="sectionEditor/$pageToDisplay.tpl"} {if ($pageToDisplay == "submissionsInReview")}

{translate key="common.notes"}

{translate key="editor.submissionReview.notes"}
{elseif ($pageToDisplay == "submissionsInEditing")}

{translate key="common.notes"}

{translate key="editor.submissionEditing.notes"}
{/if} {include file="common/footer.tpl"}