-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathside.php
More file actions
42 lines (36 loc) · 1.19 KB
/
side.php
File metadata and controls
42 lines (36 loc) · 1.19 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
<div id="sidebar">
<div id="sidebar-shortcuts">
<div id="sidebar-shortcuts-large"></div>
<div id="sidebar-shortcuts-mini">
<span class="btn btn-success"></span>
<span class="btn btn-info"></span>
<span class="btn btn-warning"></span>
<span class="btn btn-danger"></span>
</div>
</div><!--#sidebar-shortcuts-->
<ul class="nav nav-list">
<li class="active">
<a href="index.html">
<i class="icon-dashboard"></i>查看课程统计
</a>
</li>
<li>
<a href="#" class="dropdown-toggle"> <i class="icon-desktop"></i> <span>查看人员课程安排</span>
<b class="arrow icon-angle-down"></b>
</a>
<ul class="submenu">
<li> <a href="人员形式.html"> <i class="icon-double-angle-right"></i> 人员形式 </a> </li>
<li> <a href="课程形式.html"> <i class="icon-double-angle-right"></i> 课程形式 </a> </li>
</ul>
</li>
<li>
<a href="上传课件.html"><i class="icon-desktop"></i>上传课件</a>
</li>
<li>
<a href="编辑课件状态.html">
<i class="icon-edit"></i>编辑课程状态</a>
</li>
</ul>
</body>
<!--/.nav-list-->
</div>