📄 %%ae^aec^aecb6271%%add_resource.htm.php
字号:
<?php /* Smarty version 2.6.12, created on 2007-01-17 14:36:05
compiled from /web/ikang.com/telemed/tpls/admin/add_resource.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>Resource Upload</title>
<link href="/tpls/css/main_style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" name="form1" method="post" action="" enctype="multipart/form-data">
<table width="100%" border="0">
<tr>
<td width="100%"><h2>Add Resource </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>
<strong>Current user name: </strong>
<?php echo $this->_tpl_vars['user_name']; ?>
<table width="100%" border="0" cellpadding="3">
<tr>
<td width="15%" bgcolor="#E8E8E8">Case Name </td>
<td width="19%" bgcolor="#E8E8E8">Resouce Name </td>
<td width="20%" bgcolor="#E8E8E8">ResourceType </td>
<td width="31%" bgcolor="#E8E8E8">Resource Note</td>
<td width="15%" bgcolor="#E8E8E8">Submit Date</td>
</tr>
<?php $_from = $this->_tpl_vars['getResList']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['resItem']):
?>
<tr>
<td><a href="adminpages.php?page=add_case&user_id=<?php echo $this->_tpl_vars['resItem']['case_id']; ?>
"><?php echo $this->_tpl_vars['resItem']['case_name']; ?>
</a></td>
<td><?php echo $this->_tpl_vars['resItem']['res_name']; ?>
</td>
<td><?php echo $this->_tpl_vars['resItem']['res_type']; ?>
</td>
<td><?php echo $this->_tpl_vars['resItem']['res_memo']; ?>
</td>
<td><?php echo $this->_tpl_vars['resItem']['res_date']; ?>
</td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</table>
<table width="100%" border="0">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Resource Name</td>
<td><label>
<input name="Res_name" type="text" id="Res_name" size="40" />
</label></td>
</tr>
<tr>
<td width="22%">Upload:</td>
<td width="78%"><label>
<input name="Pic" type="file" id="Pic" size="80" />
(JPG,GIF,PNG,DOC,XLS,PPT,PDF,TXT) </label></td>
</tr>
<tr>
<td>Resurce Note </td>
<td><label>
<textarea name="Res_memo" cols="80" rows="6" id="Res_memo"></textarea>
</label></td>
</tr>
<tr>
<td> </td>
<td><label>
<input name="case_id" type="hidden" id="case_id" value="<?php echo $_REQUEST['case_id']; ?>
" />
<input name="btnAddres" type="submit" id="btnAddres" value="Add Resource" />
</label></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -