From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../templates/database/designer/main.twig | 1105 -------------------- 1 file changed, 1105 deletions(-) delete mode 100644 srcs/phpmyadmin/templates/database/designer/main.twig (limited to 'srcs/phpmyadmin/templates/database/designer/main.twig') diff --git a/srcs/phpmyadmin/templates/database/designer/main.twig b/srcs/phpmyadmin/templates/database/designer/main.twig deleted file mode 100644 index f971dc5..0000000 --- a/srcs/phpmyadmin/templates/database/designer/main.twig +++ /dev/null @@ -1,1105 +0,0 @@ -{# Invisible characters will make javascript crash #} -{% apply spaceless %} - -{% endapply %} - -{# side menu #} -{% if not has_query %} -
- - {{ selected_page == null ? 'Untitled'|trans : selected_page }} - - - {{ selected_page == null ? '*' : '' }} - -
-{% endif %} -
- - v - - {% trans 'Show/Hide tables list' %} - - - - - - {% trans 'View in fullscreen' %} - - - - - - {% trans 'Add tables from other databases' %} - - - {% if not has_query %} - - - - {% trans 'New page' %} - - - - - - {% trans 'Open page' %} - - - - - - {% trans 'Save page' %} - - - - - - {% trans 'Save page as' %} - - - - - - {% trans 'Delete pages' %} - - - - - - {% trans 'Create table' %} - - - - - - {% trans 'Create relationship' %} - - - - - - {% trans 'Choose column to display' %} - - - - - - {% trans 'Reload' %} - - - - - - {% trans 'Help' %} - - - {% endif %} - - - - {% trans 'Angular links' %} / {% trans 'Direct links' %} - - - - - - {% trans 'Snap to grid' %} - - - - v - - {% trans 'Small/Big All' %} - - - - - - {% trans 'Toggle small/big' %} - - - - - - {% trans 'Toggle relationship lines' %} - - - {% if not visual_builder %} - - - - {% trans 'Export schema' %} - - - {% else %} - - - - {% trans 'Build Query' %} - - - {% endif %} - - > - - {% trans 'Move Menu' %} - - - - > - - {% trans 'Pin text' %} - - -
-
-
-
- -
-
- -
-
-
- {# end id_scroll_tab #} -
- {% trans 'Number of tables:' %} 0 -
-
-
- -
-
-
- {# end layer_menu #} - {% include 'database/designer/database_tables.twig' with { - 'db': db, - 'get_db': get_db, - 'has_query': has_query, - 'tab_pos': tab_pos, - 'display_page': display_page, - 'tab_column': tab_column, - 'tables_all_keys': tables_all_keys, - 'tables_pk_or_unique_keys': tables_pk_or_unique_keys, - 'columns_type': columns_type, - 'tables': designerTables, - 'theme': theme, - } only %} -
-
-
-{# create relation pane #} - - - - - - - - - - - - - - - - - - -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
- - {% trans 'Create relationship' %} - -
- - FOREIGN KEY - -
- on delete - - -
- on update - - -
- - -
-
-
-
-
-
- -
-{# delete relation pane #} - - - - - - - - - - - - - - - - - - -
- - -
-
-
- - - - - - - - -
- - {% trans 'Delete relationship' %} - -
- - -
-
-
-
-
-
- -
-{% if has_query %} - {# options pane #} - - - - - - - - - - - - - - - - - - -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - WHERE - -
- {% trans 'Relationship operator' %} - - -
- {% trans 'Value' %} -
- {% trans 'subquery' %} -
- -
- - {% trans 'Rename to' %} - -
- {% trans 'New name' %} - - -
- - {% trans 'Aggregate' %} - -
- {% trans 'Operator' %} - - -
- - GROUP BY - - - -
- - ORDER BY - - - -
- - HAVING - -
- {% trans 'Operator' %} - - -
- {% trans 'Relationship operator' %} - - -
- {% trans 'Value' %} -
- {% trans 'subquery' %} -
- -
- - - - - - -
-
-
-
-
-
- -
- {# rename to pane #} - - - - - - - - - - - - - - - - - - -
- - -
-
-
- - - - - - - - - - - - - - - - - - -
- - {% trans 'Rename to' %} - -
- {% trans 'New name' %} - - -
- - -
-
-
-
-
-
- -
- {# having query panel #} - - - - - - - - - - - - - - - - - - -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - HAVING - -
- {% trans 'Operator' %} - - -
- {% trans 'Operator' %} - - -
- {% trans 'Value' %} -
- {% trans 'subquery' %} -
- -
- - -
-
-
-
-
-
- -
- {# aggregate query pane #} - - - - - - - - - - - - - - - - - - -
- - -
-
-
- - - - - - - - - - - - - - - - - - -
- - {% trans 'Aggregate' %} - -
- {% trans 'Operator' %} - - -
- - -
-
-
-
-
-
- -
- {# where query pane #} - - - - - - - - - - - - - - - - - - -
- - -
-
-
- - - - - - - - - - - - - - - - - - - - - - -
- - WHERE - -
- {% trans 'Operator' %} - - -
- {% trans 'Value' %} -
- {% trans 'subquery' %} -
- -
- - -
-
-
-
-
-
- -
- {# query details #} -
-
-
-
-
- {% trans 'Active options' %} -
-
- - - {{ get_hidden_inputs(get_db) }} -
-
-{% endif %} -
-- cgit