D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /var/www/html/antarctic-drupal-7.89/myadmin/js/../templates/table/tracking/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : /var/www/html/antarctic-drupal-7.89/myadmin/js/../templates/table/tracking/report_table.twig
<table id="{{ table_id }}" class="table table-light table-striped table-hover">
    <thead class="thead-light">
        <tr>
            <th>{% trans %}#{% context %}Number{% endtrans %}</th>
            <th>{% trans 'Date' %}</th>
            <th>{% trans 'Username' %}</th>
            <th>{{ header_message }}</th>
            <th>{% trans 'Action' %}</th>
        </tr>
    </thead>
    <tbody>
        {% for entry in entries %}
            <tr class="noclick">
                <td class="text-right"><small>{{ entry.line_number }}</small></td>
                <td><small>{{ entry.date }}</small></td>
                <td><small>{{ entry.username }}</small></td>
                <td>{{ entry.formated_statement|raw }}</td>
                <td class="nowrap">
                    <a class="delete_entry_anchor ajax" href="{{ url('/table/tracking') }}" data-post="
                        {{- entry.url_params|raw }}">
                        {{ drop_image_or_text|raw }}
                    </a>
                </td>
            </tr>
        {% endfor %}
    </tbody>
</table>

AnonSec - 2021 | Recode By D7net