?
Current Path : /home1/savoy/public_html/savoyglobal.net/piadraft/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/piadraft/system/application/views/Settings/reminder.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <?php $this->load->view('header'); ?> <script> $(document).ready(function(){ //Display Loading Image showreminder(1,'remind_name',''); }); function showreminder(pageno,field,text) { $("#viewReminder").empty().html('<CENTER><img src="<?=base_url()?>/assets/images/loading.gif" class="loading"/></CENTER>'); $("#viewReminder").load("<?= site_url('settings/viewremind/') ?>" +"/" + 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='viewReminder' style='padding:10px;float:left; width: 100%'> <?php // $this->load->view('Settings/reminderpage'); ?> </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>