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/meeting_question_template_view.html
{% load static i18n %}
<div class="oh-wrapper">
    <div class="oh-activity-sidebar__header">
        <a
            style="cursor: pointer"
            onclick="$('.oh-activity-sidebar--show').removeClass('oh-activity-sidebar--show');"
        >
            <ion-icon
                name="chevron-forward-outline"
                class="oh-activity-sidebar__header-icon me-2 oh-activity-sidebar__close md hydrated"
                data-target="#activitySidebar"
                role="img"
                aria-label="chevron forward outline"
            ></ion-icon>
        </a>
        <h1 class="oh-main__titlebar-title fw-bold ml-3 mb-3 mt-3">
            {% trans "Meeting Questions & Answer" %}
        </h1>
    </div>
    <div class="oh-activity-sidebar__body">
        <div
            {% if request.user.employee_get in meeting.manager.all %}
                style="max-height: 50vh"
            {% endif %}
            hx-get="{% url 'meeting-answer-get' meeting.id %}"
            hx-trigger="load"
        ></div>
    </div>
    <hr class="line" />
    {% if request.user.employee_get in meeting.manager.all and meeting.answer_employees.all %}
        <div class="mt-3 oh-card" >
            {% for employee in meeting.answer_employees.all %}
                <div class="oh-accordion">
                    <div
                        class="oh-accordion-header"
                        hx-get="{% url 'meeting-answer-get' meeting.id %}?emp_id={{employee.id}}"
                        hx-target="#employee_answers{{employee.id}}"
                    >
                        {{employee.get_full_name}}
                    </div>
                    <div
                        class="oh-accordion-body"
                        id="employee_answers{{employee.id}}"
                    ></div>
                </div>
            {% endfor %}
        </div>
    {% endif %}
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit