From 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jan 2020 10:55:03 +0100 Subject: phpmyadmin working --- .../templates/table/chart/tbl_chart.twig | 159 +++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 srcs/phpmyadmin/templates/table/chart/tbl_chart.twig (limited to 'srcs/phpmyadmin/templates/table/chart') diff --git a/srcs/phpmyadmin/templates/table/chart/tbl_chart.twig b/srcs/phpmyadmin/templates/table/chart/tbl_chart.twig new file mode 100644 index 0000000..4201599 --- /dev/null +++ b/srcs/phpmyadmin/templates/table/chart/tbl_chart.twig @@ -0,0 +1,159 @@ + +{# Display Chart options #} +
+
+ {{ get_hidden_inputs(url_params) }} +
+ + {% trans 'Display chart' %} + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + + + + + + + + + + +

+ + + + +

+ + +
+ {% set xaxis = null %} +
+ + +
+ + + + +
+
+ + +
+ + +
+
+
+
+ + +
+ + + + +
+ {{ get_start_and_number_of_rows_panel(sql_query) }} +
+ +
+
+
-- cgit