?
Current Path : /home1/savoy/www/savoyglobal.net/drafthr/system/application/views/Documents/ |
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/Documents/singlequotation.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <script> jQuery(document).ready(function () { $('.one').datepick({dateFormat: 'dd-mm-yyyy'}); viewfolderstructure('','','<?=$id?>','<?=$tablename?>','<?=$fieldname?>'); }); function valform() { var a= document.getElementById('broid').value; } </script> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" class="clickimage" onclick="showquotation('<?=$_SESSION['pagenum']?>','<?=$_SESSION['searchoption']?>','<?=$_SESSION['searchtxt']?>')" alt="Back" align = "center" width="25" height="25" /></label> </div> <?php foreach($details as $updata) { $cover_id=$updata['cover_id']; $header=$updata['template_header']; $customer_id=$updata['customer_id']; $brokingslip_id=$updata['id']; $qrefno=$updata['quotation_ref']; $date=$this->mastermodel->convdatformat($dates); $cvr= $this->customermodel->getSingleFieldValue('covers','cover','id',$cover_id); $type=$this->customermodel->getSingleFieldValue('customers','type','id',$customer_id); if($type=='Individual') { $name=$this->customermodel->getSingleFieldValue('customer_personal_ind','insured','customer_id',$customer_id); $business='NIL'; } else { $name=$this->customermodel->getSingleFieldValue('customer_corp_info','insured','customer_id',$customer_id); } } ?> <fieldset><legend>Quotation</legend> <ul > <li> <label>Quotation Ref : </label><?=$qrefno?> </li> <li> <label>Cover Name :</label><?=$cvr?> </li> <li> <label>Insured :</label><?=$name?> </li> <li> <label>Template Name :</label><?=$header?> </li> <li> <label>Date:</label> <?php echo $date; ?> </li> </ul> </fieldset> <fieldset> <legend>Files</legend> <div id="Folderssv"> </div> </fieldset>