?
Current Path : /home1/savoy/www/savoyglobal.net/sibs_draft/system/application/views/Sales/ |
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/Sales/singletelecalling.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ foreach($viewinfo as $updata) { $telecallingid=$updata['id']; $staffid=$updata['staffid']; $leadname = $updata['leadname']; $report=$updata['report']; $reptitle=$updata['reptitle']; $repdate=$updata['repdate']; $contactno=$updata['contactno']; $email=$updata['email']; $repdate=$this->mastermodel->convdatformat($repdate); } $stf=$this->mastermodel->get_data_srow('staffpersonaldetails',$staffid,'id'); ?> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" class="clickimage" onclick="loadtelecalling('<?=$_SESSION['pagenum']?>','<?=$_SESSION['searchoption']?>','<?=$_SESSION['searchtxt']?>')" alt="Back" align = "center" width="25" height="25" /></label> </div> <fieldset> <legend>Tele Calling</legend> <ul> <li> <label>Employee Name</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $stf->name; ?></label></li> <?php $stfper=$this->mastermodel->get_data_srow('staffpersonaldetails',$staffid,'id'); $stfemp=$this->mastermodel->get_data_srow('staffemployeedetails',$staffid,'staffid'); $desg = $this->mastermodel->get_data_srow('designation',$stfemp->designationid,'id'); $dept= $this->mastermodel->get_data_srow('department',$stfemp->deptid,'id'); ?> <li> <fieldset><ul><li><label>Employee No</label><label class="lbl_title"> <?=$stfper->employeeid;?></label></li> <li><label>Designation</label><label class="lbl_title"> <?=$desg->designation;?></label></li> <li><label>Department</label><label class="lbl_title"> <?=$dept->departmentname;?></label></li> </ul> </fieldset></li> <li> <label>Date</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $repdate; ?></label></li> <li> <label for="Name">Lead Name</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $leadname; ?></label></li> <li> <label for="Name">Email</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $email; ?></label></li> <li> <label for="Name">Contact No.</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo $contactno; ?></label></li> <li> <li> <label for="Name">Description</label><label class="lbl_column">:</label> <label class="lbl_title"> <?php echo nl2br($report); ?></label></li> <li></li> <li></li> </ul> </fieldset>