KUNTUL | JINGKONTOT
JINGKONTOT


Server : Apache/2.4.41 (Ubuntu)
System : Linux journalup 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
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,
Directory :  /var/www/phpwinfx/templates/database/designer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/phpwinfx/templates/database/designer/options_panel.twig
<table id="designer_optionse" class="hide" width="5%" cellpadding="0" cellspacing="0">
    <tbody>
        <tr>
            <td class="frams1" width="10px">
            </td>
            <td class="frams5" width="99%" >
            </td>
            <td class="frams2" width="10px">
                <div class="bor">
                </div>
            </td>
        </tr>
        <tr>
            <td class="frams8">
            </td>
            <td class="input_tab">
                <table width="168" class="center" cellpadding="2" cellspacing="0">
                    <thead>
                        <tr>
                            <td colspan="2" rowspan="2" id="option_col_name" class="center nowrap">
                            </td>
                        </tr>
                    </thead>
                    <tbody id="where">
                        <tr>
                            <td class="center nowrap">
                                <b>
                                    WHERE
                                </b>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="nowrap">
                                {% trans 'Relationship operator' %}
                            </td>
                            <td width="102">
                                <select name="rel_opt" id="rel_opt">
                                    <option value="--" selected="selected">
                                        --
                                    </option>
                                    <option value="=">
                                        =
                                    </option>
                                    <option value="&gt;">
                                        &gt;
                                    </option>
                                    <option value="&lt;">
                                        &lt;
                                    </option>
                                    <option value="&gt;=">
                                        &gt;=
                                    </option>
                                    <option value="&lt;=">
                                        &lt;=
                                    </option>
                                    <option value="NOT">
                                        NOT
                                    </option>
                                    <option value="IN">
                                        IN
                                    </option>
                                    <option value="EXCEPT">
                                        {% trans 'Except' %}
                                    </option>
                                    <option value="NOT IN">
                                        NOT IN
                                    </option>
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td class="nowrap">
                                {% trans 'Value' %}
                                <br />
                                {% trans 'subquery' %}
                            </td>
                            <td>
                                <textarea id="Query" cols="18"></textarea>
                            </td>
                        </tr>
                        <tr>
                            <td class="center nowrap">
                                <b>
                                    {% trans 'Rename to' %}
                                </b>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="nowrap">
                                {% trans 'New name' %}
                            </td>
                            <td width="102">
                                <input type="text" id="new_name"/>
                            </td>
                        </tr>
                        <tr>
                            <td class="center nowrap">
                                <b>
                                    {% trans 'Aggregate' %}
                                </b>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="nowrap">
                                {% trans 'Operator' %}
                            </td>
                            <td width="102">
                                <select name="operator" id="operator">
                                    <option value="---" selected="selected">
                                        ---
                                    </option>
                                    <option value="sum" >
                                        SUM
                                    </option>
                                    <option value="min">
                                        MIN
                                    </option>
                                    <option value="max">
                                        MAX
                                    </option>
                                    <option value="avg">
                                        AVG
                                    </option>
                                    <option value="count">
                                        COUNT
                                    </option>
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="center nowrap">
                                <b>
                                    GROUP BY
                                </b>
                            </td>
                            <td>
                                <input type="checkbox" value="groupby" id="groupby"/>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="center nowrap">
                                <b>
                                    ORDER BY
                                </b>
                            </td>
                            <td>
                                <select name="orderby" id="orderby">
                                    <option value="---" selected="selected">
                                        ---
                                    </option>
                                    <option value="ASC" >
                                        ASC
                                    </option>
                                    <option value="DESC">
                                        DESC
                                    </option>
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td class="center nowrap">
                                <b>
                                    HAVING
                                </b>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="nowrap">
                                {% trans 'Operator' %}
                            </td>
                            <td width="102">
                                <select name="h_operator" id="h_operator">
                                    <option value="---" selected="selected">
                                        ---
                                    </option>
                                    <option value="None" >
                                        {% trans 'None' %}
                                    </option>
                                    <option value="sum" >
                                        SUM
                                    </option>
                                    <option value="min">
                                        MIN
                                    </option>
                                    <option value="max">
                                        MAX
                                    </option>
                                    <option value="avg">
                                        AVG
                                    </option>
                                    <option value="count">
                                        COUNT
                                    </option>
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="nowrap">
                                {% trans 'Relationship operator' %}
                            </td>
                            <td width="102">
                                <select name="h_rel_opt" id="h_rel_opt">
                                    <option value="--" selected="selected">
                                        --
                                    </option>
                                    <option value="=">
                                        =
                                    </option>
                                    <option value="&gt;">
                                        &gt;
                                    </option>
                                    <option value="&lt;">
                                        &lt;
                                    </option>
                                    <option value="&gt;=">
                                        &gt;=
                                    </option>
                                    <option value="&lt;=">
                                        &lt;=
                                    </option>
                                    <option value="NOT">
                                        NOT
                                    </option>
                                    <option value="IN">
                                        IN
                                    </option>
                                    <option value="EXCEPT">
                                        {% trans 'Except' %}
                                    </option>
                                    <option value="NOT IN">
                                        NOT IN
                                    </option>
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="nowrap">
                                {% trans 'Value' %}
                                <br/>
                                {% trans 'subquery' %}
                            </td>
                            <td width="102">
                                <textarea id="having" cols="18"></textarea>
                            </td>
                        </tr>
                    </tbody>
                    <tbody>
                        <tr>
                            <td colspan="2" class="center nowrap">
                                <input type="button" id="ok_add_object" class="butt"
                                    name="Button" value="{% trans 'OK' %}" />
                                <input type="button" id="cancel_close_option" class="butt"
                                    name="Button" value="{% trans 'Cancel' %}" />
                            </td>
                        </tr>
                    </tbody>
                </table>
            </td>
            <td class="frams6">
            </td>
        </tr>
        <tr>
            <td class="frams4">
                <div class="bor">
                </div>
            </td>
            <td class="frams7">
            </td>
            <td class="frams3">
            </td>
        </tr>
    </tbody>
</table>

KUNTUL | JINGKONTOT |