File "testimonial_print_others-20260225114301.php"
Full Path: /home/ichhrkpd/public_html/idcm_old/application/views/testimonial_print_others-20260225114301.php
File size: 6.2 KB
MIME-type: text/html
Charset: utf-8
<style>
.table-bordered {
border: 1px solid #000 !important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
border: 1px solid #000 !important;
text-align: left;
padding: 5px 5px 5px 5px;
}
table {
width: 100%;
margin: auto;
font-size: 12px;
}
.row {
margin-right: 0px !important;
margin-left: 0px !important;
}
</style>
<?php
$i = 1;
$msg = isset($msg)?$msg:'';
$msg_type = isset($msg_type)?$msg_type:'';
$this->session->UnsetFlashData();
?>
<!-- https://codepen.io/rafaelcastrocouto/pen/poyWPO -->
<style>
@media print {
body {
-webkit-print-color-adjust: exact;
margin:0px !important;
padding:0px !important;
}
}
body {
background: rgb(204,204,204);
}
page {
background: white;
display: block;
margin: 0 auto;
margin-bottom: 0.0cm;
box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
page[size="A4"] {
width: 21cm;
height: 29.7cm;
}
page[size="A4"][layout="portrait"] {
width: 21cm;
height: 29.7cm;
}
@page {
margin: 0;
}
#pad {
padding: 5px 18px 20px 18px;
height: 15cm;
}
#header {
padding: 20px 20px 0px 20px;
}
#spanc {
display: block;
}
.ich-logo{
float:left;
}
.ich-exam{
float:left;
}
.test-border {
background-repeat: no-repeat !important;
background-size: 100% 100% !important;
background-image: url(https://www.ichhamatidegreecollege.edu.bd/images/test_border7.png) !important;
}
</style>
<page size="A4" class=" test-border" layout="portrait" onload="window.print();">
<div class="row " style="margin-top:10px">
<div class="col-xs-12 " style=" padding:65px; ">
<div class="row">
<div class="ich-logo" style="padding-left: 25px; padding-top:10px">
<img style="height:90px" src="<?php echo base_url().'img/idc-logo.png';?>" class="user-image" alt="User Image">
</div>
<div class="ich-exam" style="padding-left: 35px; padding-top:10px">
<p style='text-align:center'><span style='font-size:25px;font-weight: bold; text-transform:uppercase;color:#0939a8'>Ichhamati Degree College</span><br><span style='font-size:16px;font-weight: bold;'>Post: Ranirbandar, Upazilla: Chirirbandar, District: Dinajpur</span><br>
<strong>Established: 1972<br>Institute Code: 7805013201</strong></p>
</div>
</div>
<div class="row">
<div style="float:left; width:32%">
<b>Higher Secondary Code:</b> 7750<br>
<b>Degree Code:</b> 3419
</div>
<div style="float:left; width:32%">
<p style='text-align:center;margin-top:5px;'>
<span style='background:#2145a6 !important; color:#fff !important;padding:5px 25px 5px 25px; '> Testimonial</span>
</p>
</div>
<div style="float:left; width:32%">
<b>Serial No. : <?php echo $st_data[0]->test_sl; ?></b> <br>
<b>Date: <?php echo $st_data[0]->dois; ?></b>
</div>
</div>
<div class="row" style="min-height: 550px; background-image: url('https://www.ichhamatidegreecollege.edu.bd/images/ich-logo-bg.png') !important;background-repeat: no-repeat !important; background-position: center top !important;">
<p style='text-align:justify; line-height: 30px;padding-right:10px; font-size:15px'>
<br>
This is to certify that <b><?php echo $st_data[0]->name; ?></b>, Father: <b><?php echo $st_data[0]->fname; ?></b>, Mother: <b><?php echo $st_data[0]->mname; ?></b>,
Address: <b><?php echo $st_data[0]->present_address; ?></b>, passed the
<?php if($st_data[0]->std_class=='HSC'){
echo "H.S.C";
}
else{
echo "Degree (Pass)";
}
?>
examination in <b><?php echo $st_data[0]->passing_year; ?></b> from this college under the
<?php if($st_data[0]->std_class=='HSC'){
echo "Board of Intermediate and Secondary Education, Dinajpur";
}
else{
echo "National University";
}
?>
bearing Roll No. <b><?php echo $st_data[0]->std_roll; ?></b>, Registration No. <b><?php echo $st_data[0]->std_reg; ?></b>, Group: <b><?php echo $st_data[0]->std_division; ?></b> and
obtained GPA: <b><?php echo $st_data[0]->gpa; ?></b>. His/Her date of birth is <b><?php echo $st_data[0]->dob; ?></b>.
<br>
<br>
To the best of my knowledge he did not take part in any activities subversive of the state or discipline. <br>
I wish him every success in life.
</p>
<br>
<b style="font-size:15px">His/Her Studied Subjects:</b>
<p style="font-size:15px">
<?php
echo '1. '.$st_data[0]->sub1.'<br>';
echo '2. '.$st_data[0]->sub2.'<br>';
echo '3. '.$st_data[0]->sub3.'<br>';
echo '4. '.$st_data[0]->sub4.'<br>';
echo '5. '.$st_data[0]->sub5.'<br>';
echo '6. '.$st_data[0]->sub6.'<br>';
if($st_data[0]->std_class=='HSC'){
echo '7. '.$st_data[0]->sub7.'<br>';
}
?>
</p>
<div style="float:right;margin-top:60px; margin-right:20px">
<b>----------------------------------</b><br>
(Principal's Seal and Signature)
</div>
</div>
</div>
</div>
</page>