���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /proc/self/root/usr/share/phpMyAdmin/templates/database/designer/ |
<form action="{{ url('/database/designer') }}" method="post" name="save_as_pages" id="save_as_pages" class="ajax"> {{ get_hidden_inputs(db) }} <fieldset id="page_save_as_options"> <table class="pma-table"> <tbody> <tr> <td> <input type="hidden" name="operation" value="savePage"> {% include 'database/designer/page_selector.twig' with { 'pdfwork': pdfwork, 'pages': pages } only %} </td> </tr> <tr> <td> <div> <input type="radio" name="save_page" id="savePageSameRadio" value="same" checked> <label for="savePageSameRadio">{% trans 'Save to selected page' %}</label> </div> <div> <input type="radio" name="save_page" id="savePageNewRadio" value="new"> <label for="savePageNewRadio">{% trans 'Create a page and save to it' %}</label> </div> </td> </tr> <tr> <td> <label for="selected_value">{% trans 'New page name' %}</label> <input type="text" name="selected_value" id="selected_value"> </td> </tr> </tbody> </table> </fieldset> </form>