?
Current Path : /home1/savoy/public_html/savoyglobal.net/chess2015open/application/views/site/ |
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/chess2015open/application/views/site/message.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <?php $this->load->view('site/header'); ?> </head> <body> <?php $this->load->view('site/menu'); ?> <div id="container"> <div class="banner"> <div class="banner_top"></div><!--banner_top end--> <div class="banner_mid_inner"><img src="<?= base_url() ?>assets/images/banners/registration.jpg" alt="About Savoy Global"/></div><!--banner_mid end--> <div class="banner_bot"></div><!--banner_bot end--> </div><!--banner end--> <div class="content"> <div class="content_left_contact"> <script src="<?= base_url() ?>assets/js/jotform_2.js" type="text/javascript"></script> <script type="text/javascript"> JotForm.init(); </script> <link href="<?= base_url() ?>assets/css/formstyle.css" rel="stylesheet" type="text/css" /> <style type="text/css"> .form-label{ width:150px !important; } .form-label-left{ width:150px !important; } .form-line{ padding:10px; } .form-label-right{ width:150px !important; } .form-all{ width:650px; color:Black !important; font-family:Verdana; font-size:12px; } </style> <h2 style="text-align: center;margin-top: 100px;padding-left: 210px;margin-bottom: 100px; ">Registration completed successfully</h2> </div><!--content_left end--> <?php //$this->load->view('site/right'); ?> </div><!--content end--> </div><!--container end--> <?php $this->load->view('site/footer'); ?> </body> </html>