⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 %%59^597^5975dd91%%section.html.php

📁 远程教育系统
💻 PHP
字号:
<?php /* Smarty version 2.6.12, created on 2007-07-08 00:50:05         compiled from section.html */ ?><?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date_format', 'section.html', 8, false),)), $this); ?><table border=1>
  <?php unset($this->_sections['a']);$this->_sections['a']['name'] = 'a';$this->_sections['a']['loop'] = is_array($_loop=$this->_tpl_vars['priceArray']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);$this->_sections['a']['show'] = true;$this->_sections['a']['max'] = $this->_sections['a']['loop'];$this->_sections['a']['step'] = 1;$this->_sections['a']['start'] = $this->_sections['a']['step'] > 0 ? 0 : $this->_sections['a']['loop']-1;if ($this->_sections['a']['show']) {    $this->_sections['a']['total'] = $this->_sections['a']['loop'];    if ($this->_sections['a']['total'] == 0)        $this->_sections['a']['show'] = false;} else    $this->_sections['a']['total'] = 0;if ($this->_sections['a']['show']):
            for ($this->_sections['a']['index'] = $this->_sections['a']['start'], $this->_sections['a']['iteration'] = 1;
                 $this->_sections['a']['iteration'] <= $this->_sections['a']['total'];
                 $this->_sections['a']['index'] += $this->_sections['a']['step'], $this->_sections['a']['iteration']++):$this->_sections['a']['rownum'] = $this->_sections['a']['iteration'];$this->_sections['a']['index_prev'] = $this->_sections['a']['index'] - $this->_sections['a']['step'];$this->_sections['a']['index_next'] = $this->_sections['a']['index'] + $this->_sections['a']['step'];$this->_sections['a']['first']      = ($this->_sections['a']['iteration'] == 1);$this->_sections['a']['last']       = ($this->_sections['a']['iteration'] == $this->_sections['a']['total']);?>
    <tr >
    <td><?php echo $this->_tpl_vars['priceArray'][$this->_sections['a']['index']]['CategoryID']; ?></td>
    <td><?php echo $this->_tpl_vars['priceArray'][$this->_sections['a']['index']]['CategoryName']; ?></td>
<td><?php echo $this->_tpl_vars['priceArray'][$this->_sections['a']['index']]['ProductName']; ?></td>
    <td><?php echo ((is_array($_tmp=$this->_tpl_vars['priceArray'][$this->_sections['a']['index']]['CreateDate'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%Y-%m-%d") : smarty_modifier_date_format($_tmp, "%Y-%m-%d")); ?></td>
    </tr>
  <?php endfor; endif; ?>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -