%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><?php echo $title;?></h3> </div><!-- /input-group --> </div> </div><!-- /.col-lg-6 --> </div> <div class="home-inners"> <div class="container-fluid"> <div class="row"> <form method="post" action="<?php echo site_url('user/insert_user/');?>"> <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>User Detail</label> <label for="inputEmail" class="sr-only"><?php echo $this->lang->line('user_name');?></label> <input type="text" id="inputEmail" name="email" class="form-control" value="<?=$_POST['email']?>" placeholder="<?php echo $this->lang->line('user_name');?>" autocomplete=off required autofocus> </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" class="form-control" autocomplete=off placeholder="<?php echo $this->lang->line('password');?>" required > </div> <div class="form-group"> <label for="inputEmail" class="sr-only"><?php echo $this->lang->line('first_name');?></label> <input type="text" autocomplete=off name="first_name" value="<?=$_POST['first_name']?>" class="form-control" 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" value="<?=$_POST['last_name']?>" autocomplete=off class="form-control" 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('user_email');?></label> <input type="email" autocomplete=off name="user_email" class="form-control" value="<?php echo $result['user_email'];?>" placeholder="<?php echo $this->lang->line('user_email');?>" /> </div> <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="<?=$_POST['system_id']?>" autocomplete=off class="form-control" placeholder="<?php echo $this->lang->line('system_id');?>" 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="<?=$_POST['school_name']?>" class="form-control" placeholder="<?php echo $this->lang->line('school_name');?>" autofocus> </div> </div> <div class="col-md-6"> <div class="form-group"> <label ><?php echo $this->lang->line('select_group');?></label> <select class="form-control" name="gid" id="gid" onChange="getexpiry();"> <?php foreach($group_list as $key => $val){ ?> <option value="<?php echo $val['gid'];?>" <?php if($val['gid']==$_POST['gid']) { echo 'selected'; }?>><?php echo $val['group_name'];?></option> <?php } ?> </select> </div> <div class="form-group"> <label for="inputEmail" ><?php echo $this->lang->line('subscription_expired');?></label> <input type="text" name="subscription_expired" id="subscription_expired" class="form-control" placeholder="<?php echo $this->lang->line('subscription_expired');?>" 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" value="<?=$_POST['contact_no']?>" autocomplete=off class="form-control" 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('address');?></label> <input type="text" autocomplete=off name="address" value="<?=$_POST['address']?>" class="form-control" placeholder="<?php echo $this->lang->line('address');?>" autofocus> </div> <div class="form-group"> <label><?php echo $this->lang->line('account_type');?></label> <select class="form-control" name="su"> <option value="0"><?php echo $this->lang->line('user');?></option> <?php if($su>1) { ?> <option value="1"><?php echo $this->lang->line('administrator');?></option> <option value="2"><?php echo $this->lang->line('super_administrator');?></option> <?php } ?> </select> </div> </div> <div class="col-md-12"> <a class="btn btn-default button6" href="<?=base_url('user')?>"><?php echo $this->lang->line('cancel');?></a> <button class="btn btn-default button3" type="submit"><?php echo $this->lang->line('submit');?></button> </div> </div> </form> </div> </div> </div> </div> <script> getexpiry(); </script>