Файловый менеджер - Редактировать - /home/umudio/public_html/repo/sidecontent copy 2.php.tar
Назад
home/umudio/public_html/includes/sidecontent copy 2.php 0000644 00000013511 14773626772 0017241 0 ustar 00 <div class="col-lg-3 d-none d-lg-block d-xl-block"> <div class="row"> <div class="col-lg-12"> <h4 style="background-color: #FBFBFB;padding: 13px;border-radius: 4px;color: #850002;"> Support Us </h4> </div> <!-- <img src="./img/support.jpeg" height="300" width="300"> --> <div class="col-lg-12"> <div class="mySlides fade"> <img src="./img/b1.jpeg" height="280" width="270"> </div> <div class="mySlides fade"> <img src="./img/b3.jpeg" height="280" width="270"> </div> <div class="mySlides fade"> <img src="./img/b4.jpeg" height="280" width="270"> </div> <div class="mySlides fade"> <img src="./img/b5.jpeg" height="280" width="270"> </div> <div class="mySlides fade"> <img src="./img/b6.jpeg" height="280" width="270"> </div> <div class="mySlides fade"> <img src="./img/b7.jpeg" height="280" width="270"> </div> <div class="mySlides fade"> <img src="./img/b8.jpeg" height="280" width="270"> </div> <div class="mySlides fade"> <img src="./img/b9.jpeg" height="280" width="270"> </div> <div class="mySlides fade"> <img src="./img/b10.jpeg" height="280" width="270"> </div> <div style="text-align:center;display: none;"> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> </div> </div> <!-- <div class="row"> <div class="col-lg-12" style="margin-top: 15px;"> <h4 style="background-color: #FBFBFB;padding: 13px;border-radius: 4px;color: #850002;">LITURGICAL CALENDAR</h4> <script language="javascript" type="text/javascript" src="https://www.catholicculture.org/widgets/liturgical_day.cfm?layout_option=horizontal&timezone_offset=0"></script> </div> </div> --> <div class="row"> <div class="col-lg-12" style="margin-top: 15px;"> <!-- <center> <img src="./upcoming.png" alt="" class="img-fluid" width="70%" style="border-radius: 3px;margin-bottom: 3px;"> </center> --> <center> <h4 style="background-color: #FBFBFB;padding: 13px;border-radius: 4px;color: #850002;">UPCOMING EVENTS</h4> </center> <div class="" style="background-color: #FBFBFB;padding: 15px;border-radius: 5px;"> <?php include_once 'includes/config.php'; $query = mysqli_query($con, "SELECT * FROM calend ORDER BY sn DESC LIMIT 1"); while ($row = mysqli_fetch_array($query)) { ?> <h3 style="font-size: 17px;"><?php echo $row['activity']; ?></h3> <div class="event-info"> <p><i class="ti-calendar"></i>Date: <?php echo $row['fromdate']; ?> - <?php echo $row['todate']; ?></p> <!-- <p><i class="ti-time"></i>Time: 2:00 PM.</p> --> <!-- <p><i class="ti-location-pin"></i>Grand Mahal, Dubai 2100.</p> --> </div> <p><?php echo strip_tags(html_entity_decode($row['details'])); ?></p> <?php } ?> <div align="center"><a href="upcoming" style="color: #850002;">More Events</a></div> </div> </div> </div> <?php $img = "./img/support.jpeg"; if ($page == "index") { echo ""; } else { echo " <div class='row'> <div class='col-lg-12' style='margin-top: 15px;'> <div style='background-image: url($img);padding: 15px;border-radius: 5px;object-fit: cover;background-position: center;background-repeat: no-repeat;height: 270px;'> <div style='color: white;padding: px;text-align: center;'> Support someone to be empowered in terms of Education, good Health Care, Spiritual healing through counseling, seminars and eradication of Human trafficking... </div> <center style='margin-top: 14px;'> <a href='support-us' style='padding: 10px;border-radius: 20px;color: #000;background: #EABF32;font-size: 12px;'>Support Us</a> </center> </div> </div> </div> "; } ?> <?php session_start(); if (!isset($_SESSION["manager"])) { echo " <div class='row'> <div class='col-lg-12' style='margin-top: 15px;'> <h4 style='background-color: #FBFBFB;padding: 13px;border-radius: 4px;color: #1480CD;'>Admininstrator Sign In</h4> <div class=' style='background-color: #FBFBFB;padding: 15px;border-radius: 5px;'> <form action='' method='post' class='form-horizontal'> <div class='form-group column-row row' style='margin-top: 5px;'> <div class='col-lg-12'> <input type='text' name='username' class='form-control' placeholder='Username' required> </div> <br> <br> <div class='col-lg-12'> <input type='password' name='password' class='form-control' placeholder='Password' required> </div> <br><br> <div class='col-lg-12' align='center'> <input style='font-size: 12px;background: #08173A;color: white;padding: 2px;padding-right: 10px;padding-left: 10px;border-radius: 3px;border: 1px solid #08173A;' type='submit' name='signin' value='Sign In'> </div> </div> </form> </div> </div> </div> "; } else { } ?> </div>