/ojs/ojs-2.0.1/templates/t_compile/%%AF^AFD^AFD65FDE%%backIssues.tpl.php
https://github.com/mcrider/pkpUpgradeTestSuite · PHP · 88 lines · 82 code · 6 blank · 0 comment · 2 complexity · 3c508c9cf56b2662e74cb70303502eee MD5 · raw file
- <?php /* Smarty version 2.6.9, created on 2005-07-08 06:01:58
- compiled from editor/issues/backIssues.tpl */ ?>
- <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
- smarty_core_load_plugins(array('plugins' => array(array('function', 'translate', 'editor/issues/backIssues.tpl', 17, false),array('function', 'page_info', 'editor/issues/backIssues.tpl', 59, false),array('function', 'page_links', 'editor/issues/backIssues.tpl', 60, false),array('block', 'iterate', 'editor/issues/backIssues.tpl', 39, false),array('modifier', 'date_format', 'editor/issues/backIssues.tpl', 42, false),array('modifier', 'escape', 'editor/issues/backIssues.tpl', 44, false),)), $this); ?>
- <?php $this->assign('pageTitle', "editor.issues.backIssues"); $this->assign('currentUrl', ($this->_tpl_vars['pageUrl'])."/editor/backIssues"); $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "common/header.tpl", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>
- <ul class="menu">
- <li><a href="<?php echo $this->_tpl_vars['pageUrl']; ?>
- /editor/createIssue"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.navigation.createIssue"), $this);?>
- </a></li>
- <li><a href="<?php echo $this->_tpl_vars['pageUrl']; ?>
- /editor/schedulingQueue"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.queue.short.submissionsInScheduling"), $this);?>
- </a></li>
- <li><a href="<?php echo $this->_tpl_vars['pageUrl']; ?>
- /editor/futureIssues"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.navigation.futureIssues"), $this);?>
- </a></li>
- <li class="current"><a href="<?php echo $this->_tpl_vars['pageUrl']; ?>
- /editor/backIssues"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.navigation.issueArchive"), $this);?>
- </a></li>
- </ul>
- <br/>
- <table width="100%" class="listing">
- <tr>
- <td colspan="4" class="headseparator"> </td>
- </tr>
- <tr class="heading" valign="bottom">
- <td width="65%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "issue.issue"), $this);?>
- </td>
- <td width="15%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.issues.published"), $this);?>
- </td>
- <td width="15%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.issues.numArticles"), $this);?>
- </td>
- <td width="5%" align="right"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.action"), $this);?>
- </td>
- </tr>
- <tr>
- <td colspan="4" class="headseparator"> </td>
- </tr>
-
- <?php $this->_tag_stack[] = array('iterate', array('from' => 'issues','item' => 'issue')); $this->_plugins['block']['iterate'][0][0]->smartyIterate($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat=true);while ($_block_repeat) { ob_start(); ?>
- <tr valign="top">
- <td><a href="<?php echo $this->_tpl_vars['requestPageUrl']; ?>
- /issueToc/<?php echo $this->_tpl_vars['issue']->getIssueId(); ?>
- " class="action"><?php echo $this->_tpl_vars['issue']->getIssueIdentification(); ?>
- </a></td>
- <td><?php echo ((is_array($_tmp=$this->_tpl_vars['issue']->getDatePublished())) ? $this->_run_mod_handler('date_format', true, $_tmp, ($this->_tpl_vars['dateFormatShort'])) : smarty_modifier_date_format($_tmp, ($this->_tpl_vars['dateFormatShort']))); ?>
- </td>
- <td><?php echo $this->_tpl_vars['issue']->getNumArticles(); ?>
- </td>
- <td align="right"><a href="<?php echo $this->_tpl_vars['requestPageUrl']; ?>
- /removeIssue/<?php echo $this->_tpl_vars['issue']->getIssueId(); ?>
- " onclick="return confirm('<?php echo ((is_array($_tmp=$this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.issues.confirmDelete"), $this))) ? $this->_run_mod_handler('escape', true, $_tmp, 'javascript') : smarty_modifier_escape($_tmp, 'javascript'));?>
- ')" class="action"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.delete"), $this);?>
- </a></td>
- </tr>
- <tr>
- <td colspan="4" class="<?php if ($this->_tpl_vars['issues']->eof()): ?>end<?php endif; ?>separator"> </td>
- </tr>
- <?php $_block_content = ob_get_contents(); ob_end_clean(); echo $this->_plugins['block']['iterate'][0][0]->smartyIterate($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat=false); } array_pop($this->_tag_stack); if ($this->_tpl_vars['issues']->wasEmpty()): ?>
- <tr>
- <td colspan="4" class="nodata"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "issue.noIssues"), $this);?>
- </td>
- </tr>
- <tr>
- <td colspan="4" class="endseparator"> </td>
- </tr>
- <?php else: ?>
- <tr>
- <td colspan="1" align="left"><?php echo $this->_plugins['function']['page_info'][0][0]->smartyPageInfo(array('iterator' => $this->_tpl_vars['issues']), $this);?>
- </td>
- <td colspan="3" align="right"><?php echo $this->_plugins['function']['page_links'][0][0]->smartyPageLinks(array('name' => 'issues','iterator' => $this->_tpl_vars['issues']), $this);?>
- </td>
- </tr>
- <?php endif; ?>
- </table>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "common/footer.tpl", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>