baseline
[omp.pkp.sfu.ca.git] / templates / author / submit / submitStepHeader.tpl
blob1d9f9e8ff4570100ed030106e2b01f25505127a6
1 {**
2  * submitHeader.tpl
3  *
4  * Copyright (c) 2003-2008 John Willinsky
5  * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
6  *
7  * Header for the manuscript submission pages.
8  *
9  * $Id: submitStepHeader.tpl,v 1.5 2009/06/24 22:20:19 tylerl Exp $
10  *}
11 {strip}
12 {assign var="pageCrumbTitle" value="author.submit"}
13 {translate|assign:"stepx" key="submission.stepX" step=$submitStep}
14 {translate|assign:"stepy" key=$stepTitle}
15 {assign var="pageTitleTranslated" value="$stepx $stepy"}
16 {include file="common/header.tpl"}
17 {/strip}
19 <ul class="steplist">
20 {foreach from=$steplist key=stepIndex item=step}
21 {assign var="id" value=$step.identity}
22 {if !$step.context}
23 <li{if $submitStep == $stepIndex} class="current"{/if}>
24         {if $submissionProgress >= $stepIndex and $submitStep!=$stepIndex}
25                 <a href="{url op="submit" path=$step.alias monographId=$monographId}">
26         {/if}
27         {$stepIndex}. {translate key=$step.tag}{$id}
28         {if $submissionProgress >= $stepIndex and $submitStep!=$stepIndex}
29                 </a>
30         {/if}
31 </li>
32 {/if}
33 {/foreach}
34 </ul>
35 {if isset($contextSteps)}
36 {foreach from=$contextSteps item=contextStep}
37         <a href="{url op="submit" path=$steplist[$contextStep.step].alias monographId=$monographId}">
38                 {translate key=$steplist[$contextStep.step].tag}
39         </a>
40 {/foreach}
41 {/if}