';
foreach($person_met_data as $pk => $person)
{
$display_for_person_met =$person['relations'] != "" ? substr_replace($person['relations'],'.',strrpos($person['relations'],','),1) : '';
@@ -717,14 +717,16 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$progress_bar_class = 'rcorners_red';
}
//########################### Percentage Bar Section #########################################
- echo '
';
- echo ' 
- '.$symbol.'  ';
- echo ' Similarity
- '.$similarity.' % ';
- echo '
- | ';
- $check_fc_table++;
+ echo '
';
+ echo '
+  |
+ '.$symbol.' |
+  |
+ Similarity
+ '.$similarity.' % |
+ |
+ ';
+ echo ' | ';
//########################### End of Percentage Bar Section #########################################
}
@@ -732,7 +734,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
}
echo'';
}
- } // line 711 foreach closed here.
+ } // line 671 foreach closed here.
echo '
';
echo '
';
diff --git a/api/application/views/report_templates/JSONTOREPORT_DI_AI_SMARTPD.php b/api/application/views/report_templates/JSONTOREPORT_DI_AI_SMARTPD.php
index 043ec21f..21d6867c 100644
--- a/api/application/views/report_templates/JSONTOREPORT_DI_AI_SMARTPD.php
+++ b/api/application/views/report_templates/JSONTOREPORT_DI_AI_SMARTPD.php
@@ -709,7 +709,7 @@ if ( isset($pdf) ) {
//print_r($person_met_data);die();
echo '
';
+ echo '
';
foreach($person_met_data as $pk => $person)
{
$display_for_person_met =$person['relations'] != "" ? substr_replace($person['relations'],'.',strrpos($person['relations'],','),1) : '';
@@ -758,14 +758,16 @@ if ( isset($pdf) ) {
$progress_bar_class = 'rcorners_red';
}
//########################### Percentage Bar Section #########################################
- echo '
';
- echo ' 
- '.$symbol.'  ';
- echo ' Similarity
- '.$similarity.' % ';
- echo '
- | ';
- $check_fc_table++;
+ echo '
';
+ echo '
+  |
+ '.$symbol.' |
+  |
+ Similarity
+ '.$similarity.' % |
+ |
+ ';
+ echo ' | ';
//########################### End of Percentage Bar Section #########################################
}
@@ -773,7 +775,7 @@ if ( isset($pdf) ) {
}
echo'';
}
- } // line 711 foreach closed here.
+ } // line 712 foreach closed here.
echo '
';
echo '
';
?>
diff --git a/api/application/views/report_templates/JSONTOREPORT_DI_AI_TELE_PD.php b/api/application/views/report_templates/JSONTOREPORT_DI_AI_TELE_PD.php
index 06e39738..c600b605 100644
--- a/api/application/views/report_templates/JSONTOREPORT_DI_AI_TELE_PD.php
+++ b/api/application/views/report_templates/JSONTOREPORT_DI_AI_TELE_PD.php
@@ -736,8 +736,8 @@ if ( isset($pdf) ) {
$ci = $person['compare_image'];
if(!empty($ci)){
$si = $person['source_image'];
- $notequal_mark ='
≠';
- $equal_mark ='
=';
+ $notequal_mark ='
≠';
+ $equal_mark ='
=';
echo "
Face Comparison :
";
echo '
';
$check_fc_table = 0;
@@ -754,14 +754,16 @@ if ( isset($pdf) ) {
$progress_bar_class = 'rcorners_red';
}
//########################### Percentage Bar Section #########################################
- echo ' ';
- echo ' 
- '.$symbol.'  ';
- echo ' Similarity
- '.$similarity.' % ';
- echo '
- | ';
- $check_fc_table++;
+ echo '';
+ echo '
+  |
+ '.$symbol.' |
+  |
+ Similarity
+ '.$similarity.' % |
+ |
+ ';
+ echo ' | ';
//########################### End of Percentage Bar Section #########################################
}
@@ -769,7 +771,7 @@ if ( isset($pdf) ) {
}
echo'
';
}
- } // line 711 foreach closed here.
+ } // line 709 foreach closed here.
echo '
';
echo '