403Webshell
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/pms/templates/meetings/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/erp/pms/templates/meetings/view_meetings.html
{% extends "index.html" %} {% load i18n %} {% load static %} {% block content %}

<style>
    .diff-cell {
        background: rgba(255, 166, 0, 0.158);
    }
</style>
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''">
    {% include "meetings/meetings_nav.html" %}
    <div class="oh-wrapper">
        <div id="meeting_list">
            {% include 'meetings/meetings_list.html' %}
        </div>
    </div>
    <div class="oh-activity-sidebar" id="activitySidebar" style="z-index:1000;">
        <div class="oh-activity-sidebar__body" id="answerContainer">
        </div>
    </div>
</main>

<script src="{% static 'src/feedback/action.js' %}"></script>
<script src="{% static '/base/filter.js' %}"></script>
<script>
    function updateManagerCount(element) {
        var parentDiv = $(element).closest('div[data-cell-index="2"]');
        var count = parentDiv.find('.meeting-manager-panel').length;
        parentDiv.find('.count-span').text((count - 1) + " {% trans 'Managers' %}");
    }
    function updateEmployeeCount(element) {

        var parentDiv = $(element).closest('div[data-cell-index="1"]');
        var count = parentDiv.find('.meeting-employee-panel').length;
        parentDiv.find('.count-span').text((count - 1) + " {% trans 'Employees' %}");
    }
    $(".oh-permission-table--toggle").on("click", function () {
        $(this).siblings(".oh-sticky-table__td").children(".count-span").toggleClass("d-none")
    })
</script>

{% endblock content %}

Youez - 2016 - github.com/yon3zu
LinuXploit