📄 %%ed^ede^edefe083%%add_user.htm.php
字号:
<?php /* Smarty version 2.6.12, created on 2007-01-16 15:30:57
compiled from /web/ikang.com/telemed/tpls/admin/add_user.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>Add New User</title>
<link href="/tpls/css/main_style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form2" name="form2" method="post" action="">
<table width="100%" border="0">
<tr>
<td width="100%"><h2>Add User </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="80%" border="0" cellpadding="3">
<tr>
<td width="23%">Account name: </td>
<td width="77%"><label>
<input name="UserName" type="text" id="UserName" />
</label></td>
</tr>
<tr>
<td>Password:</td>
<td><label>
<input name="Password" type="text" id="Password" />
</label></td>
</tr>
<tr>
<td>User Type </td>
<td><strong>
<input name="Usertype" type="radio" value="e" checked="checked" />
Doctor
<input type="radio" name="Usertype" value="u" />
User</strong></td>
</tr>
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td>Full Name </td>
<td><label>
<input name="TrueName" type="text" id="TrueName" />
</label></td>
</tr>
<tr>
<td>Gender:</td>
<td><label>
<input type="radio" name="Gender" value="1" />
Male
<input type="radio" name="Gender" value="0" />
Female</label></td>
</tr>
<tr>
<td>City:</td>
<td><label>
<input name="City" type="text" id="City" />
</label></td>
</tr>
<tr>
<td>Address:</td>
<td><label>
<input name="Address" type="text" id="Address" />
</label></td>
</tr>
<tr>
<td valign="top">History:</td>
<td><textarea name="History" cols="60" rows="10" id="History"></textarea></td>
</tr>
<tr>
<td valign="top">Other Memo:</td>
<td><label>
<textarea name="Memo" cols="60" rows="10" id="Memo"></textarea>
</label></td>
</tr>
<tr align="center">
<td height="33" colspan="2"><label>
<input type="submit" name="Submit" value="Submit" />
<input type="reset" name="Submit2" value="Reset" />
</label></td>
</tr>
</table>
<p><a href='adminpages.php?page=admin_start'><< Main page</a> <a href='adminpages.php?page=admin_logout'>Logout</a></p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -