/ojs/ojs-2.1.1/cache/t_compile/%%5B^5B5^5B53CC71%%active.tpl.php
https://github.com/mcrider/pkpUpgradeTestSuite · PHP · 62 lines · 59 code · 3 blank · 0 comment · 2 complexity · aad2156370304eb5c9edd367850f09c8 MD5 · raw file
- <?php /* Smarty version 2.6.12, created on 2006-07-17 16:34:33
- compiled from reviewer/active.tpl */ ?>
- <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
- smarty_core_load_plugins(array('plugins' => array(array('function', 'translate', 'reviewer/active.tpl', 15, false),array('function', 'url', 'reviewer/active.tpl', 32, false),array('function', 'page_info', 'reviewer/active.tpl', 49, false),array('function', 'page_links', 'reviewer/active.tpl', 50, false),array('block', 'iterate', 'reviewer/active.tpl', 24, false),array('modifier', 'date_format', 'reviewer/active.tpl', 30, false),array('modifier', 'escape', 'reviewer/active.tpl', 31, false),array('modifier', 'strip_unsafe_html', 'reviewer/active.tpl', 32, false),array('modifier', 'truncate', 'reviewer/active.tpl', 32, false),)), $this); ?>
- <table class="listing" width="100%">
- <tr><td colspan="6" class="headseparator"> </td></tr>
- <tr class="heading" valign="bottom">
- <td width="5%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.id"), $this);?>
- </td>
- <td width="5%"><span class="disabled">MM-DD</span><br /><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.assigned"), $this);?>
- </td>
- <td width="5%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.sec"), $this);?>
- </td>
- <td width="70%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "article.title"), $this);?>
- </td>
- <td width="5%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submission.due"), $this);?>
- </td>
- <td width="10%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.reviewRound"), $this);?>
- </td>
- </tr>
- <tr><td colspan="6" class="headseparator"> </td></tr>
- <?php $this->_tag_stack[] = array('iterate', array('from' => 'submissions','item' => 'submission')); $_block_repeat=true;$this->_plugins['block']['iterate'][0][0]->smartyIterate($this->_tag_stack[count($this->_tag_stack)-1][1], null, $this, $_block_repeat);while ($_block_repeat) { ob_start(); ?>
- <?php $this->assign('articleId', $this->_tpl_vars['submission']->getArticleId()); ?>
- <?php $this->assign('reviewId', $this->_tpl_vars['submission']->getReviewId()); ?>
- <tr valign="top">
- <td><?php echo $this->_tpl_vars['articleId']; ?>
- </td>
- <td><?php echo ((is_array($_tmp=$this->_tpl_vars['submission']->getDateNotified())) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['dateFormatTrunc']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['dateFormatTrunc'])); ?>
- </td>
- <td><?php echo ((is_array($_tmp=$this->_tpl_vars['submission']->getSectionAbbrev())) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
- </td>
- <td><a href="<?php echo $this->_plugins['function']['url'][0][0]->smartyUrl(array('op' => 'submission','path' => $this->_tpl_vars['reviewId']), $this);?>
- " class="action"><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['submission']->getArticleTitle())) ? $this->_run_mod_handler('strip_unsafe_html', true, $_tmp) : String::stripUnsafeHtml($_tmp)))) ? $this->_run_mod_handler('truncate', true, $_tmp, 60, "...") : smarty_modifier_truncate($_tmp, 60, "...")); ?>
- </a></td>
- <td class="nowrap"><?php echo ((is_array($_tmp=$this->_tpl_vars['submission']->getDateDue())) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['dateFormatTrunc']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['dateFormatTrunc'])); ?>
- </td>
- <td><?php echo $this->_tpl_vars['submission']->getRound(); ?>
- </td>
- </tr>
- <tr>
- <td colspan="6" class="<?php if ($this->_tpl_vars['submissions']->eof()): ?>end<?php endif; ?>separator"> </td>
- </tr>
- <?php $_block_content = ob_get_contents(); ob_end_clean(); $_block_repeat=false;echo $this->_plugins['block']['iterate'][0][0]->smartyIterate($this->_tag_stack[count($this->_tag_stack)-1][1], $_block_content, $this, $_block_repeat); } array_pop($this->_tag_stack); if ($this->_tpl_vars['submissions']->wasEmpty()): ?>
- <tr>
- <td colspan="6" class="nodata"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.noSubmissions"), $this);?>
- </td>
- </tr>
- <tr>
- <td colspan="6" class="endseparator"> </td>
- </tr>
- <?php else: ?>
- <tr>
- <td colspan="3" align="left"><?php echo $this->_plugins['function']['page_info'][0][0]->smartyPageInfo(array('iterator' => $this->_tpl_vars['submissions']), $this);?>
- </td>
- <td colspan="3" align="right"><?php echo $this->_plugins['function']['page_links'][0][0]->smartyPageLinks(array('name' => 'submissions','iterator' => $this->_tpl_vars['submissions']), $this);?>
- </td>
- </tr>
- <?php endif; ?>
- </table>