Server IP : 15.235.198.142 / Your IP : 216.73.216.240 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/thread-self/root/usr/share/phpmyadmin/templates/database/qbe/ |
Upload File : |
<td class="value text-nowrap"> <table class="table table-borderless table-sm"> <tr> <td class="value text-nowrap p-0"> <small>{% trans 'Ins:' %}</small> <input type="checkbox" name="criteriaRowInsert[{{ row_index }}]" aria-label="{% trans 'Insert' %}"> </td> <td class="value p-0"> <strong>{% trans 'And:' %}</strong> </td> <td class="p-0"> <input type="radio" name="criteriaAndOrRow[{{ row_index }}]" value="and"{{ checked_options.and ? ' checked' }} aria-label="{% trans 'And' %}"> </td> </tr> <tr> <td class="value text-nowrap p-0"> <small>{% trans 'Del:' %}</small> <input type="checkbox" name="criteriaRowDelete[{{ row_index }}]" aria-label="{% trans 'Delete' %}"> </td> <td class="value p-0"> <strong>{% trans 'Or:' %}</strong> </td> <td class="p-0"> <input type="radio" name="criteriaAndOrRow[{{ row_index }}]" value="or"{{ checked_options.or ? ' checked' }} aria-label="{% trans 'Or' %}"> </td> </tr> </table> </td>