?
Current Path : /home1/savoy/public_html/savoyglobal.net/sibsmoved/system/application/views/Settings/ |
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/sibsmoved/system/application/views/Settings/currency.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <?php $this->load->view('header'); ?> <script type="text/javascript"> $(document).ready(function(){ //Display Loading Image showcurrency(1,'countryname',''); }); function showcurrency(pageno,field,text) { $("#viewcurrency").empty().html('<CENTER><img src="<?=base_url()?>/assets/images/loading.gif" class="loading"/></CENTER>'); $("#viewcurrency").load("<?= site_url('settings/viewcurrency/') ?>" +"/" + pageno + "/"+field+"/"+text); } </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='viewcurrency' style='padding:10px;float:left; width: 100%'> <!-- <input type="button" onmousemove="showcurrency(1,'countryname','')" value="click"/> $this->load->view('Settings/currencypage'); ?>--> </div> <div style="display:none"> <div id='editReminder' style='padding:10px; background:#fff;'> </div> </div> </div> </div> <?php $this->load->view('footer'); ?> </div> </body> </html>