用户管理.htm

来自「进销存网站源码 如有需要请联系」· HTM 代码 · 共 61 行

HTM
61
字号
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../common/style.css" media="screen"/>

<title>新建网页 1</title>
</head>

<body>
<h2>用户管理
</h2>
 <form method="POST" action="../_derived/nortbots.htm" onSubmit="location.href='../_derived/nortbots.htm';return false;" webbot-onSubmit webbot-action="--WEBBOT-SELF--">
	<!--webbot bot="SaveResults" U-File="../_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
	<p>代码:<input type="text" name="T1" size="10">&nbsp;&nbsp;名称:<input type="text" name="T2" size="11">&nbsp; &nbsp;
	<input type="submit" value="查询" name="B1">
</form>
	 </p>

<p> </p>
<table border="1" width="100%" id="table1">
	<tr>
		<th>代码</th>
		<th>名称</th>
		<th width="165">操作</th>
	</tr>
	<tr>
		<td> </td>
		<td> </td>
		<td width="165">
	&nbsp;<input type="submit" value="编辑" name="B3">
	<input type="submit" value="删除" name="B4"> </td>
	</tr>
	<tr>
		<td> </td>
		<td> </td>
		<td width="165">
	&nbsp;<input type="submit" value="编辑" name="B6">
	<input type="submit" value="删除" name="B7"></td>
	</tr>
	<tr>
		<td> </td>
		<td> </td>
		<td width="165">
	&nbsp;<input type="submit" value="编辑" name="B9">
	<input type="submit" value="删除" name="B10"></td>
	</tr>
</table>

<p align="center">
	<a href="用户.htm">
	<input type="button" value="增加" name="B11">></a></p>

<p align="center"> </p>
<p align="left">注:<br>
删除为更改删除标志为'1',不做物理删除</p>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?