[ 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
/
layoutEditor
/
[
Home
]
File: futureIssues.tpl
{** * templates/layoutEditor/futureIssues.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. * * Listings of future (unpublished) issues for Layout Editor. * *} {strip} {assign var="pageTitle" value="editor.issues.futureIssues"} {url|assign:"currentUrl" page="layoutEditor" op="futureIssues"} {include file="common/header.tpl"} {/strip} <ul class="menu"> <li class="current"><a href="{url op="futureIssues"}">{translate key="editor.navigation.futureIssues"}</a></li> <li><a href="{url op="backIssues"}">{translate key="editor.navigation.issueArchive"}</a></li> </ul> <br /> <div id="issues"> <table width="100%" class="listing"> <tr> <td colspan="2" class="headseparator"> </td> </tr> <tr class="heading" valign="bottom"> <td width="80%">{translate key="issue.issue"}</td> <td width="20%">{translate key="editor.issues.numArticles"}</td> </tr> <tr> <td colspan="2" class="headseparator"> </td> </tr> {iterate from=issues item=issue} <tr valign="top"> <td><a href="{url op="issueToc" path=$issue->getId()}" class="action">{$issue->getIssueIdentification()|strip_unsafe_html|nl2br}</a></td> <td>{$issue->getNumArticles()|escape}</td> </tr> <tr> <td colspan="2" class="{if $issues->eof()}end{/if}separator"> </td> </tr> {/iterate} {if $issues->wasEmpty()} <tr> <td colspan="2" class="nodata">{translate key="issue.noIssues"}</td> </tr> <tr> <td colspan="2" class="endseparator"> </td> </tr> {else} <tr> <td align="left">{page_info iterator=$issues}</td> <td align="right">{page_links anchor="issues" name="issues" iterator=$issues}</td> </tr> {/if} </table> </div> {include file="common/footer.tpl"}