One Hat Cyber Team
Your IP :
172.69.130.199
Server IP :
188.114.97.4
Server :
Linux thuru 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64
Server Software :
Apache/2.4.51 (Unix) OpenSSL/1.0.2k-fips
PHP Version :
7.3.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
thuruk
/
public_html
/
application
/
views
/
View File Name :
event_list.php
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Thuru Kapakaru | Events List </title> <link href="<?php echo base_url();?>public/assets/css/bootstrap.css" rel="stylesheet"> <link href="<?php echo base_url();?>public/assets/css/style.css" rel="stylesheet"> <link href="<?php echo base_url();?>public/assets/css/revolution-slider.css" rel="stylesheet"> <link href="<?php echo base_url();?>public/assets/css/mystyle.css" rel="stylesheet"> <link href="<?php echo base_url();?>public/assets/css/main.css" rel="stylesheet"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <link href="<?php echo base_url();?>public/assets/css/responsive.css" rel="stylesheet"> <script src="https://raw.githubusercontent.com/mebjas/html5-qrcode/master/minified/html5-qrcode.min.js"></script> <?php $page='projects';?> </head> <body> <div class="page-wrapper"> <!-- Preloader --> <!-- <div class="preloader"></div> --> <?php $path = "/resources/includes/header.php"; require_once(__DIR__.$path); ?> <!--Page Title--> <section class="page-title" style="background-image:url(<?php echo base_url();?>public/assets/images/main-slider/1.jpg);"> <div class="auto-container"> <div class="sec-title"> <h1>Most Recent Projects</h1> <h3>- Island wide tree planting project -</h3> </div> </div> </section> <!--Featured Fluid Section--> <section class="featured-fluid-section"> <div class="outer clearfix"> <!--Image Column--> <div class="image-column" style="background-image:url(<?php echo base_url();?>public/assets/images/resource/join-us.jpg);"> </div> <!--Text Column--> <article class="column text-column dark-column wow fadeInRight" data-wow-delay="0ms" data-wow-duration="1500ms" style="background-image:url(<?php echo base_url();?>public/assets/images/main-slider/1.jpg);"> <div class="content-box pull-left"> <h2>Join us<span class="theme_color"> now</span>!</h2> <div class="title-text">“Only when the last tree has died and the last river being poisoned and the last fish being caught will we realize we cannot eat” <br><br><b>-Cree Indian Proverb-</b> </div> <div class="text">Based on the theme “Athulathin Hoda Wemu” the project aims to contribute towards the environmental development in Sri Lanka. This is our invitation to you to sign in to increase the plant population in the country and become a true nature hero. Mother nature has blessed us with many, now it is time for us to give in return. </div> <a href="#" class="theme-btn btn-style-two" data-toggle="modal" data-target="#join-popup">Join Us</a> </div> <div class="clearfix"></div> </article> </div> </div> </section> <!--Sidebar Page--> <div class="sidebar-page"> <div class="auto-container"> <div class="filters-section"> <div class="filter-form"> <h4 class="project-heading">Project Categories</h4> <div class="row"> <a class="links" href="<?php echo base_url();?>ProjectArticles/ProjectType/Up-Coming-Projects"> <div class="col-md-3 col-sm-3 project-categories"> Up-Coming-Projects </div></a> <a class="links" href="<?php echo base_url();?>ProjectArticles/ProjectType/Tree-Planting"> <div class="col-md-3 col-sm-3 project-categories"> Tree-Planting </div></a> <a class="links" href="<?php echo base_url();?>ProjectArticles/ProjectType/Herbal-Garden"> <div class="col-md-3 col-sm-3 project-categories"> Herbal-Garden </div></a> <a class="links" href="<?php echo base_url();?>ProjectArticles/ProjectType/Tree-Nursery"> <div class="col-md-3 col-sm-3 project-categories"> Tree-Nursery </div></a> </div> </div> </div> <div class="row clearfix"> <!--Content Side--> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <!--Events Section / List View--> <section class="events-section list-view no-padd-bottom no-padd-top padd-right-20"> <?php foreach($event_list->result() as $row) :?> <!-- <div class="column default-featured-column style-two col-lg-4 col-md-6 col-sm-6 col-xs-12"> <article class="inner-box"> <figure class="image-box event-figure"> <a href="./event-list"><img src="<?php echo $row->event_image?>" width="200px" alt=""></a> <div class="post-tag">Featured</div> </figure> <div class="content-box"> <h3><a href="#"><?php echo $row->event_name?></a></h3> <div class="column-info"><?php echo $row->event_date?></div> <div class="text"><?php $this->load->helper('text'); echo character_limiter($row->event_description,100);?> </div> <a data-toggle="modal" data-target="#project-popup<?php echo $row->main_events_id ?>" class="theme-btn btn-style-three">Read More</a> </div> </article> </div> --> <div class="column default-featured-column style-two"> <article class="inner-box"> <div class="row clearfix"> <div class="col-md-5 col-sm-5 col-xs-12"> <figure class="image-box"> <img src="<?php echo $row->event_image?>" width="200px" alt=""> </figure> </div> <div class="text-box col-md-7 col-sm-7 col-xs-12"> <div class="content-box"> <h3> <?php echo $row->event_name;?></h3> <div class="text"><?php $this->load->helper('text'); echo character_limiter($row->event_description,100);?> </div> <a data-toggle="modal" data-target="#project-popup<?php echo $row->main_events_id ?>" class="theme-btn btn-style-three">Read More</a> </div> </div> </div> </article> </div> <div class="modal fade pop-box" id="project-popup<?php echo $row->main_events_id ?>" tabindex="-1" role="dialog" aria-labelledby="donate-popup" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <!--Donation Section--> <section class="donation-section"> <div class="donation-form-outer"> <form method="post" action="contact.html"> <!--Form Portlet--> <div class="form-portlet"> <h4> <?php echo $row->event_name;?></h4> <hr> <div class="col-md-6 col-xs-12"> <img class="recent-images" src="<?php echo $row->event_image;?>" alt=""> </div> <div class="row clearfix"> <div class="form-group col-lg-6 col-md-6 col-xs-12"> <p>Name : <?php echo $row->event_name;?></p> <!-- <p>Date: <?php echo $row->created_date;?></p> --> <p><?php echo $row->event_description;?></p> <!-- <a href="./trees"><span class="more-btn">Read More</span></a> --> </div> <div class="recent-box"> <div class="col-md-3 recent-box-left"> <img src=<?php base_url();"./images/plants/Amba.jpeg"?>> </div> </div> </div> </div> </div> </form> </div> </div> </div> <!--Featured Column--> <?php endforeach ; ?> </section> </div> <!--Content Side--> </div> </div> </div> <!--Footer--> <?php include __DIR__.'/resources/includes/footer.php'; ?> </div> <!--End pagewrapper--> <!--Join Popup--> <div class="modal fade pop-box" id="join-popup" tabindex="-1" role="dialog" aria-labelledby="donate-popup" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <!--Donation Section--> <section class="donation-section"> <div class="donation-form-outer"> <form method="post" action="CreateEvent/EventRegistration"> <!--Form Portlet--> <div class="form-portlet"> <h4>Join Us</h4> <div class="row clearfix"> <div class="form-group col-lg-6 col-md-6 col-xs-12"> <div class="field-label">First Name <span class="required">*</span></div> <input type="text" name="fname" value="" placeholder="First Name" required> </div> <div class="form-group col-lg-6 col-md-6 col-xs-12"> <div class="field-label">Last Name <span class="required">*</span></div> <input type="text" name="lname" value="" placeholder="Last Name" required> </div> <div class="form-group col-lg-6 col-md-6 col-xs-12"> <div class="field-label">NIC Number <span class="required">*</span></div> <input type="email" name="nic" value="" placeholder="NIC Number" required> </div> <div class="form-group col-lg-6 col-md-6 col-xs-12"> <div class="field-label">Contact Number <span class="required">*</span></div> <input type="text" name="contact" value="" placeholder="Contact Number" required> </div> <div class="form-group col-lg-6 col-md-6 col-xs-12"> <div class="field-label">Address <span class="required">*</span></div> <input type="text" name="address" value="" placeholder="Address" required> </div> <div class="form-group col-lg-6 col-md-6 col-xs-12"> <div class="field-label">Type <span class="required">*</span></div> <select class="form-control" name="type" id="sel1"> <option>Up-Comming Project</option> <option>Tree Planting</option> <option>Herbal Garden</option> <option>Tree Nursery</option> </select> </div> </div> </div> <br> <div class="text-left"><button type="submit" class="theme-btn btn-style-two">Submit</button></div> </form> </div> </section> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <script src="<?php echo base_url();?>public/assets/js/jquery.js"></script> <script src="<?php echo base_url();?>public/assets/js/bootstrap.min.js"></script> <script src="<?php echo base_url();?>public/assets/js/revolution.min.js"></script> <script src="<?php echo base_url();?>public/assets/js/jquery.fancybox.pack.js"></script> <script src="<?php echo base_url();?>public/assets/js/jquery.fancybox-media.js"></script> <script src="<?php echo base_url();?>public/assets/js/owl.js"></script> <script src="<?php echo base_url();?>public/assets/js/wow.js"></script> <script src="<?php echo base_url();?>public/assets/js/script.js"></script> <script src="http://code.jquery.com/jquery-1.10.2.js"></script> <script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script> </body> </html>