?
Current Path : /home1/savoy/public_html/savoyglobal.net/sibs_draft/system/application/views/Home/ |
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/sibs_draft/system/application/views/Home/eventsmain.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <style> #scrollup { position: relative; overflow: hidden; border: 1px solid #000; height: 200px; width: 200px } .headline { position: absolute; top: 210px; left: 5px; height: 195px; width:190px; } </style> <style type="text/css"> #marqueecontainer{ position: relative; width: 250px; /*marquee width */ height: 150px; /*marquee height */ /*background:lightyellow;*/ overflow: hidden; padding: 2px; padding: 4px; } </style> <div id="events-column-main" > <div > </div> <div id="events-column" style="margin: 20px 0 0 5px; width:100% ; height:100px;" > <div style="float: left;"> <img src="<?php echo base_url() ?>assets/images/cust-search.png" width="50px" height="50px"> </div> <div id="searchCustomer1" style="float: right;"> <label>Search Customer</label><br/> <input type="text" id="searchtext" value="" style="width: 145px;"/> <input type="image" onclick="searchCust1(document.getElementById('searchtext').value,'insured','1')" src="<?php echo base_url() ?>assets/images/button-search.png"/> </div> </div> <div id="Upcomingevents" style=" height: 250px;border-bottom:solid gray 0px; margin: 0px 0 10px 5px; padding-top: 20px;"> <div style="float: left; margin-left: 30px; "> <div style="float:left;"><img alt="Reminder" src="<?php echo base_url() ?>assets/images/reminder.png" width="48px" height="48px"></div> <div id="Upcomingevents1" style="float: right;padding:5px 0 10px 55px;font-size: 14px;"> <label>Reminders</label><br/> </div> </div> <div id="RemiderList1" style=" text-align: left; overflow: hidden; height: 150px; float: left;margin:5px 0 5px 5px;font-size: 12px;"> <div id="marqueecontainer" > <div id="vmarquee" style="position: absolute; width: 98%;"> <?php $i=0; foreach($reminderlist as $remlists) { $i++; echo '<div style=" border: solid black px; padding: 20px 0 0 0;">'; echo '<div style="float:left;padding-left:10px; width:10%;">'.$i.'. </div><div style="width:80%;float:left;"><font color="#207984"><a class="anchor" href="#" onclick="javascript:view_single_remind('.$remlists['id'].')">'. $remlists['remind_name'] .'</a></font></div>'; echo '</div>'; } ?> </div> </div> </div> </div> <!-- <div id="Upcomingevents" style=" height: 250px;border-bottom:solid gray 0px; margin: 0px 0 10px 5px; padding-top: 20px;"> <div style="float: left; margin-left: 30px; "> <div style="float:left;"><img alt="Reminder" src="<?php echo base_url() ?>assets/images/activity.png" width="48px" height="48px"></div> <div id="Upcomingevents1" style="float: right;padding:5px 0 10px 55px;font-size: 14px;"> <label>Activities</label><br/> </div> </div> <div id="RemiderList1" style=" text-align: left; overflow: hidden; height: 150px; float: left;margin:5px 0 5px 5px;font-size: 12px;"> <div id="marqueecontainer" > <div id="vmarquee" style="position: absolute; width: 98%;"> <?php $i=0; foreach($actilist as $remlists) { $i++; echo '<div style=" border: solid black 0px; padding: 20px 0 0 0;">'; echo '<div style="float:left;padding-left:10px; width:10%;">'.$i.'. </div><div style="width:80%;float:left;"><font color="#207984"><a class="anchor" href="#" onclick="javascript:view_single_activity('.$remlists['id'].')">'. $remlists['eventname'] .'</a></font></div>'; echo '</div>'; } ?> </div> </div> </div> </div> --> <div id="Upcomingevents" style=" height: 250px;border-bottom:solid gray 0px; margin: 0px 0 10px 5px; padding-top: 20px;"> <div style="float: left; margin-left: 30px; "> <div style="float:left;"><img alt="Reminder" src="<?php echo base_url() ?>assets/images/payment shedule.png" width="48px" height="48px"></div> <div id="Upcomingevents1" style="float: right;padding:5px 0 10px 25px;font-size: 14px;"> <label>Payment Schedule</label><br/> </div> </div> <div id="RemiderList1" style=" text-align: left; overflow: hidden; height: 150px; float: left;margin:5px 0 5px 5px;font-size: 12px;"> <div id="marqueecontainer" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"> <div id="vmarquee" style="position: absolute; width: 98%;"> <?php $i=0; foreach($schedulde as $sche) { $i++; $policy_no= $this->customermodel->getSingleFieldValue('policynote','policyno','id',$sche['policy_id']); echo '<div style=" border: solid black px; padding: 20px 0 0 0;">'; echo '<div style="float:left;padding-left:10px; width:10%;">'.$i.'. </div><div style="width:80%;float:left;"><font color="#207984"><a class="anchor" href="#" onclick="javascript:view_single_sche('.$sche['id'].')">'. $policy_no .'</a></font></div>'; echo '</div>'; } ?> </div> </div> </div> </div> </div>