📄 %%9f^9f7^9f709803%%case_item.htm.php
字号:
<?php /* Smarty version 2.6.12, created on 2007-01-17 17:26:30
compiled from /web/ikang.com/telemed/tpls/admin/case_item.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></title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="/tpls/css/main_style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" height="25" border="0" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">
<?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 onmousemove="javascript:this.bgColor='#EFEFEF';" onmouseout="javascript:this.bgColor='#FFFFFF';" >
<td width="38%" height="25" align="center"><?php echo $this->_tpl_vars['caseItem']['case_name']; ?>
</td>
<td width="30%" align="center"><?php echo $this->_tpl_vars['caseItem']['username']; ?>
</td>
<td width="18%" align="center"><?php echo $this->_tpl_vars['caseItem']['create_date']; ?>
</td>
<td width="14%" align="center"><a href="?page=view_detail&case_id=<?php echo $this->_tpl_vars['caseItem']['case_id']; ?>
&user_id=<?php echo $this->_tpl_vars['caseItem']['user_id']; ?>
" target="_top">View Detail </a> </td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -