%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<div class="wrapper d-flex align-items-stretch"> <?php include('_parts/admin_sidebar.php') ?> <div id="content"> <?php include('_parts/admin_internal_header.php') ?> <div class="main-body"> <p style="padding-left: 25%; color: green; paddting-bottom:20px;"> <?php if($this->session->flashdata('success')){ echo $this->session->flashdata('success'); } ?> </p> <div class="headings"> <h4><?php if($row['userImage']!=''){ ?> <img src="<?=base_url('attachments/userimages/'.$row['userImage'])?>" class="rounded-circle" width="90" height="100"> <?php } ?> <?php echo $row['fullName'];?>'s profile</b></h4> <a class="button2" href="<?=base_url('adminlogin/sendlogindetails?uid='.$row['id'])?>" style="margin-left:10px;">Send Login Details</a> <button name="Submit2" type="button" class="button3" value="Back" onClick="javascript:history.go(-1)"><i class="fa fa-angle-left" aria-hidden="true"></i> Back</button> </div> <div class="white-box"> <form name="updateticket" id="updateticket" method="post"> <table class="table3"> <tr height="50"> <td><b>Reg Date:</b></td> <td><?php echo htmlentities($row['regDate']); ?></td> </tr> <tr height="50"> <td><b>User Email:</b></td> <td><?php echo htmlentities($row['userEmail']); ?></td> </tr> <tr height="50"> <td><b>User Contact no:</b></td> <td><?php echo htmlentities($row['contactNo']); ?></td> </tr> <tr height="50"> <td><b>Programme Name:</b></td> <td><?php echo htmlentities($row['programme_name']); ?></td> </tr> <tr height="50"> <td><b>Academic Year:</b></td> <td><?php echo htmlentities($row['academic_year']); ?></td> </tr> <tr height="50"> <td><b>Registration/Enrollment Number:</b></td> <td><?php echo htmlentities($row['enrollment_no']); ?></td> </tr> <tr height="50"> <td><b>Address:</b></td> <td><?php echo htmlentities($row['address']); ?></td> </tr> <tr height="50"> <td><b>State:</b></td> <td><?php echo htmlentities($row['State']); ?></td> </tr> <tr height="50"> <td><b>Country:</b></td> <td><?php echo htmlentities($row['country']); ?></td> </tr> <tr height="50"> <td><b>Pincode:</b></td> <td><?php echo htmlentities($row['pincode']); ?></td> </tr> <tr height="50"> <td><b>Last Updation:</b></td> <td><?php echo htmlentities($row['updationDate']); ?></td> </tr> <tr height="50"> <td><b>Status:</b></td> <td><?php if($row['status']==1) { echo "Active"; } else{ echo "Block"; } ?></td> </tr> </table> </form> </div> </div> </div> </div> <script src="<?=base_url('assets/js/popper.js'); ?>"></script> <script src="<?=base_url('assets/js/main.js'); ?>"></script>