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

📄 %%69^69e^69e67f1c%%case_list.htm.php

📁 远程教育系统
💻 PHP
字号:
<?php /* Smarty version 2.6.12, created on 2007-01-17 13:27:56
         compiled from /web/ikang.com/telemed/tpls/admin/case_list.htm */ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Case List</title>
<link href="/tpls/css/main_style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="100%" border="0">
  <tr>
    <td width="100%"><h2>Case List </h2>
        <hr /></td>
  </tr>
  <?php if (count ( $this->_tpl_vars['caseList'] ) > 0): ?>
  <?php $_from = $this->_tpl_vars['caseList']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['caseItem']):
?>
  <?php endforeach; endif; unset($_from); ?>
  <?php endif; ?>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#666666">
  <tr>
    <td><table width="100%" border="0" cellpadding="5" cellspacing="1" bgcolor="#FFFFFF">
      <tr>
        <td width="20%" bgcolor="#CCCCCC">Case Name </td>
        <td width="11%" bgcolor="#CCCCCC">User Name </td>
        <td width="29%" bgcolor="#CCCCCC">Expert Name </td>
        <td width="18%" bgcolor="#CCCCCC">Case Date </td>
        <td width="7%" bgcolor="#CCCCCC">Visible</td>
        <td width="15%" bgcolor="#CCCCCC">&nbsp;</td>
      </tr>
      <?php $_from = $this->_tpl_vars['case_info']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['caseItem']):
?>
      <tr >
        <td><?php echo $this->_tpl_vars['caseItem']['case_name']; ?>
</td>
        <td><?php echo $this->_tpl_vars['caseItem']['username']; ?>
</td>
        <td><iframe src="adminpages.php?page=case_expert_list&amp;case_id=<?php echo $this->_tpl_vars['caseItem']['case_id']; ?>
" width="100%" height="20" scrolling="No" frameborder="0"></iframe></td>
        <td><?php echo $this->_tpl_vars['caseItem']['create_date']; ?>
</td>
        <td><?php if ($this->_tpl_vars['caseItem']['visible'] == 0): ?>Disible<?php else: ?>Enable<?php endif; ?></td>
        <td align="center"><?php if ($this->_tpl_vars['caseItem']['visible'] == 0): ?><a href="?page=set_flag&amp;flag=1&amp;caseid=<?php echo $this->_tpl_vars['caseItem']['case_id']; ?>
">SetFlag</a><?php else: ?><a href="?page=set_flag&amp;flag=0&amp;caseid=<?php echo $this->_tpl_vars['caseItem']['case_id']; ?>
">Set</a><?php endif; ?> <a href="?page=edit_case&amp;caseid=<?php echo $this->_tpl_vars['caseItem']['case_id']; ?>
">Modify</a> <a href="?page=delete_case&amp;caseid=<?php echo $this->_tpl_vars['caseItem']['case_id']; ?>
"  onClick="return confirm('Are you sure?')">Delete</a> </td>
      </tr>
      <?php endforeach; endif; unset($_from); ?>
    </table></td>
  </tr>
</table>
<p><a href="adminpages.php?page=user_list">AddCase</a></p>
<p><a href='adminpages.php?page=admin_start'>&lt;&lt; Main page</a> <a href='adminpages.php?page=admin_logout'>Logout</a></p>
</body>
</html>

⌨️ 快捷键说明

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