baseline
[omp.pkp.sfu.ca.git] / templates / designer / submissions.tpl
blob5f597650e637b40642deb86522e09118b5cf1491
1 {**
2  * submissions.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  * Layout editor submissions list.
8  *
9  * $Id: submissions.tpl,v 1.1 2009/04/07 01:02:16 tylerl Exp $
10  *}
11 {strip}
12 {assign var="pageTitle" value="common.queue.long.$pageToDisplay"}
13 {include file="common/header.tpl"}
14 {/strip}
16 <ul class="menu">
17         <li{if ($pageToDisplay == "active")} class="current"{/if}><a href="{url op="submissions" path="active"}">{translate key="common.queue.short.active"}</a></li>
18         <li{if ($pageToDisplay == "completed")} class="current"{/if}><a href="{url op="submissions" path="completed"}">{translate key="common.queue.short.completed"}</a></li>
19 </ul>
21 <br />
23 {include file="designer/$pageToDisplay.tpl"}
25 {include file="common/footer.tpl"}