?
Current Path : /home1/savoy/public_html/savoyglobal.net/drafthr/system/application/views/Customer/ |
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/public_html/savoyglobal.net/drafthr/system/application/views/Customer/index.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <?php $this->load->view('header');?> <?php $this->load->view("Customer/customerheader") ?> <?php $this->load->view("commonfunctions") ?> <div id="main"> <input type="hidden" id="editCustHidden" value=""/> <?php $this->load->view('menu');?> <div id="middle"> <?php $this->load->view('leftbar'); ?> <div id="center-column"> <?php $this->load->view('topbar'); ?> <div class="table"> <div id="successdiv" ></div> <div id="loading" align="center"></div> </div> <div id="addmenu"> <?php $this->load->view('Customer/selectbar'); ?> </div> <div id="backmenu" style="display: none"> <?php $this->load->view('Customer/backmenu'); ?> </div> <div class="selectCusttype" id="selectCusttype1" align="center"> <!-- place for select cust type combo --> </div> <div class="custreg" id="custregdiv"> </div> <div style='display:none'> <div id='inline_example1' style='padding:10px; background:#fff;'> </div> </div> <div id="button1"> <div id="customerList"> </div> </div> </div> </div> <?php $this->load->view('footer'); ?> </div>