003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/templates/database/designer
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
templates
/
database
/
designer
/
📁
..
📄
aggregate_query_panel.twig
(3.19 KB)
📄
canvas.twig
(102 B)
📄
database_tables.twig
(7.58 KB)
📄
delete_relation_panel.twig
(1.62 KB)
📄
edit_delete_pages.twig
(569 B)
📄
having_query_panel.twig
(5.83 KB)
📄
js_fields.twig
(182 B)
📄
new_relation_panel.twig
(4.45 KB)
📄
options_panel.twig
(11.82 KB)
📄
page_save_as.twig
(1.38 KB)
📄
page_selector.twig
(303 B)
📄
query_details.twig
(459 B)
📄
rename_to_panel.twig
(2.27 KB)
📄
schema_export.twig
(439 B)
📄
side_menu.twig
(7.79 KB)
📄
table_list.twig
(2.84 KB)
📄
where_query_panel.twig
(4.16 KB)
Editing: 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=">"> > </option> <option value="<"> < </option> <option value=">="> >= </option> <option value="<="> <= </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=">"> > </option> <option value="<"> < </option> <option value=">="> >= </option> <option value="<="> <= </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>
Upload File
Create Folder