?
Current Path : /home1/savoy/www/savoyglobal.net/drafthr/system/application/views/Policies/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/savoyglobal.net/drafthr/system/application/views/Policies/singlerenewal.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <script type="text/javascript"> $(document).ready(function(){ //Display Loading Image viewfolderstructure('','','<?=$id?>','<?=$tablename?>','<?=$fieldname?>'); }); </script> <?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ foreach($viewinfo as $updata) { $policyid=$updata['policyid']; $renrefno=$updata['renrefno']; $renewalid=$updata['id']; } $policynum=$this->mastermodel->get_data_srow('policynote',$policyid,'id'); $covername=$this->policiesmodel->get_cover_policy($policyid); $customername=$this->policiesmodel->get_customer_policy($policyid); ?> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" class="clickimage" onclick="loadrenewal('<?=$_SESSION['pagenum']?>','<?=$_SESSION['searchoption']?>','<?=$_SESSION['searchtxt']?>')" alt="Back" align = "center" width="25" height="25" /></label> </div> <fieldset> <legend>Renewal</legend> <ul> <li> <label>Customer Name</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $customername; ?></label></li> <li> <label>Type of Cover</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $covername; ?></label></li> <li> <label for="country">Policy No</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $policynum->policyno; ?></label></li> <li><label>Renewal Ref No</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $renrefno; ?></label></li> <li></li> </ul> </fieldset> <fieldset> <legend>Files</legend> <div id="Folderssv"> </div> </fieldset>