📄 user_htm.php
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>冰山信息发布系统--冰山网络工作室 </title>
<meta http-equiv="content-type" content="text/html;charset=GB2312" />
<meta name="Generator" content="EditPlus" />
<meta name="Author" content="冰山网络工作室" />
<meta name="Keywords" content="冰山,iceberg" />
<link rel="stylesheet" href="../style/global.css" type="text/css" />
</head>
<body>
<div class="main-box">
<div class="head-dark-box">
<?phpecho $_obj['title'];?>
</div>
<div class="body-box tip-msg">
提示: 带 <img src="../images/star.gif" alt="*" /> 的项目为必填信息.
</div>
<form method="post" action="user.php" class="white-box">
<table class="alt-table" cellspacing="0">
<tr class="light-row">
<td class="require-field width-20percent">用户名称</td>
<td><input type="text" class="text-box" name="userName" size="20" value="<?phpecho $_obj['userName'];?>" <?phpecho $_obj['disabled'];?>/></td>
</tr>
<tr class="dark-row">
<td class="require-field">密 码</td>
<td><input type="password" class="text-box" name="pwd" size="20" /></td>
</tr>
<tr class="light-row">
<td class="require-field">密码确认</td>
<td><input type="password" class="text-box" name="pwd2" size="20" /></td>
</tr>
<tr class="dark-row">
<td>
<input type="hidden" name="action" value="<?phpecho $_obj['action'];?>" />
<input type="hidden" name="userID" value="<?phpecho $_obj['userID'];?>" />
</td>
<td>
<input type="submit" class="button" value="<?phpecho $_obj['buttonValue'];?>" />
<input type="reset" class="button" value="重 设" />
</td>
</tr>
</table>
</form>
</div>
<div class="main-box">
<div class="foot-sql">
Query Times: <?phpecho $_obj['queryTime'];?> Execute Time: <?phpecho $_obj['executeTime'];?> ms
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -