Server IP : 51.89.169.208 / Your IP : 3.21.43.72 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/phpMyAdmin/templates/database/designer/ |
Upload File : |
<form method="post" action="{{ url('/schema-export') }}" class="disableAjax" id="id_export_pages"> <fieldset class="pma-fieldset"> {{ get_hidden_inputs(db) }} <label for="plugins">{% trans 'Select Export Relational Type' %}</label> <select id="plugins" name="export_type"> {% for option in plugins_choice %} <option value="{{ option.name }}"{{ option.is_selected ? ' selected' }}>{{ option.text }}</option> {% endfor %} </select> {% for option in plugins_choice %} <input type="hidden" id="force_file_{{ option.name }}" value="true"> {% endfor %} <input type="hidden" name="page_number" value="{{ page }}"> {{ options|raw }} </fieldset> </form>