%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"> <div class="headings"> <h4><?php echo htmlentities($row['full_name']);?>'s Profile</h4> </div> <div class="white-box"> <div class="form1"> <div class="form-panel"> <?php if($_GET['msg']) { ?> <div class="alert alert-success alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <b>Well done!</b> Profile updated successfully</div> <?php } ?> <?php if($errormsg){ ?> <div class="alert alert-danger alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> <b>Oh snap!</b> </b> <?php echo htmlentities($errormsg);?></div> <?php } ?> <h6><b>Last Updated at :</b> <?php echo htmlentities($row['updationDate']);?></h6> <form id="form" class="form-horizontal style-form" method="post" name="profile" enctype="multipart/form-data"> <ul> <li> <label>Full Name <span style="color:red;">*</span></label> <input type="text" id="full_name" name="full_name" maxlength="100" value="<?php echo htmlentities($row['full_name']);?>" class="form-control"> <span id="fullname_validation" style="font-size:12px;color:red;"></span> </li> <li> <label>User Email <span style="color:red;">*</span></label> <input type="email" required="required" value="<?php echo htmlentities($row['username']);?>" class="form-control" readonly> </li> <li> <label>Mobile Number</label> <input type="text" id="mobile_no" name="mobile_no" maxlength="10" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" value="<?php echo htmlentities($row['mobile_no']);?>" class="form-control"> <span id="contactno_validation" style="font-size:12px;color:red;"></span> </li> <li> <label>User Photo</label> <?php $userphoto=$row['userImage']; if($userphoto==""): ?> <img src="<?=base_url('assets/imgs/noimage.jpg')?>" width="90" height="100"> <input type="hidden" name="old_image" id="old_image" value="<?=$row['userImage']?>" /> <?php else:?> <img src="<?=base_url('attachments/adminimages/'.$userphoto)?>" width="90" height="100"> <?php endif;?> <input type="file" name="userImage" id="userImage" value="" /> </li> <li> <button onclick="return doSubmit();" type="submit" name="submit" value="submit" class="btn button5">Submit</button> </li> </ul> </form> </div> </div> </div> </div> </div> </div> <script src="<?=base_url('assets/js/popper.js'); ?>"></script> <script src="<?=base_url('assets/js/main.js'); ?>"></script>