| Línea 438... |
Línea 438... |
| 438 |
var areaChartData = {
|
438 |
var areaChartData = {
|
| 439 |
labels : [$labelsLastWeekCompanies],
|
439 |
labels : [$labelsLastWeekCompanies],
|
| 440 |
datasets: [
|
440 |
datasets: [
|
| 441 |
{
|
441 |
{
|
| 442 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
442 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 443 |
borderColor: CHART_COLORS.red,
|
443 |
borderColor: bgColors.red,
|
| 444 |
backgroundColor: CHART_COLORS.blue,
|
444 |
backgroundColor: bgColors.blue,
|
| 445 |
borderWidth: 1,
|
445 |
borderWidth: 1,
|
| 446 |
data : [ $totalsLastWeekCompanies ]
|
446 |
data : [ $totalsLastWeekCompanies ]
|
| 447 |
},
|
447 |
},
|
| 448 |
{
|
448 |
{
|
| 449 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
449 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
| 450 |
borderColor: CHART_COLORS.blue,
|
450 |
borderColor: bgColors.blue,
|
| 451 |
backgroundColor: CHART_COLORS.red,
|
451 |
backgroundColor: bgColors.red,
|
| 452 |
borderWidth: 1,
|
452 |
borderWidth: 1,
|
| 453 |
data : [ $valuesLastWeekCompanies ]
|
453 |
data : [ $valuesLastWeekCompanies ]
|
| 454 |
},
|
454 |
},
|
| 455 |
]
|
455 |
]
|
| Línea 506... |
Línea 506... |
| 506 |
var areaChartData = {
|
506 |
var areaChartData = {
|
| 507 |
labels : [$labelsLastWeekFunctions],
|
507 |
labels : [$labelsLastWeekFunctions],
|
| 508 |
datasets: [
|
508 |
datasets: [
|
| 509 |
{
|
509 |
{
|
| 510 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
510 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 511 |
borderColor: CHART_COLORS.red,
|
511 |
borderColor: bgColors.red,
|
| 512 |
backgroundColor: CHART_COLORS.blue,
|
512 |
backgroundColor: bgColors.blue,
|
| 513 |
borderWidth: 1,
|
513 |
borderWidth: 1,
|
| 514 |
data : [ $totalsLastWeekFunctions ]
|
514 |
data : [ $totalsLastWeekFunctions ]
|
| 515 |
},
|
515 |
},
|
| 516 |
{
|
516 |
{
|
| 517 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
517 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
| 518 |
borderColor: CHART_COLORS.blue,
|
518 |
borderColor: bgColors.blue,
|
| 519 |
backgroundColor: CHART_COLORS.red,
|
519 |
backgroundColor: bgColors.red,
|
| 520 |
borderWidth: 1,
|
520 |
borderWidth: 1,
|
| 521 |
data : [ $valuesLastWeekFunctions ]
|
521 |
data : [ $valuesLastWeekFunctions ]
|
| 522 |
},
|
522 |
},
|
| 523 |
]
|
523 |
]
|
| Línea 572... |
Línea 572... |
| 572 |
var areaChartData = {
|
572 |
var areaChartData = {
|
| 573 |
labels : [$labelsLastWeekGroups],
|
573 |
labels : [$labelsLastWeekGroups],
|
| 574 |
datasets: [
|
574 |
datasets: [
|
| 575 |
{
|
575 |
{
|
| 576 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
576 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 577 |
borderColor: CHART_COLORS.red,
|
577 |
borderColor: bgColors.red,
|
| 578 |
backgroundColor: CHART_COLORS.blue,
|
578 |
backgroundColor: bgColors.blue,
|
| 579 |
borderWidth: 1,
|
579 |
borderWidth: 1,
|
| 580 |
data : [ $totalsLastWeekGroups ]
|
580 |
data : [ $totalsLastWeekGroups ]
|
| 581 |
},
|
581 |
},
|
| 582 |
{
|
582 |
{
|
| 583 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
583 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
| 584 |
borderColor: CHART_COLORS.blue,
|
584 |
borderColor: bgColors.blue,
|
| 585 |
backgroundColor: CHART_COLORS.red,
|
585 |
backgroundColor: bgColors.red,
|
| 586 |
borderWidth: 1,
|
586 |
borderWidth: 1,
|
| 587 |
data : [ $valuesLastWeekGroups ]
|
587 |
data : [ $valuesLastWeekGroups ]
|
| 588 |
},
|
588 |
},
|
| 589 |
]
|
589 |
]
|
| Línea 640... |
Línea 640... |
| 640 |
var areaChartData = {
|
640 |
var areaChartData = {
|
| 641 |
labels : [$labelsLastWeekInstitutions],
|
641 |
labels : [$labelsLastWeekInstitutions],
|
| 642 |
datasets: [
|
642 |
datasets: [
|
| 643 |
{
|
643 |
{
|
| 644 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
644 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 645 |
borderColor: CHART_COLORS.red,
|
645 |
borderColor: bgColors.red,
|
| 646 |
backgroundColor: CHART_COLORS.blue,
|
646 |
backgroundColor: bgColors.blue,
|
| 647 |
borderWidth: 1,
|
647 |
borderWidth: 1,
|
| 648 |
data : [ $totalsLastWeekInstitutions ]
|
648 |
data : [ $totalsLastWeekInstitutions ]
|
| 649 |
},
|
649 |
},
|
| 650 |
{
|
650 |
{
|
| 651 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
651 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
| 652 |
borderColor: CHART_COLORS.blue,
|
652 |
borderColor: bgColors.blue,
|
| 653 |
backgroundColor: CHART_COLORS.red,
|
653 |
backgroundColor: bgColors.red,
|
| 654 |
borderWidth: 1,
|
654 |
borderWidth: 1,
|
| 655 |
data : [ $valuesLastWeekInstitutions ]
|
655 |
data : [ $valuesLastWeekInstitutions ]
|
| 656 |
},
|
656 |
},
|
| 657 |
]
|
657 |
]
|
| Línea 708... |
Línea 708... |
| 708 |
var areaChartData = {
|
708 |
var areaChartData = {
|
| 709 |
labels : [$labelsLastWeekPrograms],
|
709 |
labels : [$labelsLastWeekPrograms],
|
| 710 |
datasets: [
|
710 |
datasets: [
|
| 711 |
{
|
711 |
{
|
| 712 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
712 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 713 |
borderColor: CHART_COLORS.red,
|
713 |
borderColor: bgColors.red,
|
| 714 |
backgroundColor: CHART_COLORS.blue,
|
714 |
backgroundColor: bgColors.blue,
|
| 715 |
borderWidth: 1,
|
715 |
borderWidth: 1,
|
| 716 |
data : [ $totalsLastWeekPrograms ]
|
716 |
data : [ $totalsLastWeekPrograms ]
|
| 717 |
},
|
717 |
},
|
| 718 |
{
|
718 |
{
|
| 719 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
719 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
| 720 |
borderColor: CHART_COLORS.blue,
|
720 |
borderColor: bgColors.blue,
|
| 721 |
backgroundColor: CHART_COLORS.red,
|
721 |
backgroundColor: bgColors.red,
|
| 722 |
borderWidth: 1,
|
722 |
borderWidth: 1,
|
| 723 |
data : [ $valuesLastWeekPrograms ]
|
723 |
data : [ $valuesLastWeekPrograms ]
|
| 724 |
},
|
724 |
},
|
| 725 |
]
|
725 |
]
|
| Línea 776... |
Línea 776... |
| 776 |
var areaChartData = {
|
776 |
var areaChartData = {
|
| 777 |
labels : [$labelsLastWeekPartners],
|
777 |
labels : [$labelsLastWeekPartners],
|
| 778 |
datasets: [
|
778 |
datasets: [
|
| 779 |
{
|
779 |
{
|
| 780 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
780 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 781 |
borderColor: CHART_COLORS.red,
|
781 |
borderColor: bgColors.red,
|
| 782 |
backgroundColor: CHART_COLORS.blue,
|
782 |
backgroundColor: bgColors.blue,
|
| 783 |
borderWidth: 1,
|
783 |
borderWidth: 1,
|
| 784 |
data : [ $totalsLastWeekPartners ]
|
784 |
data : [ $totalsLastWeekPartners ]
|
| 785 |
},
|
785 |
},
|
| 786 |
{
|
786 |
{
|
| 787 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
787 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
| 788 |
borderColor: CHART_COLORS.blue,
|
788 |
borderColor: bgColors.blue,
|
| 789 |
backgroundColor: CHART_COLORS.red,
|
789 |
backgroundColor: bgColors.red,
|
| 790 |
borderWidth: 1,
|
790 |
borderWidth: 1,
|
| 791 |
data : [ $valuesLastWeekPartners ]
|
791 |
data : [ $valuesLastWeekPartners ]
|
| 792 |
},
|
792 |
},
|
| 793 |
]
|
793 |
]
|
| Línea 844... |
Línea 844... |
| 844 |
var areaChartData = {
|
844 |
var areaChartData = {
|
| 845 |
labels : [$labelsLastWeekSectors],
|
845 |
labels : [$labelsLastWeekSectors],
|
| 846 |
datasets: [
|
846 |
datasets: [
|
| 847 |
{
|
847 |
{
|
| 848 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
848 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 849 |
borderColor: CHART_COLORS.red,
|
849 |
borderColor: bgColors.red,
|
| 850 |
backgroundColor: CHART_COLORS.blue,
|
850 |
backgroundColor: bgColors.blue,
|
| 851 |
borderWidth: 1,
|
851 |
borderWidth: 1,
|
| 852 |
data : [ $totalsLastWeekSectors ]
|
852 |
data : [ $totalsLastWeekSectors ]
|
| 853 |
},
|
853 |
},
|
| 854 |
{
|
854 |
{
|
| 855 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
855 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
| 856 |
borderColor: CHART_COLORS.blue,
|
856 |
borderColor: bgColors.blue,
|
| 857 |
backgroundColor: CHART_COLORS.red,
|
857 |
backgroundColor: bgColors.red,
|
| 858 |
borderWidth: 1,
|
858 |
borderWidth: 1,
|
| 859 |
data : [ $valuesLastWeekSectors ]
|
859 |
data : [ $valuesLastWeekSectors ]
|
| 860 |
},
|
860 |
},
|
| 861 |
]
|
861 |
]
|
| Línea 912... |
Línea 912... |
| 912 |
var areaChartData = {
|
912 |
var areaChartData = {
|
| 913 |
labels : [$labelsLastWeekStudentTypes],
|
913 |
labels : [$labelsLastWeekStudentTypes],
|
| 914 |
datasets: [
|
914 |
datasets: [
|
| 915 |
{
|
915 |
{
|
| 916 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
916 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 917 |
borderColor: CHART_COLORS.red,
|
917 |
borderColor: bgColors.red,
|
| 918 |
backgroundColor: CHART_COLORS.blue,
|
918 |
backgroundColor: bgColors.blue,
|
| 919 |
borderWidth: 1,
|
919 |
borderWidth: 1,
|
| 920 |
data : [ $totalsLastWeekStudentTypes ]
|
920 |
data : [ $totalsLastWeekStudentTypes ]
|
| 921 |
},
|
921 |
},
|
| 922 |
{
|
922 |
{
|
| 923 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
923 |
label : 'LABEL_GRAPH_STUDENTS_LAST_WEEK_VALUES',
|
| 924 |
borderColor: CHART_COLORS.blue,
|
924 |
borderColor: bgColors.blue,
|
| 925 |
backgroundColor: CHART_COLORS.red,
|
925 |
backgroundColor: bgColors.red,
|
| 926 |
borderWidth: 1,
|
926 |
borderWidth: 1,
|
| 927 |
data : [ $valuesLastWeekStudentTypes ]
|
927 |
data : [ $valuesLastWeekStudentTypes ]
|
| 928 |
},
|
928 |
},
|
| 929 |
]
|
929 |
]
|
| Línea 982... |
Línea 982... |
| 982 |
labels : ['LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES', 'LABEL_GRAPH_STUDENTS_TOTALS' ],
|
982 |
labels : ['LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES', 'LABEL_GRAPH_STUDENTS_TOTALS' ],
|
| 983 |
datasets: [
|
983 |
datasets: [
|
| 984 |
{
|
984 |
{
|
| 985 |
label : '',
|
985 |
label : '',
|
| 986 |
backgroundColor : [
|
986 |
backgroundColor : [
|
| 987 |
CHART_COLORS.blue,
|
987 |
bgColors.blue,
|
| 988 |
CHART_COLORS.red,
|
988 |
bgColors.red,
|
| Línea 989... |
Línea 989... |
| 989 |
|
989 |
|
| 990 |
],
|
990 |
],
|
| 991 |
pointRadius : true,
|
991 |
pointRadius : true,
|
| 992 |
data : [{$reportsCapsuleResume['general'][ 'value']}, {$reportsCapsuleResume['general'][ 'total']} ]
|
992 |
data : [{$reportsCapsuleResume['general'][ 'value']}, {$reportsCapsuleResume['general'][ 'total']} ]
|
| Línea 1043... |
Línea 1043... |
| 1043 |
var areaChartData = {
|
1043 |
var areaChartData = {
|
| 1044 |
labels : [$labelsCapsuleResumeCompanies],
|
1044 |
labels : [$labelsCapsuleResumeCompanies],
|
| 1045 |
datasets: [
|
1045 |
datasets: [
|
| 1046 |
{
|
1046 |
{
|
| 1047 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
1047 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 1048 |
borderColor: CHART_COLORS.red,
|
1048 |
borderColor: bgColors.red,
|
| 1049 |
backgroundColor: CHART_COLORS.blue,
|
1049 |
backgroundColor: bgColors.blue,
|
| 1050 |
borderWidth: 1,
|
1050 |
borderWidth: 1,
|
| 1051 |
data : [ $totalsCapsuleResumeCompanies ]
|
1051 |
data : [ $totalsCapsuleResumeCompanies ]
|
| 1052 |
},
|
1052 |
},
|
| 1053 |
{
|
1053 |
{
|
| 1054 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
1054 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
| 1055 |
borderColor: CHART_COLORS.blue,
|
1055 |
borderColor: bgColors.blue,
|
| 1056 |
backgroundColor: CHART_COLORS.red,
|
1056 |
backgroundColor: bgColors.red,
|
| 1057 |
borderWidth: 1,
|
1057 |
borderWidth: 1,
|
| 1058 |
data : [ $valuesCapsuleResumeCompanies ]
|
1058 |
data : [ $valuesCapsuleResumeCompanies ]
|
| 1059 |
},
|
1059 |
},
|
| 1060 |
]
|
1060 |
]
|
| Línea 1111... |
Línea 1111... |
| 1111 |
var areaChartData = {
|
1111 |
var areaChartData = {
|
| 1112 |
labels : [$labelsCapsuleResumeFunctions],
|
1112 |
labels : [$labelsCapsuleResumeFunctions],
|
| 1113 |
datasets: [
|
1113 |
datasets: [
|
| 1114 |
{
|
1114 |
{
|
| 1115 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
1115 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 1116 |
borderColor: CHART_COLORS.red,
|
1116 |
borderColor: bgColors.red,
|
| 1117 |
backgroundColor: CHART_COLORS.blue,
|
1117 |
backgroundColor: bgColors.blue,
|
| 1118 |
borderWidth: 1,
|
1118 |
borderWidth: 1,
|
| 1119 |
data : [ $totalsCapsuleResumeFunctions ]
|
1119 |
data : [ $totalsCapsuleResumeFunctions ]
|
| 1120 |
},
|
1120 |
},
|
| 1121 |
{
|
1121 |
{
|
| 1122 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
1122 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
| 1123 |
borderColor: CHART_COLORS.blue,
|
1123 |
borderColor: bgColors.blue,
|
| 1124 |
backgroundColor: CHART_COLORS.red,
|
1124 |
backgroundColor: bgColors.red,
|
| 1125 |
borderWidth: 1,
|
1125 |
borderWidth: 1,
|
| 1126 |
data : [ $valuesCapsuleResumeFunctions ]
|
1126 |
data : [ $valuesCapsuleResumeFunctions ]
|
| 1127 |
},
|
1127 |
},
|
| 1128 |
]
|
1128 |
]
|
| Línea 1177... |
Línea 1177... |
| 1177 |
var areaChartData = {
|
1177 |
var areaChartData = {
|
| 1178 |
labels : [$labelsCapsuleResumeGroups],
|
1178 |
labels : [$labelsCapsuleResumeGroups],
|
| 1179 |
datasets: [
|
1179 |
datasets: [
|
| 1180 |
{
|
1180 |
{
|
| 1181 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
1181 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 1182 |
borderColor: CHART_COLORS.red,
|
1182 |
borderColor: bgColors.red,
|
| 1183 |
backgroundColor: CHART_COLORS.blue,
|
1183 |
backgroundColor: bgColors.blue,
|
| 1184 |
borderWidth: 1,
|
1184 |
borderWidth: 1,
|
| 1185 |
data : [ $totalsCapsuleResumeGroups ]
|
1185 |
data : [ $totalsCapsuleResumeGroups ]
|
| 1186 |
},
|
1186 |
},
|
| 1187 |
{
|
1187 |
{
|
| 1188 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
1188 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
| 1189 |
borderColor: CHART_COLORS.blue,
|
1189 |
borderColor: bgColors.blue,
|
| 1190 |
backgroundColor: CHART_COLORS.red,
|
1190 |
backgroundColor: bgColors.red,
|
| 1191 |
borderWidth: 1,
|
1191 |
borderWidth: 1,
|
| 1192 |
data : [ $valuesCapsuleResumeGroups ]
|
1192 |
data : [ $valuesCapsuleResumeGroups ]
|
| 1193 |
},
|
1193 |
},
|
| 1194 |
]
|
1194 |
]
|
| Línea 1245... |
Línea 1245... |
| 1245 |
var areaChartData = {
|
1245 |
var areaChartData = {
|
| 1246 |
labels : [$labelsCapsuleResumeInstitutions],
|
1246 |
labels : [$labelsCapsuleResumeInstitutions],
|
| 1247 |
datasets: [
|
1247 |
datasets: [
|
| 1248 |
{
|
1248 |
{
|
| 1249 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
1249 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 1250 |
borderColor: CHART_COLORS.red,
|
1250 |
borderColor: bgColors.red,
|
| 1251 |
backgroundColor: CHART_COLORS.blue,
|
1251 |
backgroundColor: bgColors.blue,
|
| 1252 |
borderWidth: 1,
|
1252 |
borderWidth: 1,
|
| 1253 |
data : [ $totalsCapsuleResumeInstitutions ]
|
1253 |
data : [ $totalsCapsuleResumeInstitutions ]
|
| 1254 |
},
|
1254 |
},
|
| 1255 |
{
|
1255 |
{
|
| 1256 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
1256 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
| 1257 |
borderColor: CHART_COLORS.blue,
|
1257 |
borderColor: bgColors.blue,
|
| 1258 |
backgroundColor: CHART_COLORS.red,
|
1258 |
backgroundColor: bgColors.red,
|
| 1259 |
borderWidth: 1,
|
1259 |
borderWidth: 1,
|
| 1260 |
data : [ $valuesCapsuleResumeInstitutions ]
|
1260 |
data : [ $valuesCapsuleResumeInstitutions ]
|
| 1261 |
},
|
1261 |
},
|
| 1262 |
]
|
1262 |
]
|
| Línea 1313... |
Línea 1313... |
| 1313 |
var areaChartData = {
|
1313 |
var areaChartData = {
|
| 1314 |
labels : [$labelsCapsuleResumePrograms],
|
1314 |
labels : [$labelsCapsuleResumePrograms],
|
| 1315 |
datasets: [
|
1315 |
datasets: [
|
| 1316 |
{
|
1316 |
{
|
| 1317 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
1317 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 1318 |
borderColor: CHART_COLORS.red,
|
1318 |
borderColor: bgColors.red,
|
| 1319 |
backgroundColor: CHART_COLORS.blue,
|
1319 |
backgroundColor: bgColors.blue,
|
| 1320 |
borderWidth: 1,
|
1320 |
borderWidth: 1,
|
| 1321 |
data : [ $totalsCapsuleResumePrograms ]
|
1321 |
data : [ $totalsCapsuleResumePrograms ]
|
| 1322 |
},
|
1322 |
},
|
| 1323 |
{
|
1323 |
{
|
| 1324 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
1324 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
| 1325 |
borderColor: CHART_COLORS.blue,
|
1325 |
borderColor: bgColors.blue,
|
| 1326 |
backgroundColor: CHART_COLORS.red,
|
1326 |
backgroundColor: bgColors.red,
|
| 1327 |
borderWidth: 1,
|
1327 |
borderWidth: 1,
|
| 1328 |
data : [ $valuesCapsuleResumePrograms ]
|
1328 |
data : [ $valuesCapsuleResumePrograms ]
|
| 1329 |
},
|
1329 |
},
|
| 1330 |
]
|
1330 |
]
|
| Línea 1381... |
Línea 1381... |
| 1381 |
var areaChartData = {
|
1381 |
var areaChartData = {
|
| 1382 |
labels : [$labelsCapsuleResumePartners],
|
1382 |
labels : [$labelsCapsuleResumePartners],
|
| 1383 |
datasets: [
|
1383 |
datasets: [
|
| 1384 |
{
|
1384 |
{
|
| 1385 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
1385 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 1386 |
borderColor: CHART_COLORS.red,
|
1386 |
borderColor: bgColors.red,
|
| 1387 |
backgroundColor: CHART_COLORS.blue,
|
1387 |
backgroundColor: bgColors.blue,
|
| 1388 |
borderWidth: 1,
|
1388 |
borderWidth: 1,
|
| 1389 |
data : [ $totalsCapsuleResumePartners ]
|
1389 |
data : [ $totalsCapsuleResumePartners ]
|
| 1390 |
},
|
1390 |
},
|
| 1391 |
{
|
1391 |
{
|
| 1392 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
1392 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
| 1393 |
borderColor: CHART_COLORS.blue,
|
1393 |
borderColor: bgColors.blue,
|
| 1394 |
backgroundColor: CHART_COLORS.red,
|
1394 |
backgroundColor: bgColors.red,
|
| 1395 |
borderWidth: 1,
|
1395 |
borderWidth: 1,
|
| 1396 |
data : [ $valuesCapsuleResumePartners ]
|
1396 |
data : [ $valuesCapsuleResumePartners ]
|
| 1397 |
},
|
1397 |
},
|
| 1398 |
]
|
1398 |
]
|
| Línea 1449... |
Línea 1449... |
| 1449 |
var areaChartData = {
|
1449 |
var areaChartData = {
|
| 1450 |
labels : [$labelsCapsuleResumeSectors],
|
1450 |
labels : [$labelsCapsuleResumeSectors],
|
| 1451 |
datasets: [
|
1451 |
datasets: [
|
| 1452 |
{
|
1452 |
{
|
| 1453 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
1453 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 1454 |
borderColor: CHART_COLORS.red,
|
1454 |
borderColor: bgColors.red,
|
| 1455 |
backgroundColor: CHART_COLORS.blue,
|
1455 |
backgroundColor: bgColors.blue,
|
| 1456 |
borderWidth: 1,
|
1456 |
borderWidth: 1,
|
| 1457 |
data : [ $totalsCapsuleResumeSectors ]
|
1457 |
data : [ $totalsCapsuleResumeSectors ]
|
| 1458 |
},
|
1458 |
},
|
| 1459 |
{
|
1459 |
{
|
| 1460 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
1460 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
| 1461 |
borderColor: CHART_COLORS.blue,
|
1461 |
borderColor: bgColors.blue,
|
| 1462 |
backgroundColor: CHART_COLORS.red,
|
1462 |
backgroundColor: bgColors.red,
|
| 1463 |
borderWidth: 1,
|
1463 |
borderWidth: 1,
|
| 1464 |
data : [ $valuesCapsuleResumeSectors ]
|
1464 |
data : [ $valuesCapsuleResumeSectors ]
|
| 1465 |
},
|
1465 |
},
|
| 1466 |
]
|
1466 |
]
|
| Línea 1517... |
Línea 1517... |
| 1517 |
var areaChartData = {
|
1517 |
var areaChartData = {
|
| 1518 |
labels : [$labelsCapsuleResumeStudentTypes],
|
1518 |
labels : [$labelsCapsuleResumeStudentTypes],
|
| 1519 |
datasets: [
|
1519 |
datasets: [
|
| 1520 |
{
|
1520 |
{
|
| 1521 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
1521 |
label : 'LABEL_GRAPH_STUDENTS_TOTALS',
|
| 1522 |
borderColor: CHART_COLORS.red,
|
1522 |
borderColor: bgColors.red,
|
| 1523 |
backgroundColor: CHART_COLORS.blue,
|
1523 |
backgroundColor: bgColors.blue,
|
| 1524 |
borderWidth: 1,
|
1524 |
borderWidth: 1,
|
| 1525 |
data : [ $totalsCapsuleResumeStudentTypes ]
|
1525 |
data : [ $totalsCapsuleResumeStudentTypes ]
|
| 1526 |
},
|
1526 |
},
|
| 1527 |
{
|
1527 |
{
|
| 1528 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
1528 |
label : 'LABEL_GRAPH_STUDENTS_RESULE_CAPSULE_VALUES',
|
| 1529 |
borderColor: CHART_COLORS.blue,
|
1529 |
borderColor: bgColors.blue,
|
| 1530 |
backgroundColor: CHART_COLORS.red,
|
1530 |
backgroundColor: bgColors.red,
|
| 1531 |
borderWidth: 1,
|
1531 |
borderWidth: 1,
|
| 1532 |
data : [ $valuesCapsuleResumeStudentTypes ]
|
1532 |
data : [ $valuesCapsuleResumeStudentTypes ]
|
| 1533 |
},
|
1533 |
},
|
| 1534 |
]
|
1534 |
]
|
| Línea 1585... |
Línea 1585... |
| 1585 |
var areaChartData = {
|
1585 |
var areaChartData = {
|
| 1586 |
labels : [$labelsTotalCompanies],
|
1586 |
labels : [$labelsTotalCompanies],
|
| 1587 |
datasets: [
|
1587 |
datasets: [
|
| 1588 |
{
|
1588 |
{
|
| 1589 |
label : '',
|
1589 |
label : '',
|
| 1590 |
backgroundColor: Object.values(CHART_COLORS),
|
1590 |
backgroundColor: Object.values(bgColors),
|
| 1591 |
pointRadius : true,
|
1591 |
pointRadius : true,
|
| 1592 |
data : [ $totalsTotalCompanies ]
|
1592 |
data : [ $totalsTotalCompanies ]
|
| 1593 |
},
|
1593 |
},
|
| Línea 1594... |
Línea 1594... |
| 1594 |
|
1594 |
|
| Línea 1647... |
Línea 1647... |
| 1647 |
var areaChartData = {
|
1647 |
var areaChartData = {
|
| 1648 |
labels : [$labelsTotalFunctions],
|
1648 |
labels : [$labelsTotalFunctions],
|
| 1649 |
datasets: [
|
1649 |
datasets: [
|
| 1650 |
{
|
1650 |
{
|
| 1651 |
label : '',
|
1651 |
label : '',
|
| 1652 |
backgroundColor: Object.values(CHART_COLORS),
|
1652 |
backgroundColor: Object.values(bgColors),
|
| 1653 |
pointRadius : true,
|
1653 |
pointRadius : true,
|
| 1654 |
data : [ $totalsTotalFunctions ]
|
1654 |
data : [ $totalsTotalFunctions ]
|
| 1655 |
},
|
1655 |
},
|
| 1656 |
]
|
1656 |
]
|
| Línea 1706... |
Línea 1706... |
| 1706 |
var areaChartData = {
|
1706 |
var areaChartData = {
|
| 1707 |
labels : [$labelsTotalGroups],
|
1707 |
labels : [$labelsTotalGroups],
|
| 1708 |
datasets: [
|
1708 |
datasets: [
|
| 1709 |
{
|
1709 |
{
|
| 1710 |
label : '',
|
1710 |
label : '',
|
| 1711 |
backgroundColor: Object.values(CHART_COLORS),
|
1711 |
backgroundColor: Object.values(bgColors),
|
| 1712 |
pointRadius : true,
|
1712 |
pointRadius : true,
|
| 1713 |
data : [ $totalsTotalGroups ]
|
1713 |
data : [ $totalsTotalGroups ]
|
| 1714 |
},
|
1714 |
},
|
| Línea 1715... |
Línea 1715... |
| 1715 |
|
1715 |
|
| Línea 1768... |
Línea 1768... |
| 1768 |
var areaChartData = {
|
1768 |
var areaChartData = {
|
| 1769 |
labels : [$labelsTotalInstitutions],
|
1769 |
labels : [$labelsTotalInstitutions],
|
| 1770 |
datasets: [
|
1770 |
datasets: [
|
| 1771 |
{
|
1771 |
{
|
| 1772 |
label : '',
|
1772 |
label : '',
|
| 1773 |
backgroundColor: Object.values(CHART_COLORS),
|
1773 |
backgroundColor: Object.values(bgColors),
|
| 1774 |
pointRadius : true,
|
1774 |
pointRadius : true,
|
| 1775 |
data : [ $totalsTotalInstitutions ]
|
1775 |
data : [ $totalsTotalInstitutions ]
|
| 1776 |
},
|
1776 |
},
|
| Línea 1777... |
Línea 1777... |
| 1777 |
|
1777 |
|
| Línea 1830... |
Línea 1830... |
| 1830 |
var areaChartData = {
|
1830 |
var areaChartData = {
|
| 1831 |
labels : [$labelsTotalPrograms],
|
1831 |
labels : [$labelsTotalPrograms],
|
| 1832 |
datasets: [
|
1832 |
datasets: [
|
| 1833 |
{
|
1833 |
{
|
| 1834 |
label : '',
|
1834 |
label : '',
|
| 1835 |
backgroundColor: Object.values(CHART_COLORS),
|
1835 |
backgroundColor: Object.values(bgColors),
|
| 1836 |
pointRadius : true,
|
1836 |
pointRadius : true,
|
| 1837 |
data : [ $totalsTotalPrograms ]
|
1837 |
data : [ $totalsTotalPrograms ]
|
| 1838 |
},
|
1838 |
},
|
| Línea 1839... |
Línea 1839... |
| 1839 |
|
1839 |
|
| Línea 1892... |
Línea 1892... |
| 1892 |
var areaChartData = {
|
1892 |
var areaChartData = {
|
| 1893 |
labels : [$labelsTotalPartners],
|
1893 |
labels : [$labelsTotalPartners],
|
| 1894 |
datasets: [
|
1894 |
datasets: [
|
| 1895 |
{
|
1895 |
{
|
| 1896 |
label : '',
|
1896 |
label : '',
|
| 1897 |
backgroundColor: Object.values(CHART_COLORS),
|
1897 |
backgroundColor: Object.values(bgColors),
|
| 1898 |
pointRadius : true,
|
1898 |
pointRadius : true,
|
| 1899 |
data : [ $totalsTotalPartners ]
|
1899 |
data : [ $totalsTotalPartners ]
|
| 1900 |
},
|
1900 |
},
|
| Línea 1901... |
Línea 1901... |
| 1901 |
|
1901 |
|
| Línea 1954... |
Línea 1954... |
| 1954 |
var areaChartData = {
|
1954 |
var areaChartData = {
|
| 1955 |
labels : [$labelsTotalSectors],
|
1955 |
labels : [$labelsTotalSectors],
|
| 1956 |
datasets: [
|
1956 |
datasets: [
|
| 1957 |
{
|
1957 |
{
|
| 1958 |
label : '',
|
1958 |
label : '',
|
| 1959 |
backgroundColor: Object.values(CHART_COLORS),
|
1959 |
backgroundColor: Object.values(bgColors),
|
| 1960 |
pointRadius : true,
|
1960 |
pointRadius : true,
|
| 1961 |
data : [ $totalsTotalSectors ]
|
1961 |
data : [ $totalsTotalSectors ]
|
| 1962 |
},
|
1962 |
},
|
| Línea 1963... |
Línea 1963... |
| 1963 |
|
1963 |
|
| Línea 2016... |
Línea 2016... |
| 2016 |
var areaChartData = {
|
2016 |
var areaChartData = {
|
| 2017 |
labels : [$labelsTotalStudentTypes],
|
2017 |
labels : [$labelsTotalStudentTypes],
|
| 2018 |
datasets: [
|
2018 |
datasets: [
|
| 2019 |
{
|
2019 |
{
|
| 2020 |
label : '',
|
2020 |
label : '',
|
| 2021 |
backgroundColor: Object.values(CHART_COLORS),
|
2021 |
backgroundColor: Object.values(bgColors),
|
| 2022 |
pointRadius : true,
|
2022 |
pointRadius : true,
|
| 2023 |
data : [ $totalsTotalStudentTypes ]
|
2023 |
data : [ $totalsTotalStudentTypes ]
|
| 2024 |
},
|
2024 |
},
|
| Línea 2025... |
Línea 2025... |
| 2025 |
|
2025 |
|
| Línea 2077... |
Línea 2077... |
| 2077 |
JS;
|
2077 |
JS;
|
| 2078 |
$this->inlineScript()->captureEnd();
|
2078 |
$this->inlineScript()->captureEnd();
|
| 2079 |
?>
|
2079 |
?>
|
| Línea 2080... |
Línea 2080... |
| 2080 |
|
2080 |
|
| 2081 |
<!-- Content Wrapper. Contains page content -->
|
- |
|
| 2082 |
<div class="">
|
- |
|
| 2083 |
<!-- Content Header (Page header) -->
|
- |
|
| 2084 |
<div class="content-header">
|
- |
|
| 2085 |
<div class="container-fluid">
|
- |
|
| 2086 |
<div class="row mb-2">
|
- |
|
| 2087 |
<div class="col-sm-6">
|
- |
|
| 2088 |
<h1 class="m-0">LABEL_OVERVIEW</h1>
|
- |
|
| 2089 |
</div><!-- /.col -->
|
- |
|
| 2090 |
<!-- /.col -->
|
- |
|
| 2091 |
</div><!-- /.row -->
|
- |
|
| 2092 |
</div><!-- /.container-fluid -->
|
- |
|
| 2093 |
</div>
|
- |
|
| 2094 |
<!-- /.content-header -->
|
- |
|
| 2095 |
|
- |
|
| 2096 |
<!-- Main content -->
|
- |
|
| 2097 |
<section class="content">
|
- |
|
| 2098 |
<div class="container-fluid">
|
- |
|
| 2099 |
|
- |
|
| 2100 |
<!-- BAR CHART -->
|
- |
|
| 2101 |
<div class="card card-primary">
|
- |
|
| 2102 |
<div class="card-header">
|
- |
|
| 2103 |
<h3 class="card-title">LABEL_STUDENTS</h3>
|
- |
|
| 2104 |
|
- |
|
| 2105 |
<div class="card-tools">
|
- |
|
| 2106 |
<button type="button" class="btn btn-tool" data-card-widget="collapse">
|
- |
|
| 2107 |
<i class="fa fa-minus"></i>
|
- |
|
| 2108 |
</button>
|
- |
|
| 2109 |
|
- |
|
| 2110 |
</div>
|
- |
|
| 2111 |
</div>
|
- |
|
| 2112 |
<div class="card-body">
|
- |
|
| 2113 |
<div class="chart">
|
- |
|
| 2114 |
<canvas id="barChartStudents" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2115 |
</div>
|
- |
|
| 2116 |
</div>
|
- |
|
| 2117 |
<!-- /.card-body -->
|
- |
|
| 2118 |
</div>
|
- |
|
| 2119 |
<!-- /.card -->
|
- |
|
| 2120 |
|
- |
|
| Línea -... |
Línea 2081... |
| - |
|
2081 |
<!-- Content Wrapper. Contains page content -->
|
| - |
|
2082 |
|
| - |
|
2083 |
<div class="container">
|
| - |
|
2084 |
<div class="card" id="">
|
| - |
|
2085 |
<div class="card-header">
|
| - |
|
2086 |
<h6 class="card-title">LABEL_OVERVIEW</h6>
|
| - |
|
2087 |
</div>
|
| - |
|
2088 |
<div class="card-body">
|
| - |
|
2089 |
|
| Línea 2121... |
Línea -... |
| 2121 |
|
- |
|
| 2122 |
|
- |
|
| 2123 |
|
2090 |
<div class="row">
|
| 2124 |
<div class="card card-primary">
|
- |
|
| 2125 |
<div class="card-header">
|
- |
|
| 2126 |
<h3 class="card-title">
|
- |
|
| 2127 |
LABEL_GRAPH_LAST_WEEK_TITLE
|
2091 |
<div class="col-12 mt-3">
|
| 2128 |
</h3>
|
2092 |
|
| 2129 |
</div>
|
2093 |
<!-- BAR CHART -->
|
| 2130 |
<div class="card-body">
|
- |
|
| 2131 |
<div class="row">
|
- |
|
| 2132 |
<div class="col-5 col-sm-3">
|
2094 |
<div class="card">
|
| 2133 |
<div class="nav flex-column nav-tabs h-100" id="vert-tabs-tab" role="tablist" aria-orientation="vertical">
|
- |
|
| 2134 |
<a class="nav-link active" id="vert-tabs-last-week-company-tab" data-toggle="pill" href="#vert-tabs-last-week-general" role="tab" aria-controls="vert-tabs-last-week-general" aria-selected="true">LABEL_GENERAL</a>
|
- |
|
| 2135 |
|
2095 |
<div class="card-header">
|
| 2136 |
<?php if(!empty($reportsLastWeek['companies'])) : ?>
|
- |
|
| 2137 |
<a class="nav-link" id="vert-tabs-last-week-company-tab" data-toggle="pill" href="#vert-tabs-last-week-company" role="tab" aria-controls="vert-tabs-last-week-company" aria-selected="true">LABEL_COMPANIES</a>
|
2096 |
<h6 class="card-title">LABEL_STUDENTS</h6>
|
| 2138 |
<?php endif;?>
|
- |
|
| 2139 |
|
2097 |
|
| 2140 |
<?php if(!empty($reportsLastWeek['functions'])) : ?>
|
- |
|
| 2141 |
<a class="nav-link" id="vert-tabs-last-week-function-tab" data-toggle="pill" href="#vert-tabs-last-week-function" role="tab" aria-controls="vert-tabs-last-week-function" aria-selected="false">LABEL_FUNCTIONS</a>
|
- |
|
| 2142 |
<?php endif;?>
|
- |
|
| 2143 |
|
2098 |
<div class="card-tools">
|
| 2144 |
<?php if(!empty($reportsLastWeek['groups'])) : ?>
|
2099 |
<button type="button" class="btn btn-tool" data-card-widget="collapse">
|
| 2145 |
<a class="nav-link" id="vert-tabs-last-week-group-tab" data-toggle="pill" href="#vert-tabs-last-week-group" role="tab" aria-controls="vert-tabs-last-week-group" aria-selected="false">LABEL_GROUPS</a>
|
- |
|
| 2146 |
<?php endif;?>
|
- |
|
| 2147 |
|
2100 |
<i class="fa fa-minus"></i>
|
| 2148 |
<?php if(!empty($reportsLastWeek['institutions'])) : ?>
|
- |
|
| 2149 |
<a class="nav-link" id="vert-tabs-last-week-institution-tab" data-toggle="pill" href="#vert-tabs-last-week-institution" role="tab" aria-controls="vert-tabs-last-week-institution" aria-selected="false">LABEL_INSTITUTIONS</a>
|
- |
|
| 2150 |
<?php endif;?>
|
- |
|
| 2151 |
|
2101 |
</button>
|
| 2152 |
<?php if(!empty($reportsLastWeek['programs'])) : ?>
|
- |
|
| 2153 |
<a class="nav-link" id="vert-tabs-last-week-program-tab" data-toggle="pill" href="#vert-tabs-last-week-program" role="tab" aria-controls="vert-tabs-last-week-function" aria-selected="false">LABEL_PROGRAMS</a>
|
- |
|
| 2154 |
<?php endif;?>
|
- |
|
| 2155 |
|
2102 |
|
| 2156 |
<?php if(!empty($reportsLastWeek['partners'])) : ?>
|
- |
|
| 2157 |
<a class="nav-link" id="vert-tabs-last-week-partner-tab" data-toggle="pill" href="#vert-tabs-last-week-partner" role="tab" aria-controls="vert-tabs-last-week-group" aria-selected="false">LABEL_PARTNERS</a>
|
2103 |
</div>
|
| 2158 |
<?php $active = ''; endif;?>
|
2104 |
</div>
|
| 2159 |
|
2105 |
<div class="card-body">
|
| 2160 |
<?php if(!empty($reportsLastWeek['sectors'])) : ?>
|
- |
|
| 2161 |
<a class="nav-link" id="vert-tabs-last-week-sector-tab" data-toggle="pill" href="#vert-tabs-last-week-sector" role="tab" aria-controls="vert-tabs-last-week-institution" aria-selected="false">LABEL_SECTORS</a>
|
- |
|
| 2162 |
<?php endif;?>
|
- |
|
| 2163 |
|
2106 |
<div class="chart">
|
| 2164 |
<?php if(!empty($reportsLastWeek['student_types'])) : ?>
|
2107 |
<canvas id="barChartStudents" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2165 |
<a class="nav-link" id="vert-tabs-last-week-student-type-tab" data-toggle="pill" href="#vert-tabs-last-week-student-type" role="tab" aria-controls="vert-tabs-last-week-institution" aria-selected="false">LABEL_STUDENT_TYPES</a>
|
2108 |
</div>
|
| 2166 |
<?php endif;?>
|
- |
|
| 2167 |
</div>
|
- |
|
| 2168 |
</div>
|
- |
|
| 2169 |
<div class="col-7 col-sm-9">
|
2109 |
</div>
|
| 2170 |
<div class="tab-content" id="vert-tabs-tabContent">
|
- |
|
| - |
|
2110 |
<!-- /.card-body -->
|
| 2171 |
<div class="tab-pane text-left fade show active" id="vert-tabs-last-week-general" role="tabpanel" aria-labelledby="vert-tabs-last-week-general-tab">
|
2111 |
</div>
|
| 2172 |
<div class="chart">
|
2112 |
<!-- /.card -->
|
| Línea -... |
Línea 2113... |
| - |
|
2113 |
|
| - |
|
2114 |
</div>
|
| - |
|
2115 |
</div>
|
| - |
|
2116 |
|
| - |
|
2117 |
<div class="row">
|
| - |
|
2118 |
<div class="col-12 mt-3">
|
| - |
|
2119 |
|
| - |
|
2120 |
<div class="card">
|
| - |
|
2121 |
<div class="card-header">
|
| - |
|
2122 |
<h6 class="card-title">
|
| - |
|
2123 |
LABEL_GRAPH_LAST_WEEK_TITLE
|
| - |
|
2124 |
</h6>
|
| - |
|
2125 |
</div>
|
| - |
|
2126 |
<div class="card-body">
|
| - |
|
2127 |
<div class="row">
|
| - |
|
2128 |
<div class="col-5 col-sm-3">
|
| - |
|
2129 |
<div class="nav nav-tabs nav-tabs-vertical" id="v-tab" role="tablist" aria-orientation="vertical">
|
| - |
|
2130 |
<a class="nav-link active" id="vert-tabs-last-week-company-tab" data-toggle="pill" href="#vert-tabs-last-week-general" role="tab" aria-controls="vert-tabs-last-week-general" aria-selected="true">LABEL_GENERAL</a>
|
| - |
|
2131 |
|
| - |
|
2132 |
<?php if(!empty($reportsLastWeek['companies'])) : ?>
|
| - |
|
2133 |
<a class="nav-link" id="vert-tabs-last-week-company-tab" data-toggle="pill" href="#vert-tabs-last-week-company" role="tab" aria-controls="vert-tabs-last-week-company" aria-selected="true">LABEL_COMPANIES</a>
|
| - |
|
2134 |
<?php endif;?>
|
| - |
|
2135 |
|
| - |
|
2136 |
<?php if(!empty($reportsLastWeek['functions'])) : ?>
|
| - |
|
2137 |
<a class="nav-link" id="vert-tabs-last-week-function-tab" data-toggle="pill" href="#vert-tabs-last-week-function" role="tab" aria-controls="vert-tabs-last-week-function" aria-selected="false">LABEL_FUNCTIONS</a>
|
| - |
|
2138 |
<?php endif;?>
|
| - |
|
2139 |
|
| - |
|
2140 |
<?php if(!empty($reportsLastWeek['groups'])) : ?>
|
| - |
|
2141 |
<a class="nav-link" id="vert-tabs-last-week-group-tab" data-toggle="pill" href="#vert-tabs-last-week-group" role="tab" aria-controls="vert-tabs-last-week-group" aria-selected="false">LABEL_GROUPS</a>
|
| - |
|
2142 |
<?php endif;?>
|
| - |
|
2143 |
|
| - |
|
2144 |
<?php if(!empty($reportsLastWeek['institutions'])) : ?>
|
| - |
|
2145 |
<a class="nav-link" id="vert-tabs-last-week-institution-tab" data-toggle="pill" href="#vert-tabs-last-week-institution" role="tab" aria-controls="vert-tabs-last-week-institution" aria-selected="false">LABEL_INSTITUTIONS</a>
|
| - |
|
2146 |
<?php endif;?>
|
| - |
|
2147 |
|
| - |
|
2148 |
<?php if(!empty($reportsLastWeek['programs'])) : ?>
|
| - |
|
2149 |
<a class="nav-link" id="vert-tabs-last-week-program-tab" data-toggle="pill" href="#vert-tabs-last-week-program" role="tab" aria-controls="vert-tabs-last-week-function" aria-selected="false">LABEL_PROGRAMS</a>
|
| - |
|
2150 |
<?php endif;?>
|
| - |
|
2151 |
|
| - |
|
2152 |
<?php if(!empty($reportsLastWeek['partners'])) : ?>
|
| - |
|
2153 |
<a class="nav-link" id="vert-tabs-last-week-partner-tab" data-toggle="pill" href="#vert-tabs-last-week-partner" role="tab" aria-controls="vert-tabs-last-week-group" aria-selected="false">LABEL_PARTNERS</a>
|
| - |
|
2154 |
<?php $active = ''; endif;?>
|
| - |
|
2155 |
|
| - |
|
2156 |
<?php if(!empty($reportsLastWeek['sectors'])) : ?>
|
| - |
|
2157 |
<a class="nav-link" id="vert-tabs-last-week-sector-tab" data-toggle="pill" href="#vert-tabs-last-week-sector" role="tab" aria-controls="vert-tabs-last-week-institution" aria-selected="false">LABEL_SECTORS</a>
|
| - |
|
2158 |
<?php endif;?>
|
| - |
|
2159 |
|
| - |
|
2160 |
<?php if(!empty($reportsLastWeek['student_types'])) : ?>
|
| - |
|
2161 |
<a class="nav-link" id="vert-tabs-last-week-student-type-tab" data-toggle="pill" href="#vert-tabs-last-week-student-type" role="tab" aria-controls="vert-tabs-last-week-institution" aria-selected="false">LABEL_STUDENT_TYPES</a>
|
| - |
|
2162 |
<?php endif;?>
|
| - |
|
2163 |
</div>
|
| - |
|
2164 |
</div>
|
| - |
|
2165 |
<div class="col-7 col-sm-9">
|
| - |
|
2166 |
<div class="tab-content" id="vert-tabs-tabContent">
|
| - |
|
2167 |
<div class="tab-pane text-left fade show active" id="vert-tabs-last-week-general" role="tabpanel" aria-labelledby="vert-tabs-last-week-general-tab">
|
| - |
|
2168 |
<div class="chart">
|
| 2173 |
<canvas id="barChartLastWeekGeneral" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2169 |
<canvas id="barChartLastWeekGeneral" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2174 |
</div>
|
2170 |
</div>
|
| 2175 |
</div>
|
2171 |
</div>
|
| 2176 |
|
2172 |
|
| 2177 |
<?php if(!empty($reportsLastWeek['companies'])) : ?>
|
2173 |
<?php if(!empty($reportsLastWeek['companies'])) : ?>
|
| 2178 |
<div class="tab-pane text-left fade" id="vert-tabs-last-week-company" role="tabpanel" aria-labelledby="vert-tabs-last-week-company-tab">
|
2174 |
<div class="tab-pane text-left fade" id="vert-tabs-last-week-company" role="tabpanel" aria-labelledby="vert-tabs-last-week-company-tab">
|
| 2179 |
<div class="chart">
|
2175 |
<div class="chart">
|
| 2180 |
<canvas id="barChartLastWeekCompanies" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2176 |
<canvas id="barChartLastWeekCompanies" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2181 |
</div>
|
2177 |
</div>
|
| 2182 |
</div>
|
2178 |
</div>
|
| 2183 |
<?php endif;?>
|
2179 |
<?php endif;?>
|
| 2184 |
|
2180 |
|
| 2185 |
<?php if(!empty($reportsLastWeek['functions'])) : ?>
|
2181 |
<?php if(!empty($reportsLastWeek['functions'])) : ?>
|
| 2186 |
<div class="tab-pane fade" id="vert-tabs-last-week-function" role="tabpanel" aria-labelledby="vert-tabs-last-week-function-tab">
|
2182 |
<div class="tab-pane fade" id="vert-tabs-last-week-function" role="tabpanel" aria-labelledby="vert-tabs-last-week-function-tab">
|
| 2187 |
<div class="chart">
|
2183 |
<div class="chart">
|
| 2188 |
<canvas id="barChartLastWeekFunctions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2184 |
<canvas id="barChartLastWeekFunctions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2189 |
</div>
|
2185 |
</div>
|
| 2190 |
</div>
|
2186 |
</div>
|
| 2191 |
<?php endif;?>
|
2187 |
<?php endif;?>
|
| 2192 |
|
2188 |
|
| 2193 |
<?php if(!empty($reportsLastWeek['groups'])) : ?>
|
2189 |
<?php if(!empty($reportsLastWeek['groups'])) : ?>
|
| 2194 |
<div class="tab-pane fade" id="vert-tabs-last-week-group" role="tabpanel" aria-labelledby="vert-tabs-last-week-group-tab">
|
2190 |
<div class="tab-pane fade" id="vert-tabs-last-week-group" role="tabpanel" aria-labelledby="vert-tabs-last-week-group-tab">
|
| 2195 |
<div class="chart">
|
2191 |
<div class="chart">
|
| 2196 |
<canvas id="barChartLastWeekGroups" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2192 |
<canvas id="barChartLastWeekGroups" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2197 |
</div>
|
2193 |
</div>
|
| 2198 |
</div>
|
2194 |
</div>
|
| 2199 |
<?php endif;?>
|
2195 |
<?php endif;?>
|
| 2200 |
|
2196 |
|
| 2201 |
<?php if(!empty($reportsLastWeek['institutions'])) : ?>
|
2197 |
<?php if(!empty($reportsLastWeek['institutions'])) : ?>
|
| 2202 |
<div class="tab-pane fade" id="vert-tabs-last-week-institution" role="tabpanel" aria-labelledby="vert-tabs-last-week-institution-tab">
|
2198 |
<div class="tab-pane fade" id="vert-tabs-last-week-institution" role="tabpanel" aria-labelledby="vert-tabs-last-week-institution-tab">
|
| 2203 |
<div class="chart">
|
2199 |
<div class="chart">
|
| 2204 |
<canvas id="barChartLastWeekInstitutions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2200 |
<canvas id="barChartLastWeekInstitutions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2205 |
</div>
|
2201 |
</div>
|
| 2206 |
</div>
|
2202 |
</div>
|
| 2207 |
<?php endif;?>
|
2203 |
<?php endif;?>
|
| 2208 |
|
2204 |
|
| 2209 |
<?php if(!empty($reportsLastWeek['programs'])) : ?>
|
2205 |
<?php if(!empty($reportsLastWeek['programs'])) : ?>
|
| 2210 |
<div class="tab-pane fade" id="vert-tabs-last-week-program" role="tabpanel" aria-labelledby="vert-tabs-last-week-program-tab">
|
2206 |
<div class="tab-pane fade" id="vert-tabs-last-week-program" role="tabpanel" aria-labelledby="vert-tabs-last-week-program-tab">
|
| 2211 |
<div class="chart">
|
2207 |
<div class="chart">
|
| 2212 |
<canvas id="barChartLastWeekPrograms" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2208 |
<canvas id="barChartLastWeekPrograms" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2213 |
</div>
|
2209 |
</div>
|
| 2214 |
</div>
|
2210 |
</div>
|
| 2215 |
<?php endif;?>
|
2211 |
<?php endif;?>
|
| 2216 |
|
2212 |
|
| 2217 |
<?php if(!empty($reportsLastWeek['partners'])) : ?>
|
2213 |
<?php if(!empty($reportsLastWeek['partners'])) : ?>
|
| 2218 |
<div class="tab-pane fade" id="vert-tabs-last-week-partner" role="tabpanel" aria-labelledby="vert-tabs-last-week-partner-tab">
|
2214 |
<div class="tab-pane fade" id="vert-tabs-last-week-partner" role="tabpanel" aria-labelledby="vert-tabs-last-week-partner-tab">
|
| 2219 |
<div class="chart">
|
2215 |
<div class="chart">
|
| 2220 |
<canvas id="barChartLastWeekPartners" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2216 |
<canvas id="barChartLastWeekPartners" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2221 |
</div>
|
2217 |
</div>
|
| 2222 |
</div>
|
2218 |
</div>
|
| 2223 |
<?php endif;?>
|
2219 |
<?php endif;?>
|
| 2224 |
|
2220 |
|
| 2225 |
<?php if(!empty($reportsLastWeek['sectors'])) : ?>
|
2221 |
<?php if(!empty($reportsLastWeek['sectors'])) : ?>
|
| 2226 |
<div class="tab-pane fade" id="vert-tabs-last-week-sector" role="tabpanel" aria-labelledby="vert-tabs-last-week-sector-tab">
|
2222 |
<div class="tab-pane fade" id="vert-tabs-last-week-sector" role="tabpanel" aria-labelledby="vert-tabs-last-week-sector-tab">
|
| 2227 |
<div class="chart">
|
2223 |
<div class="chart">
|
| 2228 |
<canvas id="barChartLastWeekSectors" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2224 |
<canvas id="barChartLastWeekSectors" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2229 |
</div>
|
2225 |
</div>
|
| 2230 |
</div>
|
2226 |
</div>
|
| 2231 |
<?php endif;?>
|
2227 |
<?php endif;?>
|
| 2232 |
|
2228 |
|
| 2233 |
<?php if(!empty($reportsLastWeek['student_types'])) : ?>
|
2229 |
<?php if(!empty($reportsLastWeek['student_types'])) : ?>
|
| 2234 |
<div class="tab-pane fade" id="vert-tabs-last-week-student-type" role="tabpanel" aria-labelledby="vert-tabs-last-week-student-type-tab">
|
2230 |
<div class="tab-pane fade" id="vert-tabs-last-week-student-type" role="tabpanel" aria-labelledby="vert-tabs-last-week-student-type-tab">
|
| 2235 |
<div class="chart">
|
2231 |
<div class="chart">
|
| - |
|
2232 |
<canvas id="barChartLastWeekStudentTypes" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2236 |
<canvas id="barChartLastWeekStudentTypes" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2233 |
</div>
|
| 2237 |
</div>
|
2234 |
</div>
|
| 2238 |
</div>
|
2235 |
<?php endif;?>
|
| 2239 |
<?php endif;?>
|
- |
|
| 2240 |
</div>
|
2236 |
</div>
|
| 2241 |
</div>
|
2237 |
</div>
|
| 2242 |
</div>
|
- |
|
| Línea -... |
Línea 2238... |
| - |
|
2238 |
</div>
|
| - |
|
2239 |
</div>
|
| - |
|
2240 |
<!-- /.card -->
|
| - |
|
2241 |
</div>
|
| - |
|
2242 |
|
| Línea 2243... |
Línea 2243... |
| 2243 |
</div>
|
2243 |
</div>
|
| 2244 |
<!-- /.card -->
|
2244 |
</div>
|
| 2245 |
</div>
|
2245 |
|
| 2246 |
|
2246 |
<div class="row">
|
| 2247 |
|
2247 |
<div class="col-12 mt-3">
|
| 2248 |
|
2248 |
|
| 2249 |
<div class="card card-primary">
|
2249 |
<div class="card">
|
| 2250 |
<div class="card-header">
|
2250 |
<div class="card-header">
|
| 2251 |
<h3 class="card-title">
|
2251 |
<h6 class="card-title">
|
| 2252 |
LABEL_GRAPH_CAPSULE_RESUME_TITLE
|
2252 |
LABEL_GRAPH_CAPSULE_RESUME_TITLE
|
| 2253 |
</h3>
|
2253 |
</h6>
|
| 2254 |
</div>
|
2254 |
</div>
|
| 2255 |
<div class="card-body">
|
2255 |
<div class="card-body">
|
| 2256 |
<div class="row">
|
2256 |
<div class="row">
|
| 2257 |
<div class="col-5 col-sm-3">
|
2257 |
<div class="col-5 col-sm-3">
|
| 2258 |
<div class="nav flex-column nav-tabs h-100" id="vert-tabs-tab" role="tablist" aria-orientation="vertical">
|
2258 |
<div class="nav nav-tabs nav-tabs-vertical" id="v-tab" role="tablist" aria-orientation="vertical">
|
| 2259 |
<a class="nav-link active" id="vert-tabs-capsule-resume-company-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-general" role="tab" aria-controls="vert-tabs-capsule-resume-general" aria-selected="true">LABEL_GENERAL</a>
|
2259 |
<a class="nav-link active" id="vert-tabs-capsule-resume-company-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-general" role="tab" aria-controls="vert-tabs-capsule-resume-general" aria-selected="true">LABEL_GENERAL</a>
|
| 2260 |
|
2260 |
|
| 2261 |
<?php if(!empty($reportsCapsuleResume['companies'])) : ?>
|
2261 |
<?php if(!empty($reportsCapsuleResume['companies'])) : ?>
|
| 2262 |
<a class="nav-link" id="vert-tabs-capsule-resume-company-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-company" role="tab" aria-controls="vert-tabs-capsule-resume-company" aria-selected="true">LABEL_COMPANIES</a>
|
2262 |
<a class="nav-link" id="vert-tabs-capsule-resume-company-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-company" role="tab" aria-controls="vert-tabs-capsule-resume-company" aria-selected="true">LABEL_COMPANIES</a>
|
| 2263 |
<?php endif;?>
|
2263 |
<?php endif;?>
|
| 2264 |
|
2264 |
|
| 2265 |
<?php if(!empty($reportsCapsuleResume['functions'])) : ?>
|
2265 |
<?php if(!empty($reportsCapsuleResume['functions'])) : ?>
|
| 2266 |
<a class="nav-link" id="vert-tabs-capsule-resume-function-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-function" role="tab" aria-controls="vert-tabs-capsule-resume-function" aria-selected="false">LABEL_FUNCTIONS</a>
|
2266 |
<a class="nav-link" id="vert-tabs-capsule-resume-function-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-function" role="tab" aria-controls="vert-tabs-capsule-resume-function" aria-selected="false">LABEL_FUNCTIONS</a>
|
| 2267 |
<?php endif;?>
|
2267 |
<?php endif;?>
|
| 2268 |
|
2268 |
|
| 2269 |
<?php if(!empty($reportsCapsuleResume['groups'])) : ?>
|
2269 |
<?php if(!empty($reportsCapsuleResume['groups'])) : ?>
|
| 2270 |
<a class="nav-link" id="vert-tabs-capsule-resume-group-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-group" role="tab" aria-controls="vert-tabs-capsule-resume-group" aria-selected="false">LABEL_GROUPS</a>
|
2270 |
<a class="nav-link" id="vert-tabs-capsule-resume-group-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-group" role="tab" aria-controls="vert-tabs-capsule-resume-group" aria-selected="false">LABEL_GROUPS</a>
|
| 2271 |
<?php endif;?>
|
2271 |
<?php endif;?>
|
| 2272 |
|
2272 |
|
| 2273 |
<?php if(!empty($reportsCapsuleResume['institutions'])) : ?>
|
2273 |
<?php if(!empty($reportsCapsuleResume['institutions'])) : ?>
|
| 2274 |
<a class="nav-link" id="vert-tabs-capsule-resume-institution-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-institution" role="tab" aria-controls="vert-tabs-capsule-resume-institution" aria-selected="false">LABEL_INSTITUTIONS</a>
|
2274 |
<a class="nav-link" id="vert-tabs-capsule-resume-institution-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-institution" role="tab" aria-controls="vert-tabs-capsule-resume-institution" aria-selected="false">LABEL_INSTITUTIONS</a>
|
| 2275 |
<?php endif;?>
|
2275 |
<?php endif;?>
|
| 2276 |
|
2276 |
|
| 2277 |
<?php if(!empty($reportsCapsuleResume['programs'])) : ?>
|
2277 |
<?php if(!empty($reportsCapsuleResume['programs'])) : ?>
|
| 2278 |
<a class="nav-link" id="vert-tabs-capsule-resume-program-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-program" role="tab" aria-controls="vert-tabs-capsule-resume-function" aria-selected="false">LABEL_PROGRAMS</a>
|
2278 |
<a class="nav-link" id="vert-tabs-capsule-resume-program-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-program" role="tab" aria-controls="vert-tabs-capsule-resume-function" aria-selected="false">LABEL_PROGRAMS</a>
|
| 2279 |
<?php endif;?>
|
2279 |
<?php endif;?>
|
| 2280 |
|
2280 |
|
| 2281 |
<?php if(!empty($reportsCapsuleResume['partners'])) : ?>
|
2281 |
<?php if(!empty($reportsCapsuleResume['partners'])) : ?>
|
| 2282 |
<a class="nav-link" id="vert-tabs-capsule-resume-partner-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-partner" role="tab" aria-controls="vert-tabs-capsule-resume-group" aria-selected="false">LABEL_PARTNERS</a>
|
2282 |
<a class="nav-link" id="vert-tabs-capsule-resume-partner-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-partner" role="tab" aria-controls="vert-tabs-capsule-resume-group" aria-selected="false">LABEL_PARTNERS</a>
|
| 2283 |
<?php $active = ''; endif;?>
|
2283 |
<?php $active = ''; endif;?>
|
| 2284 |
|
2284 |
|
| 2285 |
<?php if(!empty($reportsCapsuleResume['sectors'])) : ?>
|
2285 |
<?php if(!empty($reportsCapsuleResume['sectors'])) : ?>
|
| - |
|
2286 |
<a class="nav-link" id="vert-tabs-capsule-resume-sector-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-sector" role="tab" aria-controls="vert-tabs-capsule-resume-institution" aria-selected="false">LABEL_SECTORS</a>
|
| - |
|
2287 |
<?php endif;?>
|
| - |
|
2288 |
|
| - |
|
2289 |
<?php if(!empty($reportsCapsuleResume['student_types'])) : ?>
|
| - |
|
2290 |
<a class="nav-link" id="vert-tabs-capsule-resume-student-type-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-student-type" role="tab" aria-controls="vert-tabs-capsule-resume-institution" aria-selected="false">LABEL_STUDENT_TYPES</a>
|
| - |
|
2291 |
<?php endif;?>
|
| - |
|
2292 |
</div>
|
| - |
|
2293 |
</div>
|
| - |
|
2294 |
<div class="col-7 col-sm-9">
|
| - |
|
2295 |
<div class="tab-content" id="vert-tabs-tabContent">
|
| - |
|
2296 |
<div class="tab-pane text-left fade show active" id="vert-tabs-capsule-resume-general" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-general-tab">
|
| - |
|
2297 |
<div class="chart">
|
| - |
|
2298 |
<canvas id="barChartCapsuleResumeGeneral" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2299 |
</div>
|
| - |
|
2300 |
</div>
|
| - |
|
2301 |
|
| - |
|
2302 |
<?php if(!empty($reportsCapsuleResume['companies'])) : ?>
|
| - |
|
2303 |
<div class="tab-pane text-left fade" id="vert-tabs-capsule-resume-company" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-company-tab">
|
| - |
|
2304 |
<div class="chart">
|
| - |
|
2305 |
<canvas id="barChartCapsuleResumeCompanies" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2306 |
</div>
|
| - |
|
2307 |
</div>
|
| - |
|
2308 |
<?php endif;?>
|
| - |
|
2309 |
|
| - |
|
2310 |
<?php if(!empty($reportsCapsuleResume['functions'])) : ?>
|
| - |
|
2311 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-function" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-function-tab">
|
| - |
|
2312 |
<div class="chart">
|
| - |
|
2313 |
<canvas id="barChartCapsuleResumeFunctions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2314 |
</div>
|
| - |
|
2315 |
</div>
|
| - |
|
2316 |
<?php endif;?>
|
| - |
|
2317 |
|
| - |
|
2318 |
<?php if(!empty($reportsCapsuleResume['groups'])) : ?>
|
| - |
|
2319 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-group" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-group-tab">
|
| - |
|
2320 |
<div class="chart">
|
| - |
|
2321 |
<canvas id="barChartCapsuleResumeGroups" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2322 |
</div>
|
| - |
|
2323 |
</div>
|
| - |
|
2324 |
<?php endif;?>
|
| - |
|
2325 |
|
| - |
|
2326 |
<?php if(!empty($reportsCapsuleResume['institutions'])) : ?>
|
| - |
|
2327 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-institution" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-institution-tab">
|
| - |
|
2328 |
<div class="chart">
|
| - |
|
2329 |
<canvas id="barChartCapsuleResumeInstitutions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2330 |
</div>
|
| - |
|
2331 |
</div>
|
| - |
|
2332 |
<?php endif;?>
|
| - |
|
2333 |
|
| - |
|
2334 |
<?php if(!empty($reportsCapsuleResume['programs'])) : ?>
|
| - |
|
2335 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-program" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-program-tab">
|
| - |
|
2336 |
<div class="chart">
|
| - |
|
2337 |
<canvas id="barChartCapsuleResumePrograms" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2338 |
</div>
|
| - |
|
2339 |
</div>
|
| - |
|
2340 |
<?php endif;?>
|
| - |
|
2341 |
|
| - |
|
2342 |
<?php if(!empty($reportsCapsuleResume['partners'])) : ?>
|
| - |
|
2343 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-partner" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-partner-tab">
|
| - |
|
2344 |
<div class="chart">
|
| - |
|
2345 |
<canvas id="barChartCapsuleResumePartners" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2346 |
</div>
|
| - |
|
2347 |
</div>
|
| - |
|
2348 |
<?php endif;?>
|
| - |
|
2349 |
|
| - |
|
2350 |
<?php if(!empty($reportsCapsuleResume['sectors'])) : ?>
|
| - |
|
2351 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-sector" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-sector-tab">
|
| - |
|
2352 |
<div class="chart">
|
| - |
|
2353 |
<canvas id="barChartCapsuleResumeSectors" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2354 |
</div>
|
| - |
|
2355 |
</div>
|
| - |
|
2356 |
<?php endif;?>
|
| - |
|
2357 |
|
| - |
|
2358 |
<?php if(!empty($reportsCapsuleResume['student_types'])) : ?>
|
| - |
|
2359 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-student-type" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-student-type-tab">
|
| 2286 |
<a class="nav-link" id="vert-tabs-capsule-resume-sector-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-sector" role="tab" aria-controls="vert-tabs-capsule-resume-institution" aria-selected="false">LABEL_SECTORS</a>
|
2360 |
<div class="chart">
|
| 2287 |
<?php endif;?>
|
2361 |
<canvas id="barChartCapsuleResumeStudentTypes" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| 2288 |
|
- |
|
| 2289 |
<?php if(!empty($reportsCapsuleResume['student_types'])) : ?>
|
- |
|
| 2290 |
<a class="nav-link" id="vert-tabs-capsule-resume-student-type-tab" data-toggle="pill" href="#vert-tabs-capsule-resume-student-type" role="tab" aria-controls="vert-tabs-capsule-resume-institution" aria-selected="false">LABEL_STUDENT_TYPES</a>
|
- |
|
| 2291 |
<?php endif;?>
|
- |
|
| 2292 |
</div>
|
- |
|
| 2293 |
</div>
|
- |
|
| 2294 |
<div class="col-7 col-sm-9">
|
- |
|
| 2295 |
<div class="tab-content" id="vert-tabs-tabContent">
|
- |
|
| 2296 |
<div class="tab-pane text-left fade show active" id="vert-tabs-capsule-resume-general" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-general-tab">
|
- |
|
| 2297 |
<div class="chart">
|
- |
|
| 2298 |
<canvas id="barChartCapsuleResumeGeneral" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2299 |
</div>
|
- |
|
| 2300 |
</div>
|
- |
|
| 2301 |
|
- |
|
| 2302 |
<?php if(!empty($reportsCapsuleResume['companies'])) : ?>
|
- |
|
| 2303 |
<div class="tab-pane text-left fade" id="vert-tabs-capsule-resume-company" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-company-tab">
|
- |
|
| 2304 |
<div class="chart">
|
- |
|
| 2305 |
<canvas id="barChartCapsuleResumeCompanies" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2306 |
</div>
|
- |
|
| 2307 |
</div>
|
- |
|
| 2308 |
<?php endif;?>
|
- |
|
| 2309 |
|
- |
|
| 2310 |
<?php if(!empty($reportsCapsuleResume['functions'])) : ?>
|
- |
|
| 2311 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-function" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-function-tab">
|
- |
|
| 2312 |
<div class="chart">
|
- |
|
| 2313 |
<canvas id="barChartCapsuleResumeFunctions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2314 |
</div>
|
- |
|
| 2315 |
</div>
|
- |
|
| 2316 |
<?php endif;?>
|
- |
|
| 2317 |
|
- |
|
| 2318 |
<?php if(!empty($reportsCapsuleResume['groups'])) : ?>
|
- |
|
| 2319 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-group" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-group-tab">
|
- |
|
| 2320 |
<div class="chart">
|
- |
|
| 2321 |
<canvas id="barChartCapsuleResumeGroups" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2322 |
</div>
|
- |
|
| 2323 |
</div>
|
- |
|
| 2324 |
<?php endif;?>
|
- |
|
| 2325 |
|
- |
|
| 2326 |
<?php if(!empty($reportsCapsuleResume['institutions'])) : ?>
|
- |
|
| 2327 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-institution" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-institution-tab">
|
- |
|
| 2328 |
<div class="chart">
|
- |
|
| 2329 |
<canvas id="barChartCapsuleResumeInstitutions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2330 |
</div>
|
- |
|
| 2331 |
</div>
|
- |
|
| 2332 |
<?php endif;?>
|
- |
|
| 2333 |
|
- |
|
| 2334 |
<?php if(!empty($reportsCapsuleResume['programs'])) : ?>
|
- |
|
| 2335 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-program" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-program-tab">
|
- |
|
| 2336 |
<div class="chart">
|
- |
|
| 2337 |
<canvas id="barChartCapsuleResumePrograms" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2338 |
</div>
|
- |
|
| 2339 |
</div>
|
- |
|
| 2340 |
<?php endif;?>
|
- |
|
| 2341 |
|
- |
|
| 2342 |
<?php if(!empty($reportsCapsuleResume['partners'])) : ?>
|
- |
|
| 2343 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-partner" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-partner-tab">
|
- |
|
| 2344 |
<div class="chart">
|
- |
|
| 2345 |
<canvas id="barChartCapsuleResumePartners" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2346 |
</div>
|
- |
|
| 2347 |
</div>
|
- |
|
| 2348 |
<?php endif;?>
|
- |
|
| 2349 |
|
- |
|
| 2350 |
<?php if(!empty($reportsCapsuleResume['sectors'])) : ?>
|
- |
|
| 2351 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-sector" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-sector-tab">
|
- |
|
| 2352 |
<div class="chart">
|
- |
|
| 2353 |
<canvas id="barChartCapsuleResumeSectors" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2354 |
</div>
|
- |
|
| 2355 |
</div>
|
- |
|
| 2356 |
<?php endif;?>
|
- |
|
| 2357 |
|
- |
|
| 2358 |
<?php if(!empty($reportsCapsuleResume['student_types'])) : ?>
|
- |
|
| 2359 |
<div class="tab-pane fade" id="vert-tabs-capsule-resume-student-type" role="tabpanel" aria-labelledby="vert-tabs-capsule-resume-student-type-tab">
|
- |
|
| 2360 |
<div class="chart">
|
- |
|
| 2361 |
<canvas id="barChartCapsuleResumeStudentTypes" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2362 |
</div>
|
| - |
|
2363 |
</div>
|
| 2362 |
</div>
|
2364 |
<?php endif;?>
|
| - |
|
2365 |
</div>
|
| 2363 |
</div>
|
2366 |
</div>
|
| 2364 |
<?php endif;?>
|
2367 |
</div>
|
| - |
|
2368 |
</div>
|
| - |
|
2369 |
<!-- /.card -->
|
| Línea 2365... |
Línea 2370... |
| 2365 |
</div>
|
2370 |
</div>
|
| 2366 |
</div>
|
2371 |
|
| 2367 |
</div>
|
2372 |
</div>
|
| 2368 |
</div>
|
2373 |
</div>
|
| Línea 2380... |
Línea 2385... |
| 2380 |
|| !empty($reportsStudentsTotal['student_types'])
|
2385 |
|| !empty($reportsStudentsTotal['student_types'])
|
| Línea 2381... |
Línea 2386... |
| 2381 |
|
2386 |
|
| Línea 2382... |
Línea 2387... |
| 2382 |
) :
|
2387 |
) :
|
| - |
|
2388 |
|
| - |
|
2389 |
?>
|
| 2383 |
|
2390 |
<div class="row">
|
| 2384 |
?>
|
2391 |
<div class="col-12 mt-3">
|
| 2385 |
|
2392 |
|
| 2386 |
<div class="card card-primary">
|
2393 |
<div class="card">
|
| 2387 |
<div class="card-header">
|
2394 |
<div class="card-header">
|
| 2388 |
<h3 class="card-title">
|
2395 |
<h6 class="card-title">
|
| 2389 |
LABEL_GRAPH_TOTAL_TITLE
|
2396 |
LABEL_GRAPH_TOTAL_TITLE
|
| 2390 |
</h3>
|
2397 |
</h6>
|
| 2391 |
</div>
|
2398 |
</div>
|
| 2392 |
<div class="card-body">
|
2399 |
<div class="card-body">
|
| 2393 |
<div class="row">
|
2400 |
<div class="row">
|
| - |
|
2401 |
<div class="col-5 col-sm-3">
|
| 2394 |
<div class="col-5 col-sm-3">
|
2402 |
<div class="nav nav-tabs nav-tabs-vertical" id="v-tab" role="tablist" aria-orientation="vertical">
|
| 2395 |
<div class="nav flex-column nav-tabs h-100" id="vert-tabs-tab" role="tablist" aria-orientation="vertical">
|
2403 |
|
| 2396 |
<?php $active = 'active'; ?>
|
2404 |
<?php $active = 'active'; ?>
|
| 2397 |
<?php if(!empty($reportsStudentsTotal['companies'])) : ?>
|
2405 |
<?php if(!empty($reportsStudentsTotal['companies'])) : ?>
|
| 2398 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-company-tab" data-toggle="pill" href="#vert-tabs-total-company" role="tab" aria-controls="vert-tabs-total-company" aria-selected="true">LABEL_COMPANIES</a>
|
2406 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-company-tab" data-toggle="pill" href="#vert-tabs-total-company" role="tab" aria-controls="vert-tabs-total-company" aria-selected="true">LABEL_COMPANIES</a>
|
| 2399 |
<?php $active = ''; endif;?>
|
2407 |
<?php $active = ''; endif;?>
|
| 2400 |
|
2408 |
|
| 2401 |
<?php if(!empty($reportsStudentsTotal['functions'])) : ?>
|
2409 |
<?php if(!empty($reportsStudentsTotal['functions'])) : ?>
|
| 2402 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-function-tab" data-toggle="pill" href="#vert-tabs-total-function" role="tab" aria-controls="vert-tabs-total-function" aria-selected="false">LABEL_FUNCTIONS</a>
|
2410 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-function-tab" data-toggle="pill" href="#vert-tabs-total-function" role="tab" aria-controls="vert-tabs-total-function" aria-selected="false">LABEL_FUNCTIONS</a>
|
| 2403 |
<?php $active = ''; endif;?>
|
2411 |
<?php $active = ''; endif;?>
|
| 2404 |
|
2412 |
|
| 2405 |
<?php if(!empty($reportsStudentsTotal['groups'])) : ?>
|
2413 |
<?php if(!empty($reportsStudentsTotal['groups'])) : ?>
|
| 2406 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-group-tab" data-toggle="pill" href="#vert-tabs-total-group" role="tab" aria-controls="vert-tabs-total-group" aria-selected="false">LABEL_GROUPS</a>
|
2414 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-group-tab" data-toggle="pill" href="#vert-tabs-total-group" role="tab" aria-controls="vert-tabs-total-group" aria-selected="false">LABEL_GROUPS</a>
|
| 2407 |
<?php $active = ''; endif;?>
|
2415 |
<?php $active = ''; endif;?>
|
| 2408 |
|
2416 |
|
| 2409 |
<?php if(!empty($reportsStudentsTotal['institutions'])) : ?>
|
2417 |
<?php if(!empty($reportsStudentsTotal['institutions'])) : ?>
|
| 2410 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-institution-tab" data-toggle="pill" href="#vert-tabs-total-institution" role="tab" aria-controls="vert-tabs-total-institution" aria-selected="false">LABEL_INSTITUTIONS</a>
|
2418 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-institution-tab" data-toggle="pill" href="#vert-tabs-total-institution" role="tab" aria-controls="vert-tabs-total-institution" aria-selected="false">LABEL_INSTITUTIONS</a>
|
| 2411 |
<?php $active = ''; endif;?>
|
2419 |
<?php $active = ''; endif;?>
|
| 2412 |
|
2420 |
|
| 2413 |
<?php if(!empty($reportsStudentsTotal['programs'])) : ?>
|
2421 |
<?php if(!empty($reportsStudentsTotal['programs'])) : ?>
|
| 2414 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-program-tab" data-toggle="pill" href="#vert-tabs-total-program" role="tab" aria-controls="vert-tabs-total-function" aria-selected="false">LABEL_PROGRAMS</a>
|
2422 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-program-tab" data-toggle="pill" href="#vert-tabs-total-program" role="tab" aria-controls="vert-tabs-total-function" aria-selected="false">LABEL_PROGRAMS</a>
|
| 2415 |
<?php $active = ''; endif;?>
|
2423 |
<?php $active = ''; endif;?>
|
| 2416 |
|
2424 |
|
| 2417 |
<?php if(!empty($reportsStudentsTotal['partners'])) : ?>
|
2425 |
<?php if(!empty($reportsStudentsTotal['partners'])) : ?>
|
| 2418 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-partner-tab" data-toggle="pill" href="#vert-tabs-total-partner" role="tab" aria-controls="vert-tabs-total-group" aria-selected="false">LABEL_PARTNERS</a>
|
2426 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-partner-tab" data-toggle="pill" href="#vert-tabs-total-partner" role="tab" aria-controls="vert-tabs-total-group" aria-selected="false">LABEL_PARTNERS</a>
|
| 2419 |
<?php $active = ''; $active = ''; endif;?>
|
2427 |
<?php $active = ''; $active = ''; endif;?>
|
| 2420 |
|
2428 |
|
| 2421 |
<?php if(!empty($reportsStudentsTotal['sectors'])) : ?>
|
2429 |
<?php if(!empty($reportsStudentsTotal['sectors'])) : ?>
|
| 2422 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-sector-tab" data-toggle="pill" href="#vert-tabs-total-sector" role="tab" aria-controls="vert-tabs-total-institution" aria-selected="false">LABEL_SECTORS</a>
|
2430 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-sector-tab" data-toggle="pill" href="#vert-tabs-total-sector" role="tab" aria-controls="vert-tabs-total-institution" aria-selected="false">LABEL_SECTORS</a>
|
| 2423 |
<?php $active = ''; endif;?>
|
2431 |
<?php $active = ''; endif;?>
|
| 2424 |
|
2432 |
|
| 2425 |
<?php if(!empty($reportsStudentsTotal['student_types'])) : ?>
|
2433 |
<?php if(!empty($reportsStudentsTotal['student_types'])) : ?>
|
| - |
|
2434 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-student-type-tab" data-toggle="pill" href="#vert-tabs-total-student-type" role="tab" aria-controls="vert-tabs-total-institution" aria-selected="false">LABEL_STUDENT_TYPES</a>
|
| - |
|
2435 |
<?php $active = ''; endif;?>
|
| - |
|
2436 |
</div>
|
| - |
|
2437 |
</div>
|
| - |
|
2438 |
<div class="col-7 col-sm-9">
|
| - |
|
2439 |
<div class="tab-content" id="vert-tabs-tabContent">
|
| - |
|
2440 |
<?php $active = 'show active' ; ?>
|
| - |
|
2441 |
<?php if(!empty($reportsStudentsTotal['companies'])) : ?>
|
| - |
|
2442 |
<div class="tab-pane text-left fade <?php echo $active ?>" id="vert-tabs-total-company" role="tabpanel" aria-labelledby="vert-tabs-total-company-tab">
|
| - |
|
2443 |
<div class="chart">
|
| - |
|
2444 |
<canvas id="barChartTotalCompanies" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2445 |
</div>
|
| - |
|
2446 |
</div>
|
| - |
|
2447 |
<?php $active = ''; endif;?>
|
| - |
|
2448 |
|
| - |
|
2449 |
<?php if(!empty($reportsStudentsTotal['functions'])) : ?>
|
| - |
|
2450 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-function" role="tabpanel" aria-labelledby="vert-tabs-total-function-tab">
|
| - |
|
2451 |
<div class="chart">
|
| - |
|
2452 |
<canvas id="barChartTotalFunctions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2453 |
</div>
|
| - |
|
2454 |
</div>
|
| - |
|
2455 |
<?php $active = ''; endif;?>
|
| - |
|
2456 |
|
| - |
|
2457 |
<?php if(!empty($reportsStudentsTotal['groups'])) : ?>
|
| - |
|
2458 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-group" role="tabpanel" aria-labelledby="vert-tabs-total-group-tab">
|
| - |
|
2459 |
<div class="chart">
|
| - |
|
2460 |
<canvas id="barChartTotalGroups" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2461 |
</div>
|
| - |
|
2462 |
</div>
|
| - |
|
2463 |
<?php $active = ''; endif;?>
|
| - |
|
2464 |
|
| - |
|
2465 |
<?php if(!empty($reportsStudentsTotal['institutions'])) : ?>
|
| - |
|
2466 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-institution" role="tabpanel" aria-labelledby="vert-tabs-total-institution-tab">
|
| - |
|
2467 |
<div class="chart">
|
| - |
|
2468 |
<canvas id="barChartTotalInstitutions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2469 |
</div>
|
| - |
|
2470 |
</div>
|
| - |
|
2471 |
<?php $active = ''; endif;?>
|
| - |
|
2472 |
|
| - |
|
2473 |
<?php if(!empty($reportsStudentsTotal['programs'])) : ?>
|
| - |
|
2474 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-program" role="tabpanel" aria-labelledby="vert-tabs-total-program-tab">
|
| - |
|
2475 |
<div class="chart">
|
| - |
|
2476 |
<canvas id="barChartTotalPrograms" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2477 |
</div>
|
| - |
|
2478 |
</div>
|
| - |
|
2479 |
<?php $active = ''; endif;?>
|
| - |
|
2480 |
|
| - |
|
2481 |
<?php if(!empty($reportsStudentsTotal['partners'])) : ?>
|
| - |
|
2482 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-partner" role="tabpanel" aria-labelledby="vert-tabs-total-partner-tab">
|
| - |
|
2483 |
<div class="chart">
|
| - |
|
2484 |
<canvas id="barChartTotalPartners" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2485 |
</div>
|
| - |
|
2486 |
</div>
|
| - |
|
2487 |
<?php $active = ''; endif;?>
|
| - |
|
2488 |
|
| - |
|
2489 |
<?php if(!empty($reportsStudentsTotal['sectors'])) : ?>
|
| - |
|
2490 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-sector" role="tabpanel" aria-labelledby="vert-tabs-total-sector-tab">
|
| - |
|
2491 |
<div class="chart">
|
| - |
|
2492 |
<canvas id="barChartTotalSectors" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2493 |
</div>
|
| - |
|
2494 |
</div>
|
| - |
|
2495 |
<?php $active = ''; endif;?>
|
| - |
|
2496 |
|
| - |
|
2497 |
<?php if(!empty($reportsStudentsTotal['student_types'])) : ?>
|
| - |
|
2498 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-student-type" role="tabpanel" aria-labelledby="vert-tabs-total-student-type-tab">
|
| - |
|
2499 |
<div class="chart">
|
| - |
|
2500 |
<canvas id="barChartTotalStudentTypes" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
| - |
|
2501 |
</div>
|
| - |
|
2502 |
</div>
|
| - |
|
2503 |
<?php $active = ''; endif;?>
|
| 2426 |
<a class="nav-link <?php echo $active ?>" id="vert-tabs-total-student-type-tab" data-toggle="pill" href="#vert-tabs-total-student-type" role="tab" aria-controls="vert-tabs-total-institution" aria-selected="false">LABEL_STUDENT_TYPES</a>
|
2504 |
</div>
|
| 2427 |
<?php $active = ''; endif;?>
|
2505 |
</div>
|
| 2428 |
</div>
|
- |
|
| 2429 |
</div>
|
- |
|
| 2430 |
<div class="col-7 col-sm-9">
|
- |
|
| 2431 |
<div class="tab-content" id="vert-tabs-tabContent">
|
- |
|
| 2432 |
<?php $active = 'show active' ; ?>
|
- |
|
| 2433 |
<?php if(!empty($reportsStudentsTotal['companies'])) : ?>
|
- |
|
| 2434 |
<div class="tab-pane text-left fade <?php echo $active ?>" id="vert-tabs-total-company" role="tabpanel" aria-labelledby="vert-tabs-total-company-tab">
|
- |
|
| 2435 |
<div class="chart">
|
- |
|
| 2436 |
<canvas id="barChartTotalCompanies" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
2506 |
</div>
|
| 2437 |
</div>
|
- |
|
| 2438 |
</div>
|
- |
|
| 2439 |
<?php $active = ''; endif;?>
|
- |
|
| 2440 |
|
- |
|
| 2441 |
<?php if(!empty($reportsStudentsTotal['functions'])) : ?>
|
- |
|
| 2442 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-function" role="tabpanel" aria-labelledby="vert-tabs-total-function-tab">
|
- |
|
| 2443 |
<div class="chart">
|
- |
|
| 2444 |
<canvas id="barChartTotalFunctions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2445 |
</div>
|
- |
|
| 2446 |
</div>
|
- |
|
| 2447 |
<?php $active = ''; endif;?>
|
- |
|
| 2448 |
|
- |
|
| 2449 |
<?php if(!empty($reportsStudentsTotal['groups'])) : ?>
|
- |
|
| 2450 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-group" role="tabpanel" aria-labelledby="vert-tabs-total-group-tab">
|
- |
|
| 2451 |
<div class="chart">
|
- |
|
| 2452 |
<canvas id="barChartTotalGroups" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2453 |
</div>
|
- |
|
| 2454 |
</div>
|
- |
|
| 2455 |
<?php $active = ''; endif;?>
|
- |
|
| 2456 |
|
- |
|
| 2457 |
<?php if(!empty($reportsStudentsTotal['institutions'])) : ?>
|
- |
|
| 2458 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-institution" role="tabpanel" aria-labelledby="vert-tabs-total-institution-tab">
|
- |
|
| 2459 |
<div class="chart">
|
- |
|
| 2460 |
<canvas id="barChartTotalInstitutions" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2461 |
</div>
|
- |
|
| 2462 |
</div>
|
- |
|
| 2463 |
<?php $active = ''; endif;?>
|
- |
|
| 2464 |
|
- |
|
| 2465 |
<?php if(!empty($reportsStudentsTotal['programs'])) : ?>
|
- |
|
| 2466 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-program" role="tabpanel" aria-labelledby="vert-tabs-total-program-tab">
|
- |
|
| 2467 |
<div class="chart">
|
- |
|
| 2468 |
<canvas id="barChartTotalPrograms" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2469 |
</div>
|
- |
|
| 2470 |
</div>
|
- |
|
| 2471 |
<?php $active = ''; endif;?>
|
- |
|
| 2472 |
|
- |
|
| 2473 |
<?php if(!empty($reportsStudentsTotal['partners'])) : ?>
|
- |
|
| 2474 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-partner" role="tabpanel" aria-labelledby="vert-tabs-total-partner-tab">
|
- |
|
| 2475 |
<div class="chart">
|
- |
|
| 2476 |
<canvas id="barChartTotalPartners" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2477 |
</div>
|
- |
|
| 2478 |
</div>
|
- |
|
| 2479 |
<?php $active = ''; endif;?>
|
- |
|
| 2480 |
|
- |
|
| 2481 |
<?php if(!empty($reportsStudentsTotal['sectors'])) : ?>
|
- |
|
| 2482 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-sector" role="tabpanel" aria-labelledby="vert-tabs-total-sector-tab">
|
- |
|
| 2483 |
<div class="chart">
|
- |
|
| 2484 |
<canvas id="barChartTotalSectors" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2485 |
</div>
|
- |
|
| 2486 |
</div>
|
- |
|
| 2487 |
<?php $active = ''; endif;?>
|
- |
|
| 2488 |
|
- |
|
| 2489 |
<?php if(!empty($reportsStudentsTotal['student_types'])) : ?>
|
- |
|
| 2490 |
<div class="tab-pane fade <?php echo $active ?>" id="vert-tabs-total-student-type" role="tabpanel" aria-labelledby="vert-tabs-total-student-type-tab">
|
- |
|
| 2491 |
<div class="chart">
|
- |
|
| 2492 |
<canvas id="barChartTotalStudentTypes" style="min-height: 250px; height: 250px; max-height: 250px; max-width: 100%;"></canvas>
|
- |
|
| 2493 |
</div>
|
- |
|
| 2494 |
</div>
|
- |
|
| 2495 |
<?php $active = ''; endif;?>
|
2507 |
</div>
|
| 2496 |
</div>
|
- |
|
| 2497 |
</div>
|
2508 |
<!-- /.card -->
|
| 2498 |
</div>
|
- |
|
| 2499 |
</div>
|
2509 |
</div>
|
| 2500 |
<!-- /.card -->
|
2510 |
</div>
|
| Línea 2501... |
Línea -... |
| 2501 |
</div>
|
- |
|
| 2502 |
<?php endif; ?>
|
- |
|
| 2503 |
|
- |
|
| 2504 |
|
- |
|
| 2505 |
</div>
|
- |
|
| 2506 |
</section>
|
2511 |
</div>
|
| - |
|
2512 |
<?php endif; ?>
|
| - |
|
2513 |
|
| - |
|
2514 |
</div>
|
| - |
|
2515 |
<div class="card-footer text-right">
|
| - |
|
2516 |
|
| - |
|
2517 |
</div>
|
| 2507 |
<!-- /.content -->
|
2518 |
</div>
|