Report Color Flyhi : ps

This commit is contained in:
VE10-Sanjeev 2022-06-29 11:12:43 +05:30
parent f35d0bfe1a
commit 2a94049647

View File

@ -88,7 +88,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
background-color: #0191ed;
background-color: #0d93a9;
color: white;page-break-inside: inline;
}
@ -123,7 +123,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
background-color: #0191ed;
background-color: #0d93a9;
color: white;page-break-inside: avoid;
}
@ -389,7 +389,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<br><table class="scorecard_table"><tr><th class="thlargefont" colspan="10">Satellite Image of PD Location</th></tr></table><br>
<p><b>GPS Coordinates of location where PD Visit was done : <?php echo $geo_location ? $geo_location : '-'; ?></b></p>
<?php if($geo_location) { ?>
<img style="border:3px solid #0191ed;" src = "<?php echo 'data:image/gif;base64,'.$satellite_image[0]['img']; ?>" alt = "PD Visted Location Satellite Image " height="300px" width="630px">
<img style="border:3px solid #0d93a9;" src = "<?php echo 'data:image/gif;base64,'.$satellite_image[0]['img']; ?>" alt = "PD Visted Location Satellite Image " height="300px" width="630px">
<?php
}else{ echo '<p>Due to location access not provided by loan applicant Geo coordinates on photographs and Satellite image of PD location is not shown</p>';}
?>