⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
psa
/
phpMyAdmin
/
templates
/
table
/
chart
/
View File Name :
tbl_chart.twig
{% trans 'Display chart' %}
{{ get_hidden_inputs(url_params) }}
{% trans 'Chart type' %}
{% trans %}Bar{% context %}Chart type{% endtrans %}
{% trans %}Column{% context %}Chart type{% endtrans %}
{% trans %}Line{% context %}Chart type{% endtrans %}
{% trans %}Spline{% context %}Chart type{% endtrans %}
{% trans %}Area{% context %}Chart type{% endtrans %}
{% trans %}Pie{% context %}Chart type{% endtrans %}
{% trans %}Timeline{% context %}Chart type{% endtrans %}
{% trans %}Scatter{% context %}Chart type{% endtrans %}
{% trans 'Stacked' %}
{% trans 'Chart title:' %}
{% set xaxis = null %}
{% trans 'X-Axis:' %}
{% for idx, key in keys %} {% if xaxis is same as(null) %} {% set xaxis = idx %} {% endif %} {% if xaxis is same as(idx) %}
{{ key }}
{% else %}
{{ key }}
{% endif %} {% endfor %}
{% trans 'Series:' %}
{% for idx, key in keys %} {% if fields_meta[idx].isNumeric %} {% if idx == xaxis and table_has_a_numeric_column %}
{{ key }}
{% else %}
{{ key }}
{% endif %} {% endif %} {% endfor %}
{% trans 'X-Axis label:' %}
{% trans 'Y-Axis label:' %}
{% trans 'Series names are in a column' %}
{% trans 'Series column:' %}
{% for idx, key in keys %}
{{ key }}
{% set series_column = idx %} {% endfor %}
{% trans 'Value Column:' %}
{% set selected = false %} {% for idx, key in keys %} {% if fields_meta[idx].isNumeric %} {% if not selected and idx != xaxis and idx != series_column %}
{{ key }}
{% set selected = true %} {% else %}
{{ key }}
{% endif %} {% endif %} {% endfor %}
{{ include('table/start_and_number_of_rows_fieldset.twig', start_and_number_of_rows_fieldset) }}
{{ get_image('b_saveimage', 'Save chart as image'|trans) }}