%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="main-wapper-inner">
<div class="top-menus">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<h3><i class="fa fa-user fa-x"></i> <?php echo $title;?></h3>
</div><!-- /input-group -->
</div>
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
<div class="home-inners">
<div class="container-fluid">
<div class="row">
<form method="post" action="<?php echo site_url('user/myprofile/'.$uid);?>" enctype="multipart/form-data">
<div class="form-submit">
<?php
if($this->session->flashdata('message')){
echo $this->session->flashdata('message');
}
?> <div class="col-md-6">
<div class="form-group">
<label>Profile Details</label>
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('user_name');?></label>
<input type="text" autocomplete = 'off' value="<?php echo $result['email'];?>" class="form-control" placeholder="<?php echo $this->lang->line('user_name');?>" readonly>
</div>
<div class="form-group">
<label for="inputPassword" class="sr-only"><?php echo $this->lang->line('password');?></label>
<input type="password" id="inputPassword" name="password" value="" class="form-control" placeholder="<?php echo $this->lang->line('password');?>" >
</div>
<div class="form-group">
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('first_name');?></label>
<input type="text" name="first_name" class="form-control" value="<?php echo $result['first_name'];?>" placeholder="<?php echo $this->lang->line('first_name');?>" autofocus>
</div>
<div class="form-group">
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('last_name');?></label>
<input type="text" name="last_name" class="form-control" value="<?php echo $result['last_name'];?>" placeholder="<?php echo $this->lang->line('last_name');?>" autofocus>
</div>
<div class="form-group">
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('contact_no');?></label>
<input type="text" name="contact_no" class="form-control" value="<?php echo $result['contact_no'];?>" placeholder="<?php echo $this->lang->line('contact_no');?>" autofocus>
</div>
<div class="form-group">
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('user_email');?></label>
<input type="text" name="user_email" class="form-control" value="<?php echo $result['user_email'];?>" placeholder="<?php echo $this->lang->line('email');?>" />
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label><?php echo $this->lang->line('address');?></label>
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('address');?></label>
<input type="text" name="address" value="<?php echo $result['address'];?>" class="form-control" placeholder="<?php echo $this->lang->line('address');?>" autofocus>
</div>
<div class="form-group">
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('school_name');?></label>
<input type="text" name="school_name" value="<?php echo $result['school_name'];?>" class="form-control" placeholder="<?php echo $this->lang->line('school_name');?>" autofocus>
</div>
<?php if($result['system_id']) { ?>
<div class="form-group">
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('system_id');?></label>
<input type="text" name="system_id" value="<?php echo $result['system_id'];?>" class="form-control" placeholder="<?php echo $this->lang->line('system_id');?>" autofocus>
</div>
<?php } if($result['roll_number']) { ?>
<div class="form-group">
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('roll_number');?></label>
<input type="text" name="roll_number" value="<?php echo $result['roll_number'];?>" class="form-control" placeholder="<?php echo $this->lang->line('roll_number');?>" autofocus>
</div>
<?php } ?>
<?php if($result['alternate_email']!=''){?>
<div class="form-group">
<label for="inputEmail" class="sr-only"><?php echo $this->lang->line('alternate_email');?></label>
<input type="text" name="alternate_email" value="<?php echo $result['alternate_email'];?>" class="form-control" placeholder="<?php echo $this->lang->line('alternate_email');?>" autofocus>
</div>
<?php } ?>
<div class="form-group">
<label for="inputEmail" class="sr-only">Upload Profile Image</label>
<?php if($result['profie_image']) { ?>
<img src="<?=base_url('upload/profile_images/'.$result['profie_image'])?>" width="100px" height="80px;" />
<input type="hidden" name="old_image" value="<?=$result['profie_image']?>" />
<?php } ?>
<input type="file" name="profile_image" class="form-control" />
</div>
</div>
<div class="col-md-12">
<button class="btn btn-default button3" type="submit"><?php echo $this->lang->line('submit');?></button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>