?
Current Path : /home1/savoy/www/savoyglobal.net/sibs_draft/system/application/views/Claims/ |
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/sibs_draft/system/application/views/Claims/singleclaimforms.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) { $claimformid = $updata['id']; $cover_id = $updata['cover_id']; $company_id = $updata['company_id']; $formname = $updata['formname']; } $coname = $this->mastermodel->get_data_srow('insurance_company',$company_id,'id'); $cover = $this->mastermodel->get_data_srow('covers',$cover_id,'id'); ?> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" class="clickimage" onclick="loadclaimforms('<?=$_SESSION['pagenum']?>','<?=$_SESSION['searchoption']?>','<?=$_SESSION['searchtxt']?>')" alt="Back" align = "center" width="25" height="25" /></label> </div> <fieldset> <legend>Claim Forms</legend> <ul> <li> <label for="country">Claim Form Name</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $formname; ?></label></li> <li> <label>Inurance Company</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $coname->company_name; ?></label></li> <li> <label>Type of Cover</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $cover->cover; ?></label></li><li></li> <li></li> </ul> </fieldset> <fieldset> <legend>Files</legend> <div id="Folderssv"> </div> </fieldset>