?
Current Path : /home1/savoy/www/savoyglobal.net/drafthr/system/application/views/Master/ |
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/Master/viewgeneratedtemplate.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <?php foreach($viewinfo as $updata) { $cover_id=$updata['cover_id']; $name=$updata['name']; $templatetype_id=$updata['template_type']; $template_id=$updata['id']; } $cr=$this->mastermodel->get_data_srow('covers',$cover_id,'id'); $sg=$this->mastermodel->get_data_srow('segment_insurances',$cr->segment_id,'id'); $templatetype=$this->mastermodel->get_data_srow('template_type',$templatetype_id,'id'); $templateform=$this->mastermodel->get_data('template_form',$template_id,'template_id'); $templatetype_full=$this->mastermodel->getdatas('template_type'); ?> <link href="<?=base_url()?>/assets/css/template.css" rel="stylesheet" type="text/css" /> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" class="clickimage" onclick="loadtemplate('<?=$_SESSION['searchoption']?>','<?=$_SESSION['pagenum']?>','<?=$_SESSION['searchtxt']?>')" alt="Back" align = "center" width="25" height="25" /></label> </div> <div align="center" class="curved"> <div class="header"></div> <div class="content"> <div class="content-full"> <div class="content-head"><h2><?=$name?></h2></div> <?php foreach($templateform as $tform) { echo '<div class="left">'.$tform['labelname'].'</div><div class="right">'.nl2br($tform['value']).'</div><br>'; } ?> </div></div></div>