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/meetings_nav.html
{% load i18n %}
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}">
    <div class="oh-main__titlebar oh-main__titlebar--left">
        <h1 class="oh-main__titlebar-title fw-bold">{% trans "Meetings" %}</h1>
        <a
            class="oh-main__titlebar-search-toggle"
            role="button"
            aria-label="Toggle Search"
            @click="searchShow = !searchShow"
        >
            <ion-icon
                name="search-outline"
                class="oh-main__titlebar-serach-icon"
            ></ion-icon>
        </a>
    </div>
    {% if all_meetings %}
        <form
            hx-get="{% url 'filter-meeting' %}"
            hx-target="#meeting_list"
            hx-swap="innerHTML"
            method="get"
            id="filterForm"
            onsubmit="event.preventDefault()"
        >
            <div class="oh-main__titlebar oh-main__titlebar--right">
                <div
                    class="oh-input-group oh-input__search-group"
                    :class="searchShow ? 'oh-input__search-group--show' : ''"
                >
                    <ion-icon
                        name="search-outline"
                        class="oh-input-group__icon oh-input-group__icon--left"
                    ></ion-icon>
                    <input
                        name="search"
                        onkeyup="$('.filterButton').click()"
                        type="text"
                        class="oh-input oh-input__icon"
                        aria-label="Search Input"
                        placeholder="{% trans 'Search' %}"
                    />
                </div>
                <div class="oh-main__titlebar-button-container">
                    <div class="oh-dropdown" x-data="{open: false}">
                        <button
                            class="oh-btn ml-2"
                            @click="open = !open"
                            onclick="event.preventDefault()"
                        >
                            <ion-icon name="filter" class="mr-1"></ion-icon>{% trans "Filter" %}
                            <div id="filterCount"></div>
                        </button>
                        <div
                            class="oh-dropdown__menu oh-dropdown__menu--right oh-dropdown__filter p-4"
                            x-show="open"
                            @click.outside="open = false"
                            style="display: none"
                        >
                            <div class="oh-dropdown__filter-body">
                                {% include "meetings/meetings_filter.html" %}

                            </div>
                            <div class="oh-dropdown__filter-footer">
                                <button
                                    class="oh-btn oh-btn--secondary oh-btn--small w-100 filterButton"
                                    id="feedback-filter-form-submit"
                                >
                                    {% trans "Filter" %}
                                </button>
                            </div>
                        </div>
                    </div>
    {% endif %}
                <!-- checking  user permission for objective creation -->
                {% if perms.pms.add_meetings %}
                <div class="oh-btn-group ml-2">
                    <div class="oh-dropdown" x-data="{open: false}">
                        <a
                            hx-get="{% url "create-meeting" %}"
                            hx-target="#objectCreateModalTarget"
                            data-toggle="oh-modal-toggle"
                            data-target="#objectCreateModal"
                            class="oh-btn oh-btn--secondary"
                            role="button"
                        >
                            <ion-icon
                                class="md hydrated"
                                name="add-outline"
                                role="img"
                                aria-label="add outline"
                            ></ion-icon>
                            {% trans "Create" %}</a
                        >
                    </div>
                </div>
                {% endif %}
            </div>
        </div>
    </form>
</section>

Youez - 2016 - github.com/yon3zu
LinuXploit