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/mom_form.html
{% load i18n %}
{% if messages %}
    <span hx-get="/pms/filter-meeting" hx-target="#meeting_list" hx-trigger="load"
        hx-on-htmx-after-request="setTimeout(() => { reloadMessage();$(this).closest('.oh-modal--show').removeClass('oh-modal--show');},100);">
    </span>
{% endif %}
<div class="oh-modal__dialog-header pb-0">
    <span class="oh-modal__dialog-title">
        {% trans "Minutes of Meeting (MoM)" %}
    </span>
    <button type="button" class="oh-modal__close" data-dismiss="oh-modal" aria-label="Close"
        data-toggle="oh-modal-toggle">
        <ion-icon name="close-outline"></ion-icon>
    </button>
</div>
<div class="oh-modal__dialog-body" id="responseFormTaget">
    <form hx-post="{% url 'add-response' meeting.id %}" hx-target="#objectCreateModalTarget" class="oh-profile-section">
        {% csrf_token %}
        <div class="col-sm-12 col-md-12 col-lg-12">
            <label class="oh-label">{% trans "Response" %}</label>
            <textarea name="response" cols="40" data-summernote="" rows="4" class="p-4 oh-input w-100 d-none"
                required="True" id="id_response{{meeting.id}}">{{meeting.response|default:""}}</textarea>
        </div>
        <div class="oh-modal__dialog-footer p-0">
            <button type="submit" class="oh-btn oh-btn--secondary oh-btn--shadow mt-3">
                {% trans "Save" %}
            </button>
        </div>
    </form>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit