权限菜单管理_添加.html
1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!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=utf-8" />
<link href="http://static.yohobuy.com/admin/css/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="http://static.yohobuy.com/admin/js/jquery.min.js"></script>
<title>YOHO有货后台管理</title>
</head>
<body>
<div class="mainbox">
<div class="daohang">当前位置:<a href="main.html">首页</a> > <span>权限菜单管理</span></div>
<table class="table1" style="width:100%">
<thead>
<tr>
<th colspan="2">权限菜单管理</th>
</tr>
</thead>
<tr>
<td width="60"> 父级菜单:</td>
<td><strong>权限管理</strong>
<select name="">
<option>或者下拉框样式</option>
</select></td>
</tr>
<tr class="F1">
<td> 菜单名称:</td>
<td>
<input id="" type="text" size="20" style="width:120px;" />
<span class="font_tip">(这里是提示文字的样式)</span></td>
</tr>
<tr>
<td>菜单图标:</td>
<td>
<input type="text" size="20" style="width:200px;"/>
<button type="button" class="but2" >浏览</button></td>
</tr>
<tr class="F1">
<td>菜单链接:</td>
<td>
<input type="text" size="20" style="width:200px;"/></td>
</tr>
<tr>
<td>权限设置:</td>
<td>
<input name="111" type="radio" value="" />
开放
<input name="111" type="radio" value="" />
不开放</td>
</tr>
<tr class="F1">
<td colspan="2">
<button type="button" class="butok" ></button>
<button type="button" class="butcancal" ></button></td>
</tr>
</table>
</div>
</body>
</html>