-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar_h.php
More file actions
74 lines (47 loc) · 2.25 KB
/
Copy pathsidebar_h.php
File metadata and controls
74 lines (47 loc) · 2.25 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<div id="skin-select">
<div id="logo">
<h1>ABES
</h1>
</div>
<a id="toggle">
<span class="entypo-menu"></span>
</a>
<div class="skin-part">
<div id="tree-wrap">
<div class="side-bar">
<ul class="topnav menu-left-nest">
<li>
<a href="#" style="border-left:0px solid!important;" class="title-menu-left">
<!-- <span class="widget-menu"></span>
<i data-toggle="tooltip" class="entypo-cog pull-right config-wrap"></i> -->
</a>
</li>
<li>
<a class="tooltip-tip ajax-load" href="" title="Home">
<i class="entypo-home"></i>
<span>Home</span>
</a>
</li>
<li>
<a class="tooltip-tip ajax-load" href="contactentry.php" title="Create Pass">
<i class="entypo-vcard"></i>
<span>Create Pass</span>
</a>
</li>
<li>
<a class="tooltip-tip ajax-load" href="" title="Check Out">
<i class="entypo-check"></i>
<span>Check Out</span>
</a>
</li>
<li>
<a class="tooltip-tip ajax-load" href="" title="Log out">
<i class="entypo-logout"></i>
<span>Log Out</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>