/ojs/ojs-2.1.0-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 · 0cffbd3092010d34a2260edba261078e MD5 · raw file

  1. <?php /* Smarty version 2.6.12, created on 2006-02-03 13:26:39
  2. compiled from reviewer/active.tpl */ ?>
  3. <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
  4. 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); ?>
  5. <table class="listing" width="100%">
  6. <tr><td colspan="6" class="headseparator">&nbsp;</td></tr>
  7. <tr class="heading" valign="bottom">
  8. <td width="5%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.id"), $this);?>
  9. </td>
  10. <td width="5%"><span class="disabled">MM-DD</span><br /><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.assigned"), $this);?>
  11. </td>
  12. <td width="5%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.sec"), $this);?>
  13. </td>
  14. <td width="70%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "article.title"), $this);?>
  15. </td>
  16. <td width="5%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submission.due"), $this);?>
  17. </td>
  18. <td width="10%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.reviewRound"), $this);?>
  19. </td>
  20. </tr>
  21. <tr><td colspan="6" class="headseparator">&nbsp;</td></tr>
  22. <?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(); ?>
  23. <?php $this->assign('articleId', $this->_tpl_vars['submission']->getArticleId()); ?>
  24. <?php $this->assign('reviewId', $this->_tpl_vars['submission']->getReviewId()); ?>
  25. <tr valign="top">
  26. <td><?php echo $this->_tpl_vars['articleId']; ?>
  27. </td>
  28. <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'])); ?>
  29. </td>
  30. <td><?php echo ((is_array($_tmp=$this->_tpl_vars['submission']->getSectionAbbrev())) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
  31. </td>
  32. <td><a href="<?php echo $this->_plugins['function']['url'][0][0]->smartyUrl(array('op' => 'submission','path' => $this->_tpl_vars['reviewId']), $this);?>
  33. " 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, "...")); ?>
  34. </a></td>
  35. <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'])); ?>
  36. </td>
  37. <td><?php echo $this->_tpl_vars['submission']->getRound(); ?>
  38. </td>
  39. </tr>
  40. <tr>
  41. <td colspan="6" class="<?php if ($this->_tpl_vars['submissions']->eof()): ?>end<?php endif; ?>separator">&nbsp;</td>
  42. </tr>
  43. <?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()): ?>
  44. <tr>
  45. <td colspan="6" class="nodata"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.noSubmissions"), $this);?>
  46. </td>
  47. </tr>
  48. <tr>
  49. <td colspan="6" class="endseparator">&nbsp;</td>
  50. </tr>
  51. <?php else: ?>
  52. <tr>
  53. <td colspan="3" align="left"><?php echo $this->_plugins['function']['page_info'][0][0]->smartyPageInfo(array('iterator' => $this->_tpl_vars['submissions']), $this);?>
  54. </td>
  55. <td colspan="3" align="right"><?php echo $this->_plugins['function']['page_links'][0][0]->smartyPageLinks(array('name' => 'submissions','iterator' => $this->_tpl_vars['submissions']), $this);?>
  56. </td>
  57. </tr>
  58. <?php endif; ?>
  59. </table>