forked from Helios-Protocol/helios-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
157 lines (157 loc) · 8.25 KB
/
Copy pathmenu.html
File metadata and controls
157 lines (157 loc) · 8.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<html>
<head>
<link rel="shortcut icon" href="dist/assets/images/favicon.ico">
<!-- plugins -->
<link href="dist/assets/libs/flatpickr/flatpickr.min.css" rel="stylesheet" type="text/css" />
<!-- App css -->
<link href="dist/assets/css/bootstrap-dark.min.css" rel="stylesheet" type="text/css" />
<link href="dist/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="dist/assets/css/app-dark.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container-fluid">
<!--Logo Start-->
<a href="layouts-dark.html" class="navbar-brand mr-0 mr-md-2 logo">
<span class="logo-lg">
<img src="dist/assets/images/logo.png" alt="" height="40" />
</span>
<span class="logo-sm">
<img src="dist/assets/images/helios_logo_solo.png" alt="" height="35">
</span>
</a>
<!--Logo End-->
<!--Menu Icon Start-->
<ul class="navbar-nav bd-navbar-nav flex-row list-unstyled menu-left mb-0">
<li class="">
<button class="button-menu-mobile open-left">
<i data-feather="menu" class="menu-icon"></i>
</button>
</li>
</ul>
<!--Menu Icon End-->
<!--Right List Start-->
<ul class="navbar-nav flex-row ml-auto d-flex list-unstyled topnav-menu float-right mb-0">
<li class="dropdown d-lg-block" data-toggle="tooltip" data-placement="left" title="Check Your Mail">
<a class="nav-link dropdown-toggle mr-0" data-toggle="dropdown" href="#" role="button"
aria-haspopup="false" aria-expanded="false">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
</a>
</li>
<li class="dropdown notification-list" data-toggle="tooltip" data-placement="left"
title="8 new unread notifications">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="false"
aria-expanded="false">
<i data-feather="bell"></i>
<span class="noti-icon-badge"></span>
</a>
<div class="dropdown-menu dropdown-menu-right dropdown-lg">
<!-- item-->
<div class="dropdown-item noti-title border-bottom">
<h5 class="m-0 font-size-16">
<span class="float-right">
<a href="#" class="text-dark">
<small>Clear All</small>
</a>
</span>Notification
</h5>
</div>
<div class="slimscroll noti-scroll">
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item notify-item border-bottom">
<div class="notify-icon bg-primary"><i class="uil uil-user-plus"></i></div>
<p class="notify-details">
New user registered.<small class="text-muted">5 hours ago</small>
</p>
</a>
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item notify-item border-bottom">
<div class="notify-icon">
<img src="dist/assets/images/users/avatar-1.jpg" class="img-fluid rounded-circle" alt="" />
</div>
<p class="notify-details">Karen Robinson</p>
<p class="text-muted mb-0 user-msg">
<small>Wow ! this admin looks good and awesome design</small>
</p>
</a>
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item notify-item border-bottom">
<div class="notify-icon">
<img src="dist/assets/images/users/avatar-2.jpg" class="img-fluid rounded-circle" alt="" />
</div>
<p class="notify-details">Cristina Pride</p>
<p class="text-muted mb-0 user-msg">
<small>Hi, How are you? What about our next meeting</small>
</p>
</a>
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item notify-item border-bottom active">
<div class="notify-icon bg-success"><i class="uil uil-comment-message"></i> </div>
<p class="notify-details">
Jaclyn Brunswick commented on Dashboard<small class="text-muted">
1
min
ago
</small>
</p>
</a>
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item notify-item border-bottom">
<div class="notify-icon bg-danger"><i class="uil uil-comment-message"></i></div>
<p class="notify-details">
Caleb Flakelar commented on Admin<small class="text-muted">
4 days
ago
</small>
</p>
</a>
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item notify-item">
<div class="notify-icon bg-primary">
<i class="uil uil-heart"></i>
</div>
<p class="notify-details">
Carlos Crouch liked
<b>Admin</b>
<small class="text-muted">13 days ago</small>
</p>
</a>
</div>
<!-- All-->
<a href="javascript:void(0);"
class="dropdown-item text-center text-primary notify-item notify-all border-top">
View all
<i class="fi-arrow-right"></i>
</a>
</div>
</li>
<li class="d-sm-block d-none dropdown notification-list align-self-center">
<a class="nav-link dropdown-toggle nav-user mr-0">
<div class="media user-profile">
<img src="dist/assets/images/users/avatar-7.jpg" alt="user-image" class="rounded-circle align-self-center" />
<div class="media-body text-left align-self-center">
<p class="ml-2 my-0 text-white ls-1">
<span id="lusername"></span>
</p>
</div>
</div>
</a>
</li>
<li class="d-sm-block align-self-center">
<div class="btn-group mr-1">
<button type="button" class="btn btn-network dropdown-toggle networkidselect" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Mainnet <i class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg></i></button>
<div class="dropdown-menu netselect">
<a class="dropdown-item" data-id="1">Mainnet</a>
<a class="dropdown-item" data-id="42">Hypothesis Testnet</a>
</div>
</div>
</li>
<!--<li class="dropdown notification-list" data-toggle="tooltip" data-placement="left" title="Settings">
<a href="javascript:void(0);" class="nav-link right-bar-toggle">
<i data-feather="settings"></i>
</a>
</li>-->
</ul>
<!--Right List End-->
</div>
<script src="dist/assets/js/app.min.js"></script>
</body>