003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/templates/table/tracking
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
templates
/
table
/
tracking
/
📁
..
📄
activate_deactivate.twig
(1.12 KB)
📄
create_version.twig
(3.69 KB)
📄
report_table.twig
(1007 B)
📄
selectable_tables.twig
(688 B)
📄
structure_snapshot_columns.twig
(2.29 KB)
📄
structure_snapshot_indexes.twig
(1.19 KB)
Editing: report_table.twig
<table id="{{ table_id }}" class="data"> <thead> <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="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="tbl_tracking.php" data-post=" {{- entry.url_params|raw }}"> {{ drop_image_or_text|raw }} </a> </td> </tr> {% endfor %} </tbody> </table>
Upload File
Create Folder