?
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/ourbranch.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <?php $this->load->view('header'); ?> <script> $(document).ready(function(){ //Display Loading Image showourbranch(1,'branchname',''); }); function showourbranch(pageno,field,text) { text = text.replace(/ /g,"~"); text = text.replace(/\//g,"_"); $("#viewBranch").empty().html('<CENTER><img src="<?=base_url()?>/assets/images/loading.gif" class="loading"/></CENTER>'); $("#viewBranch").load("<?= site_url('master/viewourbranch/') ?>" +"/" + pageno + "/"+field+"/"+text); } function loadcitydiv(val) { $("#loadcity").empty().html('<CENTER><img src="<?=base_url()?>/assets/images/loading.gif" class="loading"/></CENTER>'); $("#loadcity").load("<?= site_url('master/loadcitydiv/') ?>" +"/" +val ); } </script> <div id="main"> <?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='viewBranch' style='padding:10px;float:left; width: 100%'> <?php // $this->load->view('Settings/reminderpage'); ?> </div> <div style="display:none"> <div id='editBranch' style='padding:10px; background:#fff;'> </div> </div> </div> </div> <?php $this->load->view('footer'); ?> </div> </body> </html>