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

📄 %%62^62d^62da43b1%%edit_case.htm.php

📁 远程教育系统
💻 PHP
字号:
<?php /* Smarty version 2.6.12, created on 2007-01-16 15:29:24
         compiled from /web/ikang.com/telemed/tpls/admin/edit_case.htm */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'nl2br', '/web/ikang.com/telemed/tpls/admin/edit_case.htm', 30, false),)), $this); ?>
<!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>Add Case</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>Edit Case </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>
<form action="" method="post" enctype="multipart/form-data" name="form1" id="form1">
  <table width="100%" border="0">
<?php $_from = $this->_tpl_vars['getCaseSingle']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['caseItem']):
?>
    <tr>
      <td width="22%">Case Name </td>
      <td width="78%"><input name="Case_name" type="text" value="<?php echo $this->_tpl_vars['caseItem']['case_name']; ?>
" size="40" /></td>
    </tr>
    <tr>
      <td>Case Memo: </td>
      <td><label>
        <textarea name="Case_memo" cols="80" rows="6" id="Case_memo"><?php echo ((is_array($_tmp=$this->_tpl_vars['caseItem']['case_memo'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
</textarea>
      </label></td>
    </tr>
    <tr>
      <td>Current Expert </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>
    </tr>
    <tr>
      <td><p> ReDefine Expert: </p>      </td>
      <td><label>
        <select name="expert_id[]" size="9" multiple="multiple" id="expert_id[]">
          <?php $_from = $this->_tpl_vars['expertList']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['expertItem']):
?>
          <option value="<?php echo $this->_tpl_vars['expertItem']['user_id']; ?>
"><?php echo $this->_tpl_vars['expertItem']['username']; ?>
</option><?php endforeach; endif; unset($_from); ?>         
        </select>
      </label></td>
    </tr>
    <tr>
      <td>Case  Status</td>
      <td><input name="Visible" type="radio" value="1" <?php if ($this->_tpl_vars['caseItem']['visible'] == 1): ?>checked />Enable<?php endif; ?><input name="Visible" type="radio" value="0" <?php if ($this->_tpl_vars['caseItem']['visible'] == 0): ?>checked />Enable<?php endif; ?>/>Disable</td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td>&nbsp;<label>
        <input type="submit" name="Submit" value=" Edit Case " />
        <input type="button" name="Submit2" value="Reset" onClick="location.href='adminpages.php?page=case_list'" />
      </label></td>
    </tr>
	<?php endforeach; endif; unset($_from); ?>
  </table>
</form>
<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 + -