⚝
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: selection_form.twig
{% if search_type == 'zoom' %} {% include 'table/search/form_tag.twig' with { 'script_name': 'tbl_zoom_select.php', 'form_id': 'zoom_search_form', 'db': db, 'table': table, 'goto': goto } only %}
{% trans 'Do a "query by example" (wildcard: "%") for two different columns' %}
{% include 'table/search/fields_table.twig' with { 'self': self, 'search_type': search_type, 'geom_column_flag': geom_column_flag, 'column_names': column_names, 'column_types': column_types, 'column_collations': column_collations, 'criteria_column_names': criteria_column_names, 'criteria_column_types': criteria_column_types } only %} {% include 'table/search/options_zoom.twig' with { 'data_label': data_label, 'column_names': column_names, 'max_plot_limit': max_plot_limit } only %}
{% elseif search_type == 'normal' %} {% include 'table/search/form_tag.twig' with { 'script_name': 'tbl_select.php', 'form_id': 'tbl_search_form', 'db': db, 'table': table, 'goto': goto } only %}
{% trans 'Do a "query by example" (wildcard: "%")' %}
{% include 'table/search/fields_table.twig' with { 'self': self, 'search_type': search_type, 'geom_column_flag': geom_column_flag, 'column_names': column_names, 'column_types': column_types, 'column_collations': column_collations, 'criteria_column_names': criteria_column_names, 'criteria_column_types': criteria_column_types } only %}
{% include 'table/search/options.twig' with { 'column_names': column_names, 'max_rows': max_rows } only %}
{% elseif search_type == 'replace' %} {% include 'table/search/form_tag.twig' with { 'script_name': 'tbl_find_replace.php', 'form_id': 'find_replace_form', 'db': db, 'table': table, 'goto': goto } only %}
{% trans 'Find and replace' %}
{% include 'table/search/search_and_replace.twig' with { 'column_names': column_names, 'column_types': column_types, 'sql_types': sql_types } only %}
{% else %} {% include 'table/search/form_tag.twig' with { 'script_name': '', 'form_id': '', 'db': db, 'table': table, 'goto': goto } only %} {% endif %} {# Displays selection form's footer elements #}
Simpan