Server IP : 51.89.169.208 / Your IP : 3.18.103.55 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/www/phpMyAdmin/templates/table/ |
Upload File : |
<fieldset class="row g-3 align-items-center my-3"> <div class="col-auto"> <label class="col-form-label" for="startRowInput">{% trans 'Start row:' %}</label> </div> <div class="col-auto"> <input class="form-control" id="startRowInput" type="number" name="pos" min="0" value="{{ pos }}"{% if unlim_num_rows > 0 %} max="{{ unlim_num_rows - 1 }}"{% endif %} required> </div> <div class="col-auto"> <label class="col-form-label" for="maxRowsInput">{% trans 'Number of rows:' %}</label> </div> <div class="col-auto"> <input class="form-control" id="maxRowsInput" type="number" name="session_max_rows" min="1" value="{{ rows }}" required> </div> <div class="col-auto"> <input class="btn btn-primary" type="submit" name="submit" value="{% trans 'Go' %}"> </div> <input type="hidden" name="sql_query" value="{{ sql_query }}"> <input type="hidden" name="unlim_num_rows" value="{{ unlim_num_rows }}"> </fieldset>