?
Current Path : /home1/savoy/public_html/savoyglobal.net/koolkids/school/application/views/Calendar/ |
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/koolkids/school/application/views/Calendar/singleevent.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?> <span class="section_content_top"></span> <div class="section_content_inner"> <?php $attributes=array('class'=>'search_form','id'=>'validateform'); echo form_open('',$attributes); ?> <input type="hidden" value="<?=$event->id;?>" name="masterid"/> <!--[if !IE]>start fieldset<![endif]--> <fieldset> <!--[if !IE]>start forms<![endif]--> <div class="forms"> <div class="backicon"> <a href="#" onclick="viewdata('calendar','viewincalendarsearch','searchcalendar','viewevent','<?=$_SESSION['pagenum'];?>')"> <img src="<?=base_url()?>assets/images/backicon.png" alt="back-icon" title="Back"/> </a> </div> <h3>Event Details</h3> <!--[if !IE]>start row<![endif]--> <div class="row"> <label>Start Date</label> <div class="inputs"> <?=$this->mastermodel->convertdatenormalformat($event->start_date);?> </div> </div> <!--[if !IE]>end row<![endif]--> <!--[if !IE]>start row<![endif]--> <div class="row"> <label>End Date</label> <div class="inputs"> <?=$this->mastermodel->convertdatenormalformat($event->end_date);?> </div> </div> <!--[if !IE]>end row<![endif]--> <!--[if !IE]>start row<![endif]--> <div class="row"> <label>Event Title</label> <div class="inputs"> <?=$event->title;?> </div> </div> <!--[if !IE]>end row<![endif]--> <div class="row"> <label>Description</label> <div class="inputs"> <?=$event->description;?> </div> </div> <!--[if !IE]>end row<![endif]--> </div> <!--[if !IE]>end forms<![endif]--> </fieldset> <!--[if !IE]>end fieldset<![endif]--> <?php echo form_close(); ?> </div> <span class="section_content_bottom"></span>