<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
<h3 class="head-title"><i class="fa fa-lock"></i><small> <?php echo $this->lang->line('my_profile'); ?></small></h3>
<ul class="nav navbar-right panel_toolbox">
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a></li>
</ul>
<div class="clearfix"></div>
</div>
<div class="x_content quick-link">
<?php $this->load->view('profile/quick-link'); ?>
</div>
<div class="x_content">
<div class="" data-example-id="togglable-tabs">
<ul class="nav nav-tabs bordered">
<li class="<?php if(isset($info)){ echo 'active'; }?>"><a href="#tab_profile" role="tab" data-toggle="tab" aria-expanded="true"><i class="fa fa-eye"></i> <?php echo $this->lang->line('profile'); ?></a> </li>
<li class=""><a href="#tab_social_info" role="tab" data-toggle="tab" aria-expanded="true"><i class="fa fa-share"></i> <?php echo $this->lang->line('social_link'); ?></a> </li>
<li class="<?php if(isset($update)){ echo 'active'; }?>"><a href="#tab_update" role="tab" data-toggle="tab" aria-expanded="false"><i class="fa fa-pencil-square-o"></i> <?php echo $this->lang->line('update'); ?></a> </li>
</ul>
<br/>
<div class="tab-content">
<div class="tab-pane fade in <?php if(isset($info)){ echo 'active'; }?>" id="tab_profile">
<div class="x_content">
<div class="col-md-12">
<div class="profile_img">
<?php if($profile->photo){ ?>
<img src="<?php echo UPLOAD_PATH; ?>/teacher-photo/<?php echo $profile->photo; ?>" alt="" width="100" />
<?php }else{ ?>
<img class="" src="<?php echo IMG_URL; ?>default-user.png" width="100" alt="Avatar" title="Avatar">
<?php } ?>
<h3><?php echo $profile->name; ?></h3><br/>
</div>
</div>
<table id="datatable-responsive" class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
<tbody>
<tr>
<th><?php echo $this->lang->line('name'); ?></th>
<td><?php echo $profile->name; ?></td>
<th><?php echo $this->lang->line('department'); ?></th>
<td><?php echo $profile->department; ?></td>
</tr>
<tr>
<th><?php echo $this->lang->line('email'); ?></th>
<td><?php echo $profile->email; ?></td>
<th><?php echo $this->lang->line('phone'); ?></th>
<td><?php echo $profile->phone; ?></td>
</tr>
<tr>
<th><?php echo $this->lang->line('present_address'); ?></th>
<td><?php echo $profile->present_address; ?></td>
<th><?php echo $this->lang->line('permanent_address'); ?></th>
<td><?php echo $profile->permanent_address; ?></td>
</tr>
<tr>
<th><?php echo $this->lang->line('gender'); ?></th>
<td><?php echo $this->lang->line($profile->gender); ?></td>
<th><?php echo $this->lang->line('blood_group'); ?></th>
<td><?php echo $this->lang->line($profile->blood_group); ?></td>
</tr>
<tr>
<th><?php echo $this->lang->line('religion'); ?></th>
<td><?php echo $profile->religion; ?></td>
<th><?php echo $this->lang->line('birth_date'); ?></th>
<td><?php echo date('M j,Y', strtotime($profile->dob)); ?></td>
</tr>
<tr>
<th><?php echo $this->lang->line('join_date'); ?></th>
<td><?php echo date('M j,Y', strtotime($profile->joining_date)); ?></td>
<th><?php echo $this->lang->line('other_info'); ?></th>
<td><?php echo $profile->other_info; ?></td>
</tr>
<tr>
<th><?php echo $this->lang->line('resume'); ?></th>
<td>
<?php if($profile->resume){ ?>
<a target="_blank" href="<?php echo UPLOAD_PATH; ?>/teacher-resume/<?php echo $profile->resume; ?>" class="btn btn-success btn-xs"> <i class="fa fa-download"></i> <?php echo $this->lang->line('download'); ?></a>
<?php } ?>
</td>
<th><?php echo $this->lang->line('resign_date'); ?></th>
<td><?php echo $profile->resign_date != '' ? date('M j,Y', strtotime($profile->resign_date)) : ''; ?></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="tab-pane fade in" id="tab_social_info" >
<table class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
<tbody>
<tr>
<th><?php echo $this->lang->line('facebook_url'); ?></th>
<td><?php echo $profile->facebook_url; ?></td>
<th><?php echo $this->lang->line('linkedin_url'); ?></th>
<td><?php echo $profile->linkedin_url; ?></td>
</tr>
<tr>
<th><?php echo $this->lang->line('twitter_url'); ?></th>
<td><?php echo $profile->twitter_url; ?></td>
<th><?php echo $this->lang->line('instagram_url'); ?></th>
<td><?php echo $profile->instagram_url; ?></td>
</tr>
<tr>
<th><?php echo $this->lang->line('pinterest_url'); ?></th>
<td><?php echo $profile->pinterest_url; ?></td>
<th><?php echo $this->lang->line('youtube_url'); ?></th>
<td><?php echo $profile->youtube_url; ?></td>
</tr>
<tr>
<th><?php echo $this->lang->line('is_view_on_web'); ?></th>
<td colspan="3"><?php echo $profile->is_view_on_web ? $this->lang->line('yes') : $this->lang->line('no'); ?></td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane fade in" id="tab_update">
<div class="x_content">
<?php echo form_open_multipart(site_url('profile/update/'. $profile->id), array('name' => 'profile', 'id' => 'profile', 'class'=>'form-horizontal form-label-left'), ''); ?>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<h5 class="column-title"><strong><?php echo $this->lang->line('basic_information'); ?>:</strong></h5>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="name"><?php echo $this->lang->line('name'); ?> (English) <span class="required">*</span></label>
<input class="form-control col-md-7 col-xs-12" name="name" id="name" value="<?php echo isset($profile->name) ? $profile->name : ''; ?>" placeholder="<?php echo $this->lang->line('name'); ?>" required="required" type="text" autocomplete="off">
<div class="help-block"><?php echo form_error('name'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="name"><?php echo $this->lang->line('name'); ?> (Bangla)<span class="required">*</span></label>
<input class="form-control col-md-7 col-xs-12" name="name_bn" id="name_bn" value="<?php echo isset($profile->name_bn) ? $profile->name_bn : ''; ?>" placeholder="<?php echo $this->lang->line('name'); ?>" required="required" type="text" autocomplete="off">
<div class="help-block"><?php echo form_error('name_bn'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="national_id"><?php echo $this->lang->line('national_id'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="national_id" id="national_id" value="<?php echo isset($profile->national_id) ? $profile->national_id : ''; ?>" placeholder="<?php echo $this->lang->line('national_id'); ?>" type="text" autocomplete="off">
<div class="help-block"><?php echo form_error('national_id'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="phone"><?php echo $this->lang->line('phone'); ?> <span class="required">*</span></label>
<input class="form-control col-md-7 col-xs-12" name="phone" id="phone" value="<?php echo isset($profile->phone) ? $profile->phone : ''; ?>" placeholder="<?php echo $this->lang->line('phone'); ?>" required="required" type="text" autocomplete="off">
<div class="help-block"><?php echo form_error('phone'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="gender"><?php echo $this->lang->line('gender'); ?> <span class="required">*</span></label>
<select class="form-control col-md-7 col-xs-12" name="gender" id="gender" required="required">
<option value="">--<?php echo $this->lang->line('select'); ?>--</option>
<?php $genders = get_genders(); ?>
<?php foreach($genders as $key=>$value){ ?>
<option value="<?php echo $key; ?>" <?php if($profile->gender == $key){ echo 'selected="selected"';} ?>><?php echo $value; ?></option>
<?php } ?>
</select>
<div class="help-block"><?php echo form_error('gender'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="blood_group"><?php echo $this->lang->line('blood_group'); ?> </label>
<select class="form-control col-md-7 col-xs-12" name="blood_group" id="blood_group">
<option value="">--<?php echo $this->lang->line('select'); ?>--</option>
<?php $bloods = get_blood_group(); ?>
<?php foreach($bloods as $key=>$value){ ?>
<option value="<?php echo $key; ?>" <?php if($profile->blood_group == $key){ echo 'selected="selected"';} ?>><?php echo $value; ?></option>
<?php } ?>
</select>
<div class="help-block"><?php echo form_error('blood_group'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="religion"><?php echo $this->lang->line('religion'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="religion" id="religion" value="<?php echo isset($profile->religion) ? $profile->religion : ''; ?>" placeholder="<?php echo $this->lang->line('religion'); ?>" type="text" autocomplete="off">
<div class="help-block"><?php echo form_error('religion'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="dob"><?php echo $this->lang->line('birth_date'); ?> <span class="required">*</span></label>
<input class="form-control col-md-7 col-xs-12" name="dob" id="edit_dob" value="<?php echo isset($profile->dob) ? date('d-m-Y', strtotime($profile->dob)) : ''; ?>" placeholder="<?php echo $this->lang->line('birth_date'); ?>" type="text" autocomplete="off">
<div class="help-block"><?php echo form_error('dob'); ?></div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="item form-group">
<label for="present_address"><?php echo $this->lang->line('present_address'); ?></label>
<textarea class="form-control col-md-7 col-xs-12 textarea-4column" name="present_address" id="present_address" placeholder="<?php echo $this->lang->line('present_address'); ?>"><?php echo isset($profile->present_address) ? $profile->present_address : ''; ?></textarea>
<div class="help-block"><?php echo form_error('present_address'); ?></div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="item form-group">
<label for="permanent_address"><?php echo $this->lang->line('permanent_address'); ?></label>
<textarea class="form-control col-md-7 col-xs-12 textarea-4column" name="permanent_address" id="permanent_address" placeholder="<?php echo $this->lang->line('permanent_address'); ?>"><?php echo isset($profile->permanent_address) ? $profile->permanent_address : ''; ?></textarea>
<div class="help-block"><?php echo form_error('permanent_address'); ?></div>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<h5 class="column-title"><strong><?php echo $this->lang->line('academic_information'); ?>:</strong></h5>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="email"><?php echo $this->lang->line('email'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="email" id="email" value="<?php echo isset($profile->email) ? $profile->email :''; ?>" placeholder="<?php echo $this->lang->line('email'); ?>" type="email" autocomplete="off">
<div class="help-block"><?php echo form_error('email'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="username"><?php echo $this->lang->line('username'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="username" id="username" readonly="readonly" value="<?php echo isset($profile->username) ? $profile->username :''; ?>" placeholder="<?php echo $this->lang->line('username'); ?>" type="text" autocomplete="off">
<div class="help-block"><?php echo form_error('username'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="joining_date"><?php echo $this->lang->line('join_date'); ?></label>
<input class="form-control col-md-7 col-xs-12" name="joining_date" id="edit_joining_date" value="<?php echo isset($profile->joining_date) ? date('d-m-Y', strtotime($profile->joining_date)) : ''; ?>" placeholder="<?php echo $this->lang->line('join_date'); ?>" readonly="readonly" type="text" autocomplete="off">
<div class="help-block"><?php echo form_error('joining_date'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="resume"><?php echo $this->lang->line('resume'); ?> </label>
<div class="btn btn-default btn-file">
<i class="fa fa-paperclip"></i> <?php echo $this->lang->line('upload'); ?>
<input class="form-control col-md-7 col-xs-12" name="resume" id="resume" type="file">
</div>
<div class="text-info"><?php echo $this->lang->line('valid_file_format_doc'); ?></div>
<div class="help-block"><?php echo form_error('resume'); ?></div>
<input type="hidden" name="prev_resume" id="prev_resume" value="<?php echo $profile->resume; ?>" />
<?php if($profile->resume){ ?>
<a target="_blank" href="<?php echo UPLOAD_PATH; ?>/teacher-resume/<?php echo $profile->resume; ?>" class="btn btn-success btn-xs"> <i class="fa fa-download"></i> <?php echo $this->lang->line('download'); ?></a> <br/>
<?php } ?>
</div>
</div>
</div>-->
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<h5 class="column-title"><strong><?php echo $this->lang->line('research_profile_link'); ?>:</strong></h5>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="gcholar_url"><?php echo $this->lang->line('gcholar_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="gcholar_url" id="gcholar_url" value="<?php echo isset($profile->gcholar_url) ? $profile->gcholar_url : ''; ?>" placeholder="<?php echo $this->lang->line('gcholar_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('gcholar_url'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="orchid_url"><?php echo $this->lang->line('orchid_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="orchid_url" id="orchid_url" value="<?php echo isset($profile->orchid_url) ? $profile->orchid_url : ''; ?>" placeholder="<?php echo $this->lang->line('orchid_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('orchid_url'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="rgate_url"><?php echo $this->lang->line('rgate_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="rgate_url" id="rgate_url" value="<?php echo isset($profile->rgate_url) ? $profile->rgate_url : ''; ?>" placeholder="<?php echo $this->lang->line('rgate_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('rgate_url'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="scopus_url"><?php echo $this->lang->line('scopus_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="scopus_url" id="scopus_url" value="<?php echo isset($profile->scopus_url) ? $profile->scopus_url : ''; ?>" placeholder="<?php echo $this->lang->line('scopus_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('scopus_url'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="scopus_url"><?php echo $this->lang->line('academia_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="academia_url" id="academia_url" value="<?php echo isset($profile->academia_url) ? $profile->academia_url : ''; ?>" placeholder="<?php echo $this->lang->line('academia_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('academia_url'); ?></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<h5 class="column-title"><strong><?php echo $this->lang->line('social_link'); ?>:</strong></h5>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-12" style="display:none;">
<div class="item form-group">
<label for="is_view_on_web"><?php echo $this->lang->line('is_view_on_web'); ?> </label>
<select class="form-control col-md-7 col-xs-12" name="is_view_on_web" id="is_view_on_web">
<option value="">--<?php echo $this->lang->line('select'); ?>--</option>
<option value="1" <?php if($profile->is_view_on_web == 1){ echo 'selected="selected"';} ?>><?php echo $this->lang->line('yes'); ?></option>
<option value="0" <?php if($profile->is_view_on_web == 0){ echo 'selected="selected"';} ?>><?php echo $this->lang->line('no'); ?></option>
</select>
<div class="help-block"><?php echo form_error('is_view_on_web'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="facebook_url"><?php echo $this->lang->line('facebook_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="facebook_url" id="facebook_url" value="<?php echo isset($profile->facebook_url) ? $profile->facebook_url : ''; ?>" placeholder="<?php echo $this->lang->line('facebook_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('facebook_url'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="linkedin_url"><?php echo $this->lang->line('linkedin_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="linkedin_url" id="linkedin_url" value="<?php echo isset($profile->linkedin_url) ? $profile->linkedin_url : ''; ?>" placeholder="<?php echo $this->lang->line('linkedin_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('linkedin_url'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="twitter_url"><?php echo $this->lang->line('twitter_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="twitter_url" id="twitter_url" value="<?php echo isset($profile->twitter_url) ? $profile->twitter_url : ''; ?>" placeholder="<?php echo $this->lang->line('twitter_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('twitter_url'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="instagram_url"><?php echo $this->lang->line('instagram_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="instagram_url" id="instagram_url" value="<?php echo isset($profile->instagram_url) ? $profile->instagram_url : ''; ?>" placeholder="<?php echo $this->lang->line('instagram_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('instagram_url'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="youtube_url"><?php echo $this->lang->line('youtube_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="youtube_url" id="youtube_url" value="<?php echo isset($profile->youtube_url) ? $profile->youtube_url : ''; ?>" placeholder="<?php echo $this->lang->line('youtube_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('youtube_url'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<label for="pinterest_url"><?php echo $this->lang->line('pinterest_url'); ?> </label>
<input class="form-control col-md-7 col-xs-12" name="pinterest_url" id="pinterest_url" value="<?php echo isset($profile->pinterest_url) ? $profile->pinterest_url : ''; ?>" placeholder="<?php echo $this->lang->line('pinterest_url'); ?>" type="url" autocomplete="off">
<div class="help-block"><?php echo form_error('pinterest_url'); ?></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<h5 class="column-title"><strong>Other Info:</strong></h5>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="item form-group">
<label for="other_info"><?php echo $this->lang->line('other_info'); ?> </label>
<textarea class="form-control col-md-7 col-xs-12 textarea-4column" name="other_info" id="other_info" placeholder="<?php echo $this->lang->line('other_info'); ?>"><?php echo isset($profile->other_info) ? $profile->other_info : ''; ?></textarea>
<div class="help-block"><?php echo form_error('other_info'); ?></div>
</div>
<div class="item form-group">
<label for="other_info">Short Biography </label>
<textarea class="form-control col-md-7 col-xs-12 textarea-4column" name="short_bio" id="short_bio" placeholder="Short Biography"><?php echo isset($profile->short_bio) ? $profile->short_bio : ''; ?></textarea>
<div class="help-block"><?php echo form_error('short_bio'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="item form-group">
<input type="hidden" name="prev_photo" id="prev_photo" value="<?php echo $profile->photo; ?>" />
<?php if($profile->photo){ ?>
<img src="<?php echo UPLOAD_PATH; ?>/teacher-photo/<?php echo $profile->photo; ?>" alt="" width="70" /><br/><br/>
<?php } ?>
</div>
<div class="item form-group">
<label for="photo"><?php echo $this->lang->line('photo'); ?> </label>
<div class="btn btn-default btn-file">
<i class="fa fa-paperclip"></i> <?php echo $this->lang->line('upload'); ?>
<input class="form-control col-md-7 col-xs-12" name="photo" id="photo" placeholder="" type="file">
</div>
<div class="text-info"><?php echo $this->lang->line('dimension'); ?>:- Max-W: 120px, Max-H: 130px</div>
<div class="text-info"><?php echo $this->lang->line('valid_file_format_img'); ?></div>
<div class="help-block"><?php echo form_error('photo'); ?></div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-12">
<br /> <br /> <br />
<div class="item form-group">
<input type="hidden" name="prev_resume" id="prev_resume" value="<?php echo $profile->resume; ?>" />
<?php if($profile->resume){ ?>
<a target="_blank" href="<?php echo UPLOAD_PATH; ?>/teacher-resume/<?php echo $profile->resume; ?>" class="btn btn-success btn-xs"> <i class="fa fa-download"></i> <?php echo $this->lang->line('download'); ?></a> <br/>
<?php } ?>
<br /> <br />
</div>
<div class="item form-group">
<label for="resume"><?php echo $this->lang->line('resume'); ?> </label>
<div class="btn btn-default btn-file">
<i class="fa fa-paperclip"></i> <?php echo $this->lang->line('upload'); ?>
<input class="form-control col-md-7 col-xs-12" name="resume" id="resume" type="file">
</div>
<div class="text-info"><?php echo $this->lang->line('valid_file_format_doc'); ?></div>
<div class="help-block"><?php echo form_error('resume'); ?></div>
</div>
</div>
</div>
<div class="ln_solid"></div>
<div class="form-group">
<div class="col-md-6 col-md-offset-3">
<a href="<?php echo site_url('profile/index'); ?>" class="btn btn-primary"><?php echo $this->lang->line('cancel'); ?></a>
<input type="hidden" name="id" id="id" value="<?php echo $profile->id; ?>" />
<input type="hidden" name="user_type" id="user_type" value="teacher" />
<button id="send" type="submit" class="btn btn-success"><?php echo $this->lang->line('update'); ?></button>
</div>
</div>
<?php echo form_close(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<link href="<?php echo VENDOR_URL; ?>editor/jquery-te-1.4.0.css" rel="stylesheet">
<script type="text/javascript" src="<?php echo VENDOR_URL; ?>editor/jquery-te-1.4.0.min.js"></script>
<!-- bootstrap-datetimepicker -->
<link href="<?php echo VENDOR_URL; ?>datepicker/datepicker.css" rel="stylesheet">
<script src="<?php echo VENDOR_URL; ?>datepicker/datepicker.js"></script>
<script type="text/javascript">
$('#short_bio').jqte();
$('#other_info').jqte();
$('#dob').datepicker({startView: 2, endDate: "today"});
$('#joining_date').datepicker();
$("#profile").validate();
</script>