Mr.Combet Webshell
Your IP :
172.18.0.175
Server IP :
104.21.83.108
Server :
Linux crmarketing.1092.w795 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64
Server Software :
Apache/2.4.38 (Debian)
PHP Version :
7.4.33
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
var
/
www
/
pma
/
templates
/
database
/
central_columns
/
Edit File Name :
table_navigation.twig
<table style="display:inline-block;max-width:49%" class="navigation nospacing nopadding"> <tr> <td class="navigation_separator"></td> {% if pos - max_rows >= 0 %} <td> <form action="db_central_columns.php" method="post"> {{ Url_getHiddenInputs(db) }} <input type="hidden" name="pos" value="{{ pos - max_rows }}" /> <input type="hidden" name="total_rows" value="{{ total_rows }}"/> <input type="submit" name="navig" class="ajax" value="<" /> </form> </td> {% endif %} {% if nb_total_page > 1 %} <td> <form action="db_central_columns.php" method="post"> {{ Url_getHiddenInputs(db) }} <input type="hidden" name="total_rows" value="{{ total_rows }}"/> {{ page_selector|raw }} </form> </td> {% endif %} {% if pos + max_rows < total_rows %} <td> <form action="db_central_columns.php" method="post"> {{ Url_getHiddenInputs(db) }} <input type="hidden" name="pos" value="{{ pos + max_rows }}"/> <input type="hidden" name="total_rows" value="{{ total_rows }}"/> <input type="submit" name="navig" class="ajax" value=">" /> </form> </td> {% endif %} </form> </td> <td class="navigation_separator"></td> <td> <span>{% trans 'Filter rows' %}:</span> <input type="text" class="filter_rows" placeholder="{% trans 'Search this table' %}"> </td> <td class="navigation_separator"></td> </tr> </table>
Save