-
✘✘✘ WIBUHAX0R1337 ✘✘✘
-
✘
PATCH :
/
home
/
indianstaffing
/
www
/
Upload File:
files >> /home/indianstaffing/www/eventdetails.php
<?php include 'header.php'; $date = date('Y-m-d'); if(isset($_GET['id'])){ $id = trim($_GET['id']); $event_data = GetDataByID('events',$id); } ?> <style type="text/css"> .highlight { color: #c7af8b !important; } .hero_banner{ height:auto!important; } .date { font-size: 12px; padding: 0px 50px 0px 5px; } .fluid-width { background-position: center !important; background-size: cover !important; background-repeat: no-repeat !important } .pd-10 { padding-top: 10px } .es { background-color: #c7af8b !important; color: #000 !important; font-weight: 700 !important; border-radius: 0px !important; margin-top: 10px !important; outline-color: rgba(239, 239, 239, 0) } .es:hover { background-color: #fff !important } .ro .es::before { background: linear-gradient(135deg, #fff 0, #fff 100%) !important } .pdb-70 { padding-bottom: 0px !important } .commentsection { display: none } .mobile { display: none; } /*.sidebar{*/ /* padding: 0 30px;*/ /*}*/ .owl-nav i { background-color: #8d8d91; padding: 1px 10px; border-radius: 100px; } .owl-nav .owl-prev { margin-left: -15px; } .owl-nav .owl-next { margin-right: -15px; } .clap { height: 42px; padding: 2px; border-radius: 2px; } @media (max-width: 768px) { .desktop { display: none; } .mobile { display: inline-block; } .owl-nav { display: none; } .clap { height: 36px; } a.social-icon { width: 32px; } ul.tabs li{ font-size: 12px!important; } .article-icon-box .featured-icon{ height:125px!important; width:125px!important; } } ul.tabs { margin: 0px; padding: 0px; list-style: none; display: flex; justify-content: space-evenly; } ul.tabs li { background: none; color: #222; display: inline-block; padding: 10px 15px; cursor: pointer; margin: 0 5px; font-size: 18px; } ul.tabs li.current { /*background: #012654;*/ color: #012654; border-bottom: 5px solid #012654; } .tab-content { display: none; /*background: #ededed;*/ /*padding: 15px;*/ } .tab-content.current { display: contents; } .rs-team.slider2.modify1.corporate2 { background: #fff; padding: 15px 0; box-shadow: 2px 2px 5px #00000025; } /*.post-wrap { display: block; width: 100%; float: left; }*/ .post-wrap>.post-img { width: 16%; float: left; transform: scale(1.0); transition: 0.5s; border-radius: 25px; } .post-img img { transition: 0.5s; border-radius: 0px; } .post-wrap:hover .post-img img { border-radius: 80% 40%; overflow: hidden; transform: scale(1.1); transition: 0.5s; } .pastList h4 { color: #fff; padding-top: 15px; } .pastList { height: 500px; margin-top: 50px; background: #003373; margin-bottom: 20px; } .pstConferenceList { display: flex; line-height: 35px; flex-direction: column; padding: 0 10px; } .pstConferenceList a { font-size: 12px; line-height: 20px!important; color: #000; } .fw4 { font-weight: 400; font-size: 14px; color: #83a3bf !important; } .article-icon-box .featured-icon{ border-radius: 80% 40%; } ul.tabs{ margin-bottom: 20px; } .hero_banner{ position:relative; } .hero_banner img{ filter:brightness(0.8); } .hero_banner .banner_title{ position:absolute; top:20%; left:5%; } .hero_banner .banner_title h3{ color:#fff; } @media(max-width:768px){ .hero_banner .banner_title h3{ font-size:14px; line-height:14px; margin:0; } } </style> <section class="hero_banner"> <img src="https://codleo.net/codleo.net/digital/isf/mock-up6/assets/images/hero_banner.png"> <div class="banner_title"> <h3> <?=$event_data->heading?> </h3> </div> </section> <!-- About Section Start --> <div id="rs-about" class="rs-about style1 gray-bg2 bg1 md-pt-0 md-pb-20 pt-40 pb-40" style="background: #f3faff;"> <div class="container"> <div class="row"> <div class="col-lg-9 col-md-9 mb-30" align="center"> <div class="row" style="justify-content: center;"> <!-- <div col-md-12 col-sm-3> --> <div class="col-md-12"> <ul class="tabs"> <?php $speaker_name_list = unserialize($event_data->speaker_name); $count_speaker_name = count($speaker_name_list); $sponsors_img_list = unserialize($event_data->sponsors_img); $count_sponsors_img = count($sponsors_img_list); ?> <?php if($count_speaker_name>1){ ?><li class="tab-lin" data-tab="tab-1">Key Speakers</li><?php } ?> <li class="tab-link current" data-tab="tab-2">Program</li> <?php if($count_sponsors_img>1){ ?><li class="tab-link" data-tab="tab-3">Sponsors</li><?php } ?> <?php if(!empty($event_data->videos)){ ?><li class="tab-link" data-tab="tab-4">Videos</li> <?php } ?> <?php if(!empty($event_data->event_report)){ ?><li class="tab-link" data-tab="tab-5">Event Report</li> <?php } ?> </ul> </div> </div> <div id="tab-1" class="tab-content"> <!--testimonial-section--> <section class="cmt-row cmt-bgcolor-grey mt-43 col-md-12"> <div class="container"> <div class="row"> <?php $speaker_profile = unserialize($event_data->speaker_profile); $speaker_name = unserialize($event_data->speaker_name); $speaker_desig = unserialize($event_data->speaker_desig); $linkdin_profile = unserialize($event_data->linkdin_profile); // print_r(count($speaker_profile));die; for($i=0;$i<count($speaker_profile);$i++){ ?> <div class="col-lg-6 col-xs-12" style="margin-bottom: 10px;"> <div class="article-icon-box icon-align-before-content style2"> <div class="flex-item featured-icon" style="height: 170px"> <img style="height:100%;" src="<?=$weburl?>admin/uploads/<?=$speaker_profile[$i]?>" alt=""> </div> <div class="flex-item featured-content pl-20"> <div class="featured-title"> <h4 style=" font-size:18px;margin:0px;; margin:0px;"><a href=" #"><b><?=$speaker_name[$i]?></b> </a></h4> <span style="font-size:13px"> <?=$speaker_desig[$i]?> </span> <?php if(!empty($speaker_name[$i])){ ?> <p><a target="_blank" href="<?=$linkdin_profile[$i]?>" class="btn btn-primary">View profile</a></p> <?php } ?> </div> </div> </div> </div> <?php } ?> </div><!-- row end --> </div> </section> <!--testimonial-section--> </div> <div id="tab-2" class="tab-content current"> <section> <div class="container"> <div class="row"> <div class="txtBox pro-agenda col-md-12"> <div class="right-Program-details" style="display: block;overflow: auto;"> <?=$event_data->program?> </div> </div> </div> </div> </section> </div> <div id="tab-3" class="tab-content"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mb-30" align="center" style="margin-left:30px;"> <ul class="tabs"> <div class="row"> <div class="col-md-12"> <?php if(!empty(unserialize($event_data->sponsors_img)[0])){ foreach(unserialize($event_data->sponsors_img) as $speaker_img){ echo "<img style='' src='".$weburl."/admin/uploads/events/".$speaker_img."'>"; } } ?> </div> </div> </ul> </div> </div> <div id="tab-4" class="tab-content"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mb-30" align="center" style="margin-left:30px;"> <ul class="tabs row"> <div class="col-md-6"> <div class=""> <iframe width="100%" height="200" src="<?=$event_data->videos?>" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> </div> </div> </ul> </div> </div> <div id="tab-5" class="tab-content"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mb-30" align="center" style="margin-left:30px;"> <ul class="tabs"> <div class="row"> <div class="col-md-12"> <div class="btn-sc"> <a href="<?=$weburl?>admin/uploads/<?=$event_data->event_report?>" target="_blank" class="btn btn-primary">View Report</a> </div> </div> </div> </ul> </div> </div> </div> <div class="col-md-3 pastList"> <div style=""> <h4 style="font-weight:700;color:#fff;"> Past Conferences </h4> <div class="pstConferenceList"> <?php $selectsql = mysqli_query($con, "SELECT * FROM `events` where status=1 and added_on < '$date' order by added_on DESC limit 5"); if (mysqli_num_rows($selectsql)>0 ) { while($rows=mysqli_fetch_assoc($selectsql)){ $event_date = $rows['added_on']; ?> <a href="eventdetails.php?id=<?=$rows['id']?>" style="line-height:24px; color:#fff;"> <?php if(strlen($rows['heading'])>80){ print_r(substr( $rows['heading'],0,60).'...'); }else{ echo $rows['heading']; } ?> <br> <span class="fw4"> <?=date('F d, Y',strtotime($rows['added_on']))?> </span> </a> <?php } } ?> </div> </div> </div> </div> </div> </div> <!-- About Section End --> <?php include'footer.php' ?>
2022 - 2023 Copyright By Lutfifakee || Padang Blackhat ♥