📄 fmcf0902.html
字号:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>角色管理</title>
<link rel="stylesheet" type="text/css" href="../css/transport.css" />
<script type="text/javascript" src="../js/function.js"></script>
</head>
<body>
<!--标题-->
<div id="title">
<div id="font"><div id="task">角色管理</div></div>
</div>
<!--查询-->
<div id="query">
<form name="form1">
<div id="numbers">角色编号:<input type="text" name="t1" class="inputs"/></div>
<div id="numbers">角色名称:<input type="text" name="t1" class="inputs"/> <input type="button" value="查 询" class="button" /></div>
</form>
</div>
<!--按钮-->
<div id="buttons">
<div id="six">
<div id="niu"><input type="button" value="返 回" class="button" onClick="javascript:window.location.href='Fmcf0901.html'" target="ab"></div>
<div id="niu"><input type="button" value="保 存" class="button"></div>
</div>
</div>
<!--分页-->
<div id="pagination">
</div>
<!--下面主体-->
<div id="underside">
<!--空白间隔-->
<!--表格-->
<div id="mostly">
<table width="200" border="1" id="table" class="tab">
<tr>
<td width="30%" class="td_right">角色编号:</td>
<td width="70%" class="td_left"><input type="text" name="t1"></td>
</tr>
<tr>
<td class="td_right">角色名称:</td>
<td class="td_left"><input type="text" name="t2"></td>
</tr>
<tr>
<td class="td_right">角色描述:</td>
<td class="td_left"><input type="text" name="t3"></td>
</tr>
</table>
</div>
<div id="compart"><img src="../images/nos/nos_10.gif"> 角色权限设置</div>
<!--副表格-->
<div id="assistant">
<table border="1" width="100%" id="table" class="tab">
<tr>
<td nowrap="nowrap"><input type="checkbox" name="c1">订单管理</td>
<td nowrap><input type="checkbox" name="c2">采购管理</td>
<td nowrap><input type="checkbox" name="c3">库存管理</td>
<td nowrap><input type="checkbox" name="c5">配送运输</td>
</tr>
<tr>
<td nowrap><input type="checkbox" name="c5">报关模拟</td>
<td nowrap> <input type="checkbox" name="c6">实验流程设置</td>
<td nowrap> <input type="checkbox" name="c7">情景数据设置</td>
<td nowrap><input type="checkbox" name="c8">客户管理</td>
</tr>
</table>
</div>
<!--end-->
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -