| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/erp/horilla_views/templates/generic/ |
Upload File : |
{% extends "index.html" %}
{% block content %}
<style>
.male--custom{
border-left: 3.4px solid rgb(32, 128, 218) !important;
border-radius: 4px 0 0 4px;
}
.female--custom{
border-left: 3.4px solid pink !important;
border-radius: 4px 0 0 4px;
}
.male--dot{
background-color:blue;
}
.female--dot{
background-color:pink;
}
.oh-tabs__tab--active{
border-right: 1px solid hsl(213,22%,84%) !important;
}
</style>
<div hx-get="{% url "horilla-navbar" %}" hx-trigger="load">
</div>
{% include "generic/components.html" %}
<div
class="oh-checkpoint-badge mb-2"
id="selectedInstances"
data-ids="[]"
data-clicked=""
style="display: none"
>
</div>
{% comment %} path to the horilla tab view {% endcomment %}
<div class="oh-wrapper" hx-get="{% url "htv" %}?{{request.GET.urlencode}}" hx-trigger="load" id="listContainer">
<div class="animated-background"></div>
</div>
{% endblock content %}