/ojs/ojs-2.0.2-1/templates/t_compile/%%8A^8A9^8A9DBDDF%%submissionsInEditing.tpl.php

https://github.com/mcrider/pkpUpgradeTestSuite · PHP · 75 lines · 73 code · 2 blank · 0 comment · 5 complexity · 129a921dc5eb0bc61457cc38aeae2de6 MD5 · raw file

  1. <?php /* Smarty version 2.6.10, created on 2005-09-21 12:20:14
  2. compiled from editor/submissionsInEditing.tpl */ ?>
  3. <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
  4. smarty_core_load_plugins(array('plugins' => array(array('function', 'translate', 'editor/submissionsInEditing.tpl', 17, false),array('function', 'page_info', 'editor/submissionsInEditing.tpl', 58, false),array('function', 'page_links', 'editor/submissionsInEditing.tpl', 59, false),array('block', 'iterate', 'editor/submissionsInEditing.tpl', 31, false),array('modifier', 'date_format', 'editor/submissionsInEditing.tpl', 36, false),array('modifier', 'escape', 'editor/submissionsInEditing.tpl', 37, false),array('modifier', 'truncate', 'editor/submissionsInEditing.tpl', 38, false),)), $this); ?>
  5. <table width="100%" class="listing">
  6. <tr>
  7. <td colspan="9" class="headseparator">&nbsp;</td>
  8. </tr>
  9. <tr class="heading" valign="bottom">
  10. <td width="5%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.id"), $this);?>
  11. </td>
  12. <td width="5%"><span class="disabled">MM-DD</span><br /><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.submit"), $this);?>
  13. </td>
  14. <td width="5%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.sec"), $this);?>
  15. </td>
  16. <td width="15%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "article.authors"), $this);?>
  17. </td>
  18. <td width="25%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "article.title"), $this);?>
  19. </td>
  20. <td width="10%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submission.copyedit"), $this);?>
  21. </td>
  22. <td width="10%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submission.layout"), $this);?>
  23. </td>
  24. <td width="10%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.proof"), $this);?>
  25. </td>
  26. <td width="5%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "article.sectionEditor"), $this);?>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td colspan="9" class="headseparator">&nbsp;</td>
  31. </tr>
  32. <?php $this->_tag_stack[] = array('iterate', array('from' => 'submissions','item' => 'submission')); $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(); ?>
  33. <?php $this->assign('layoutAssignment', $this->_tpl_vars['submission']->getLayoutAssignment()); ?>
  34. <?php $this->assign('proofAssignment', $this->_tpl_vars['submission']->getProofAssignment()); ?>
  35. <tr valign="top">
  36. <td><?php echo $this->_tpl_vars['submission']->getArticleId(); ?>
  37. </td>
  38. <td><?php echo ((is_array($_tmp=$this->_tpl_vars['submission']->getDateSubmitted())) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['dateFormatTrunc']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['dateFormatTrunc'])); ?>
  39. </td>
  40. <td><?php echo ((is_array($_tmp=$this->_tpl_vars['submission']->getSectionAbbrev())) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
  41. </td>
  42. <td><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['submission']->getAuthorString(true))) ? $this->_run_mod_handler('truncate', true, $_tmp, 40, "...") : smarty_modifier_truncate($_tmp, 40, "...")))) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
  43. </td>
  44. <td><a href="<?php echo $this->_tpl_vars['requestPageUrl']; ?>
  45. /submissionEditing/<?php echo $this->_tpl_vars['submission']->getArticleId(); ?>
  46. " class="action"><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['submission']->getArticleTitle())) ? $this->_run_mod_handler('truncate', true, $_tmp, 40, "...") : smarty_modifier_truncate($_tmp, 40, "...")))) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
  47. </a></td>
  48. <td><?php if ($this->_tpl_vars['submission']->getCopyeditorDateFinalCompleted()): echo ((is_array($_tmp=$this->_tpl_vars['submission']->getCopyeditorDateFinalCompleted())) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['dateFormatTrunc']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['dateFormatTrunc'])); else: ?>&mdash;<?php endif; ?></td>
  49. <td><?php if ($this->_tpl_vars['layoutAssignment']->getDateCompleted()): echo ((is_array($_tmp=$this->_tpl_vars['layoutAssignment']->getDateCompleted())) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['dateFormatTrunc']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['dateFormatTrunc'])); else: ?>&mdash;<?php endif; ?></td>
  50. <td><?php if ($this->_tpl_vars['proofAssignment']->getDateLayoutEditorCompleted()): echo ((is_array($_tmp=$this->_tpl_vars['proofAssignment']->getDateLayoutEditorCompleted())) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['dateFormatTrunc']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['dateFormatTrunc'])); else: ?>&mdash;<?php endif; ?></td>
  51. <td><?php $this->assign('editAssignment', $this->_tpl_vars['submission']->getEditor()); echo $this->_tpl_vars['editAssignment']->getEditorInitials(); ?>
  52. </td>
  53. </tr>
  54. <tr>
  55. <td colspan="9" class="<?php if ($this->_tpl_vars['submissions']->eof()): ?>end<?php endif; ?>separator">&nbsp;</td>
  56. </tr>
  57. <?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['submissions']->wasEmpty()): ?>
  58. <tr>
  59. <td colspan="9" class="nodata"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "submissions.noSubmissions"), $this);?>
  60. </td>
  61. </tr>
  62. <tr>
  63. <td colspan="9" class="endseparator">&nbsp;</td>
  64. </tr>
  65. <?php else: ?>
  66. <tr>
  67. <td colspan="5" align="left"><?php echo $this->_plugins['function']['page_info'][0][0]->smartyPageInfo(array('iterator' => $this->_tpl_vars['submissions']), $this);?>
  68. </td>
  69. <td colspan="4" align="right"><?php echo $this->_plugins['function']['page_links'][0][0]->smartyPageLinks(array('name' => 'submissions','iterator' => $this->_tpl_vars['submissions']), $this);?>
  70. </td>
  71. </tr>
  72. <?php endif; ?>
  73. </table>