151 lines
5.7 KiB
PHP
151 lines
5.7 KiB
PHP
<!-- Topbar Start -->
|
|
<div class="navbar-custom">
|
|
<ul class="list-unstyled topbar-right-menu float-right mb-0">
|
|
|
|
<li class="dropdown notification-list">
|
|
<a class="nav-link dropdown-toggle arrow-none" data-toggle="dropdown" href="#" role="button" aria-haspopup="false" aria-expanded="false">
|
|
<i class="dripicons-bell noti-icon"></i>
|
|
<span class="noti-icon-badge"></span>
|
|
</a>
|
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-animated dropdown-lg">
|
|
|
|
<!-- item-->
|
|
<div class="dropdown-item noti-title">
|
|
<h5 class="m-0">
|
|
<span class="float-right">
|
|
<a href="javascript: void(0);" class="text-dark">
|
|
<small>Clear All</small>
|
|
</a>
|
|
</span>Notification
|
|
</h5>
|
|
</div>
|
|
|
|
<div class="slimscroll" style="max-height: 230px;">
|
|
<!-- item-->
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<div class="notify-icon bg-primary">
|
|
<i class="mdi mdi-comment-account-outline"></i>
|
|
</div>
|
|
<p class="notify-details">Caleb Flakelar commented on Admin
|
|
<small class="text-muted">1 min ago</small>
|
|
</p>
|
|
</a>
|
|
|
|
<!-- item-->
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<div class="notify-icon bg-info">
|
|
<i class="mdi mdi-account-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">
|
|
<div class="notify-icon">
|
|
<img src="/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">
|
|
<div class="notify-icon bg-primary">
|
|
<i class="mdi mdi-comment-account-outline"></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">
|
|
<img src="/assets/images/users/avatar-4.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">
|
|
<div class="notify-icon bg-info">
|
|
<i class="mdi mdi-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">
|
|
View All
|
|
</a>
|
|
|
|
</div>
|
|
</li>
|
|
|
|
<li class="dropdown notification-list">
|
|
<a class="nav-link dropdown-toggle nav-user arrow-none mr-0" data-toggle="dropdown" href="#" role="button" aria-haspopup="false"
|
|
aria-expanded="false">
|
|
<span class="account-user-avatar">
|
|
<img src="/assets/images/users/avatar-1.jpg" alt="user-image" class="rounded-circle">
|
|
</span>
|
|
<span>
|
|
<span class="account-user-name">Dominic Keller</span>
|
|
<span class="account-position">Founder</span>
|
|
</span>
|
|
</a>
|
|
<div class="dropdown-menu dropdown-menu-right dropdown-menu-animated profile-dropdown ">
|
|
<!-- item-->
|
|
<div class=" dropdown-header noti-title">
|
|
<h6 class="text-overflow m-0">Welcome !</h6>
|
|
</div>
|
|
|
|
<!-- item-->
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="mdi mdi-account-circle"></i>
|
|
<span>My Account</span>
|
|
</a>
|
|
|
|
<!-- item-->
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="mdi mdi-account-settings-variant"></i>
|
|
<span>Settings</span>
|
|
</a>
|
|
|
|
<!-- item-->
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="mdi mdi-lifebuoy"></i>
|
|
<span>Support</span>
|
|
</a>
|
|
|
|
<!-- item-->
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="mdi mdi-lock-outline"></i>
|
|
<span>Lock Screen</span>
|
|
</a>
|
|
|
|
<!-- item-->
|
|
<a href="javascript:void(0);" class="dropdown-item notify-item">
|
|
<i class="mdi mdi-logout"></i>
|
|
<span>Logout</span>
|
|
</a>
|
|
|
|
</div>
|
|
</li>
|
|
|
|
</ul>
|
|
<button class="button-menu-mobile open-left disable-btn">
|
|
<i class="mdi mdi-menu"></i>
|
|
</button>
|
|
|
|
</div>
|
|
<!-- end Topbar -->
|