|
|
|
@ -20,19 +20,24 @@
|
|
|
|
|
id="fixedSideHeader">
|
|
|
|
|
<!-- Menu Items -->
|
|
|
|
|
<div class="w-full h-fit flex flex-col justify-center items-center px-5">
|
|
|
|
|
<div class="mb-14 w-full">
|
|
|
|
|
<h1 class="text-white text-4xl text-center"><a href="{% url 'home' %}">OSINA</a></h1>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="{% url 'home' %}">
|
|
|
|
|
<div class="mb-14 w-full">
|
|
|
|
|
<h1 class="text-white text-4xl text-center">OSINA</h1>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<div class="mb-5 w-full relative">
|
|
|
|
|
<input type="text" placeholder="Search..."
|
|
|
|
|
class="border border-gray-500 rounded-md py-2 px-3 bg-transparent w-full outline-none text-white">
|
|
|
|
|
<i class="fa fa-search absolute right-3 top-3 text-gray-500" style="font-size: 20px;"></i>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="w-full flex justify-start items-center gap-3 border-b border-slate-600 py-3">
|
|
|
|
|
<i class="fa fa-home" style="font-size: 22px; color: white;"></i>
|
|
|
|
|
<a href="{% url 'home' %}" class="text-white text-xl">Home</a>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="{% url 'home' %}" class="w-full">
|
|
|
|
|
<div class="w-full flex justify-start items-center gap-3 border-b border-slate-600 py-3">
|
|
|
|
|
<i class="fa fa-home" style="font-size: 22px; color: white;"></i>
|
|
|
|
|
<p class="text-white text-xl">Home</p>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<!-- CUSTOMERS -->
|
|
|
|
|
{% if user.is_superuser %}
|
|
|
|
@ -40,7 +45,7 @@
|
|
|
|
|
<div
|
|
|
|
|
class="menuItem w-full flex justify-between items-center border-b border-slate-600 py-3 cursor-pointer">
|
|
|
|
|
<div class="w-full flex justify-start items-center gap-3">
|
|
|
|
|
<i class="fas fa-users" style="font-size: 22px; color: white;"></i>
|
|
|
|
|
<i class="fas fa-users" style="font-size: 20px; color: white;"></i>
|
|
|
|
|
<p class="text-white text-xl">Accounts</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
@ -120,7 +125,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="w-full flex justify-between items-center border-b border-slate-600 py-3">
|
|
|
|
|
<div class="w-full flex justify-start items-center gap-3">
|
|
|
|
|
<i class="fas fa-comment-alt" style="font-size: 22px; color: white;"></i>
|
|
|
|
|
<i class="fas fa-comment-alt" style="font-size: 20px; color: white;"></i>
|
|
|
|
|
<p class="text-white text-xl">Support</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
@ -145,7 +150,7 @@
|
|
|
|
|
<div
|
|
|
|
|
class="menuItem w-full flex justify-between items-center border-b border-slate-600 py-3 cursor-pointer">
|
|
|
|
|
<div class="w-full flex justify-start items-center gap-3">
|
|
|
|
|
<i class="fas fa-cogs" style="font-size: 22px; color: white;"></i>
|
|
|
|
|
<i class="fas fa-cogs" style="font-size: 20px; color: white;"></i>
|
|
|
|
|
<p class="text-white text-xl">Utilities</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
@ -192,15 +197,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="w-full flex justify-start items-center gap-3 border-b border-slate-600 py-3">
|
|
|
|
|
<i class="fa fa-check-square" style="font-size: 22px; color: white;"></i>
|
|
|
|
|
<p class="text-white text-xl">Activity</p>
|
|
|
|
|
</div>
|
|
|
|
|
<a class="w-full">
|
|
|
|
|
<div class="w-full flex justify-start items-center gap-3 border-b border-slate-600 py-3">
|
|
|
|
|
<i class="fa fa-check-square" style="font-size: 22px; color: white;"></i>
|
|
|
|
|
<p class="text-white text-xl">Activity</p>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<div class="w-full flex justify-start items-center gap-3 border-b border-slate-600 py-3">
|
|
|
|
|
<i class="fa fa-power-off" style="font-size: 22px; color: white;"></i>
|
|
|
|
|
<a href="{% url 'signout' %}" class="text-white text-xl">Logout</a>
|
|
|
|
|
</div>
|
|
|
|
|
<a href="{% url 'signout' %}" class="w-full">
|
|
|
|
|
<div class="w-full flex justify-start items-center gap-3 border-b border-slate-600 py-3">
|
|
|
|
|
<i class="fa fa-power-off" style="font-size: 22px; color: white;"></i>
|
|
|
|
|
<p class="text-white text-xl">Logout</p>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Footer -->
|
|
|
|
@ -255,11 +264,11 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- MODULES SECTION -->
|
|
|
|
|
<div class="w-full h-fit flex justify-between items-center px-10 py-5">
|
|
|
|
|
<div class="w-[23%] h-[150px] bg-white shadow-md rounded-md p-5">
|
|
|
|
|
<div class="w-full h-fit grid grid-cols-3 gap-5 px-10 py-5">
|
|
|
|
|
<div class="h-[150px] bg-white shadow-md rounded-md p-5">
|
|
|
|
|
<div class="w-full h-full flex flex-col justify-between items-center">
|
|
|
|
|
<div class="w-full flex justify-between items-center">
|
|
|
|
|
<p class="text-[22px] text-slate-800 font-bold">TASKS</p>
|
|
|
|
|
<p class="text-[22px] text-slate-800 font-bold uppercase">Tasks</p>
|
|
|
|
|
<i class="fa fa-tasks" style="font-size: 30px; color: green;"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
@ -269,25 +278,11 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="w-[23%] h-[150px] bg-white shadow-md rounded-md p-5">
|
|
|
|
|
<div class="w-full h-full flex flex-col justify-between items-center">
|
|
|
|
|
<div class="w-full flex justify-between items-center">
|
|
|
|
|
<p class="text-[22px] text-slate-800 font-bold">NOTIFICATIONS</p>
|
|
|
|
|
<i class="fa fa-bell" style="font-size: 30px; color: orangered;"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="w-[60px] h-[60px] bg-white border-2 rounded-full border-orange-700 flex justify-center items-center">
|
|
|
|
|
<p class="text-orange-700 text-xl font-semibold">2</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="w-[23%] h-[150px] bg-white shadow-md rounded-md p-5">
|
|
|
|
|
<div class="h-[150px] bg-white shadow-md rounded-md p-5">
|
|
|
|
|
<div class="w-full h-full flex flex-col justify-between items-center">
|
|
|
|
|
<div class="w-full flex justify-between items-center">
|
|
|
|
|
<p class="text-[22px] text-slate-800 font-bold">TICKETS</p>
|
|
|
|
|
<i class="fas fa-ticket-alt" style="font-size: 30px; color: cornflowerblue;"></i>
|
|
|
|
|
<p class="text-[22px] text-slate-800 font-bold uppercase">Projects</p>
|
|
|
|
|
<i class="fas fa-project-diagram" style="font-size: 30px; color: cornflowerblue;"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="w-[60px] h-[60px] bg-white border-2 rounded-full border-blue-500 flex justify-center items-center">
|
|
|
|
@ -296,17 +291,82 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="w-[23%] h-[150px] bg-white shadow-md rounded-md p-5">
|
|
|
|
|
<div class="h-[150px] bg-white shadow-md rounded-md p-5 flex flex-col justify-between gap-3">
|
|
|
|
|
<div class="w-full flex justify-between items-center">
|
|
|
|
|
<p class="text-[22px] text-slate-800 font-bold">30 Aug 2023</p>
|
|
|
|
|
<!-- <i class="fas fa-comment" style="font-size: 30px; color: salmon;"></i> -->
|
|
|
|
|
<img src='{% static "images/clockicon.png" %}' alt="" class="w-[30px] h-[30px]">
|
|
|
|
|
<p class="text-[22px] text-slate-800 font-bold uppercase">Connected Users</p>
|
|
|
|
|
<i class="fa fa-users" style="font-size: 30px; color: salmon;"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="text-gray-500">12:09:33 PM</p>
|
|
|
|
|
<div>
|
|
|
|
|
<div class="flex justify-start items-center gap-2">
|
|
|
|
|
<p>Available</p>
|
|
|
|
|
<img src='{% static "images/yes.png" %}' alt="" class="w-[15px] h-[15px]">
|
|
|
|
|
<div class="flex flex-wrap gap-2">
|
|
|
|
|
<div class="relative group">
|
|
|
|
|
<div class="absolute w-fit py-2 px-2 bg-black bg-opacity-40 text-white text-sm whitespace-nowrap bottom-10 userName opacity-0 group-hover:opacity-100 transition-opacity duration-300">
|
|
|
|
|
<p>Salim Elliye</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w-[35px] h-[35px] rounded-full cursor-pointer userImage">
|
|
|
|
|
<img src="{% static 'images/1669023415919.jpeg' %}" alt="User Profile" class="w-full h-full rounded-full object-cover">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="relative group">
|
|
|
|
|
<div class="absolute w-fit py-2 px-2 bg-black bg-opacity-40 text-white text-sm whitespace-nowrap bottom-10 userName opacity-0 group-hover:opacity-100 transition-opacity duration-300">
|
|
|
|
|
<p>Miryam Elliye</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w-[35px] h-[35px] rounded-full cursor-pointer userImage">
|
|
|
|
|
<img src="{% static 'images/1686063290067.jpeg' %}" alt="User Profile" class="w-full h-full rounded-full object-cover">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="relative group">
|
|
|
|
|
<div class="absolute w-fit py-2 px-2 bg-black bg-opacity-40 text-white text-sm whitespace-nowrap bottom-10 userName opacity-0 group-hover:opacity-100 transition-opacity duration-300">
|
|
|
|
|
<p>Rachel</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w-[35px] h-[35px] rounded-full cursor-pointer userImage">
|
|
|
|
|
<img src="{% static 'images/C2ruP-K3_400x400_3eYEtuD.jpeg' %}" alt="User Profile" class="w-full h-full rounded-full object-cover">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="relative group">
|
|
|
|
|
<div class="absolute w-fit py-2 px-2 bg-black bg-opacity-40 text-white text-sm whitespace-nowrap bottom-10 userName opacity-0 group-hover:opacity-100 transition-opacity duration-300">
|
|
|
|
|
<p>Nataly Abi Wajeh</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w-[35px] h-[35px] rounded-full cursor-pointer userImage">
|
|
|
|
|
<img src="{% static 'images/WhatsApp_Image_2024-01-02_at_1.31.29_PM_i37PpV4.jpeg' %}" alt="User Profile" class="w-full h-full rounded-full object-cover">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="relative group">
|
|
|
|
|
<div class="absolute w-fit py-2 px-2 bg-black bg-opacity-40 text-white text-sm whitespace-nowrap bottom-10 userName opacity-0 group-hover:opacity-100 transition-opacity duration-300">
|
|
|
|
|
<p>Salim Elliye</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w-[35px] h-[35px] rounded-full cursor-pointer userImage">
|
|
|
|
|
<img src="{% static 'images/1669023415919.jpeg' %}" alt="User Profile" class="w-full h-full rounded-full object-cover">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="relative group">
|
|
|
|
|
<div class="absolute w-fit py-2 px-2 bg-black bg-opacity-40 text-white text-sm whitespace-nowrap bottom-10 userName opacity-0 group-hover:opacity-100 transition-opacity duration-300">
|
|
|
|
|
<p>Miryam Elliye</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w-[35px] h-[35px] rounded-full cursor-pointer userImage">
|
|
|
|
|
<img src="{% static 'images/1686063290067.jpeg' %}" alt="User Profile" class="w-full h-full rounded-full object-cover">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="relative group">
|
|
|
|
|
<div class="absolute w-fit py-2 px-2 bg-black bg-opacity-40 text-white text-sm whitespace-nowrap bottom-10 userName opacity-0 group-hover:opacity-100 transition-opacity duration-300">
|
|
|
|
|
<p>Rachel</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w-[35px] h-[35px] rounded-full cursor-pointer userImage">
|
|
|
|
|
<img src="{% static 'images/C2ruP-K3_400x400_3eYEtuD.jpeg' %}" alt="User Profile" class="w-full h-full rounded-full object-cover">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="relative group">
|
|
|
|
|
<div class="absolute w-fit py-2 px-2 bg-black bg-opacity-40 text-white text-sm whitespace-nowrap bottom-10 userName opacity-0 group-hover:opacity-100 transition-opacity duration-300">
|
|
|
|
|
<p>Nataly Abi Wajeh</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w-[35px] h-[35px] rounded-full cursor-pointer userImage">
|
|
|
|
|
<img src="{% static 'images/WhatsApp_Image_2024-01-02_at_1.31.29_PM_i37PpV4.jpeg' %}" alt="User Profile" class="w-full h-full rounded-full object-cover">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|