/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

  1. <?php /* Smarty version 2.6.9, created on 2005-07-08 06:01:58
  2. compiled from editor/issues/backIssues.tpl */ ?>
  3. <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
  4. 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); ?>
  5. <?php $this->assign('pageTitle', "editor.issues.backIssues"); $this->assign('currentUrl', ($this->_tpl_vars['pageUrl'])."/editor/backIssues"); $_smarty_tpl_vars = $this->_tpl_vars;
  6. $this->_smarty_include(array('smarty_include_tpl_file' => "common/header.tpl", 'smarty_include_vars' => array()));
  7. $this->_tpl_vars = $_smarty_tpl_vars;
  8. unset($_smarty_tpl_vars);
  9. ?>
  10. <ul class="menu">
  11. <li><a href="<?php echo $this->_tpl_vars['pageUrl']; ?>
  12. /editor/createIssue"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.navigation.createIssue"), $this);?>
  13. </a></li>
  14. <li><a href="<?php echo $this->_tpl_vars['pageUrl']; ?>
  15. /editor/schedulingQueue"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.queue.short.submissionsInScheduling"), $this);?>
  16. </a></li>
  17. <li><a href="<?php echo $this->_tpl_vars['pageUrl']; ?>
  18. /editor/futureIssues"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.navigation.futureIssues"), $this);?>
  19. </a></li>
  20. <li class="current"><a href="<?php echo $this->_tpl_vars['pageUrl']; ?>
  21. /editor/backIssues"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.navigation.issueArchive"), $this);?>
  22. </a></li>
  23. </ul>
  24. <br/>
  25. <table width="100%" class="listing">
  26. <tr>
  27. <td colspan="4" class="headseparator">&nbsp;</td>
  28. </tr>
  29. <tr class="heading" valign="bottom">
  30. <td width="65%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "issue.issue"), $this);?>
  31. </td>
  32. <td width="15%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.issues.published"), $this);?>
  33. </td>
  34. <td width="15%"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "editor.issues.numArticles"), $this);?>
  35. </td>
  36. <td width="5%" align="right"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.action"), $this);?>
  37. </td>
  38. </tr>
  39. <tr>
  40. <td colspan="4" class="headseparator">&nbsp;</td>
  41. </tr>
  42. <?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(); ?>
  43. <tr valign="top">
  44. <td><a href="<?php echo $this->_tpl_vars['requestPageUrl']; ?>
  45. /issueToc/<?php echo $this->_tpl_vars['issue']->getIssueId(); ?>
  46. " class="action"><?php echo $this->_tpl_vars['issue']->getIssueIdentification(); ?>
  47. </a></td>
  48. <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']))); ?>
  49. </td>
  50. <td><?php echo $this->_tpl_vars['issue']->getNumArticles(); ?>
  51. </td>
  52. <td align="right"><a href="<?php echo $this->_tpl_vars['requestPageUrl']; ?>
  53. /removeIssue/<?php echo $this->_tpl_vars['issue']->getIssueId(); ?>
  54. " 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'));?>
  55. ')" class="action"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "common.delete"), $this);?>
  56. </a></td>
  57. </tr>
  58. <tr>
  59. <td colspan="4" class="<?php if ($this->_tpl_vars['issues']->eof()): ?>end<?php endif; ?>separator">&nbsp;</td>
  60. </tr>
  61. <?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()): ?>
  62. <tr>
  63. <td colspan="4" class="nodata"><?php echo $this->_plugins['function']['translate'][0][0]->smartyTranslate(array('key' => "issue.noIssues"), $this);?>
  64. </td>
  65. </tr>
  66. <tr>
  67. <td colspan="4" class="endseparator">&nbsp;</td>
  68. </tr>
  69. <?php else: ?>
  70. <tr>
  71. <td colspan="1" align="left"><?php echo $this->_plugins['function']['page_info'][0][0]->smartyPageInfo(array('iterator' => $this->_tpl_vars['issues']), $this);?>
  72. </td>
  73. <td colspan="3" align="right"><?php echo $this->_plugins['function']['page_links'][0][0]->smartyPageLinks(array('name' => 'issues','iterator' => $this->_tpl_vars['issues']), $this);?>
  74. </td>
  75. </tr>
  76. <?php endif; ?>
  77. </table>
  78. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  79. $this->_smarty_include(array('smarty_include_tpl_file' => "common/footer.tpl", 'smarty_include_vars' => array()));
  80. $this->_tpl_vars = $_smarty_tpl_vars;
  81. unset($_smarty_tpl_vars);
  82. ?>