đ File Manager
đ /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
Dosya DÃŧzenle: allNoticeView.php
<?php include 'connect.php'; ?> <!DOCTYPE html> <html lang="zxx" class="no-js"> <head> <!-- Mobile Specific Meta --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Favicon--> <link rel="icon" href="img/favicon.ico" type="image/gif" sizes="16x16"> <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"> <link rel="icon" href="img/favicon.ico" type="image/x-icon"> <title>āĻŽāĻāϞāĻĻā§ āĻŽāĻšāĻžāĻŦāĻŋāĻĻā§āϝāĻžāϞāϝāĻŧ</title> <!-- Meta Description --> <meta name="description" content=""> <!-- Meta Keyword --> <meta name="keywords" content=""> <!-- meta character set --> <meta charset="UTF-8"> <!-- Site Title --> <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet"> <!-- CSS ============================================= --> <link rel="stylesheet" href="css/linearicons.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/magnific-popup.css"> <link rel="stylesheet" href="css/glowHd.css"> <link rel="stylesheet" href="css/nice-select.css"> <link rel="stylesheet" href="css/animate.min.css"> <link rel="stylesheet" href="css/owl.carousel.css"> <link rel="stylesheet" href="css/jquery-ui.css"> <link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/notifications.css"> <style> .mq{ width: 90%; padding: 47px; margin-top: 18px; } </style> </head> <body> <?php include 'includes/page_head.php'; ?> <?php include 'includes/utility_bar.php'; ?> <?php include 'includes/header.php'; ?> <?php include 'includes/navbar.php'; ?> <!-- start banner Area --> <section class="banner-area relative" id="home" style="height: 450px;"> <div class="overlay overlay-bg" id="test"></div> <div class="container"> <div class="row fullscreen d-flex align-items-center justify-content-between"> <div class="banner-content col-md-12"> <h1 > <div class="main"> <!-- <h1 style="margin-bottom: 214px;">MANGALDAI COLLEGE <div class="roller" > <span id="rolltext"><font size="2px" color="white"> <img src="img/logo.png" width="70px" ><br> Since 1951</font><br/> <font size="3px" color="white"> Promotion of higher education</font><br/> <font size="4px" color="white">social upliftment and development</font><br/> --> </h1> </div> </h1> <p class="pt-10 pb-10"> </p> </div></center> </div> </div> </section> <!-- End banner Area --> <!-- Start feature Area --> <section class="feature-area"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="single-feature"> <div class="title"> <h4>Search Notice</h4> </div> <div class="desc-wrap"> <div class="row"> </div> </div> </div> </div> </div> </section> <!-- End feature Area --> <div class="container mt-5"> <div class="row"> <div class="col-md-12"> <div class="d-flex justify-content-between align-items-center breaking-news bg-white"> </div> </div> </div> </div> <br> <div class="row"> <div class="col-md-3"> <div class="chat_container" class="scrl"> <div class="job-box"> <div class="job-box-filter" style=" background: #4e95012b; "> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="filter-search-box text-right" style=" background: #f7a62d54; "> <br> <h5><center>Departmental Notice</center></h5><br> <input type="text" id="myInput1" onkeyup="myFunction1()" placeholder="Search for Dept Notice" title="Type in a name" class="form-control input-sm" > </div> </div> </div> </div> <div class="inbox-message visible-scrollbar" style="overflow: scroll;height: 500px;overflow-x: hidden;"> <ul id="myUL1"> <?php $snotice1x = "select * from dept_notice ORDER BY date DESC "; $noticeQ1x = mysqli_query($con, $snotice1x); while($NoticeRow1=mysqli_fetch_array($noticeQ1x)) { $topi1c =$NoticeRow1['notice']; $Link1 =$NoticeRow1['link']; $date2 = $NoticeRow1['date']; $pub = $NoticeRow1['publisher']; $date1 = date('Y-m-d'); $parts = explode('@', $pub); $user = $parts[0]; // Stick the @ back onto the domain since it was chopped off. $domain = $parts[0]; $diff = abs(strtotime($date1)-strtotime($date2)); $years = floor($diff / (365*60*60*24)); $months = floor(($diff - $years * 365*60*60*24) / (30*60*60*24)); $days = floor(($diff - $years * 365*60*60*24 - $months*30*60*60*24)/ (60*60*24)); //echo "posted: " . $years . " Years " . $months . " Months " . $days . " days ago"; ?> <li > <a href="http://mangaldaicollege.org/deptadminpanel/<?php echo $Link1; ?>"> <div class="message-body"> <div class="message-body-heading"> <h5 style="text-align: justify;"><?php echo $topi1c. "("."<font color='red'>".$domain."</font>)"; ?></h5> <span><?php echo "posted: " . $years . " Years " . $months . " Months " . $days . " days ago"; ?></span> </div> <p>Click Here</p> </div> </a> </li> <?php } ?> </ul> </div> </div> </div> </div> <div class="col-md-3"> <div class="chat_container" class="scrl"> <div class="job-box"> <div class="job-box-filter" style=" background: #4e95012b; "> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="filter-search-box text-right" style=" background: #f7a62d54; "> <br> <h5><center>Academic Notice</center></h5><br> <input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for Notice" title="Type in a name" class="form-control input-sm" > </div> </div> </div> </div> <div class="inbox-message visible-scrollbar" style="overflow: scroll;height: 500px;overflow-x: hidden;"> <ul id="myUL"> <!--<marquee direction="up" style=" height: 188px; " onmouseover="this.stop();" onmouseout="this.start();"> --> <?php $snotice1 = "select * from notice where NoticeType = 'Notice' ORDER BY Sno DESC "; $noticeQ1 = mysqli_query($con, $snotice1); while($NoticeRow1=mysqli_fetch_array($noticeQ1)) { $topi1c =$NoticeRow1['Topic']; $Link1 =$NoticeRow1['Link']; $date2 = $NoticeRow1['Date']; $date1 = date('Y-m-d'); $diff = abs(strtotime($date1)-strtotime($date2)); $years = floor($diff / (365*60*60*24)); $months = floor(($diff - $years * 365*60*60*24) / (30*60*60*24)); $days = floor(($diff - $years * 365*60*60*24 - $months*30*60*60*24)/ (60*60*24)); //echo "posted: " . $years . " Years " . $months . " Months " . $days . " days ago"; ?> <li > <a href="http://mangaldaicollege.org/<?php echo $Link1; ?>"> <!--<div class="message-avatar"> <img src="http://mangaldaicollege.org/images/note-dflt.jpg" alt=""> </div> --> <div class="message-body"> <div class="message-body-heading"> <h5 style="text-align: justify;"><?php echo $topi1c; ?></h5> <span><?php echo "posted: " . $years . " Years " . $months . " Months " . $days . " days ago"; ?></span> </div> <p>Click Here</p> </div> </a> </li> <?php } ?> <!--</marquee>--> </ul> </div> </div> </div> </div> <div class="col-md-3"> <div class="chat_container" class="scrl"> <div class="job-box"> <div class="job-box-filter" style=" background: #4e95012b; "> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="filter-search-box text-right" style=" background: #f7a62d54; "> <br> <h5><center>Events</center></h5><br> <input type="text" id="myInput1" onkeyup="myFunction1()" placeholder="Search for Events" title="Type in a name" class="form-control input-sm" > </div> </div> </div> </div> <div class="inbox-message visible-scrollbar" style="overflow: scroll;height: 500px;overflow-x: hidden;"> <ul id="myUL1"> <?php $snotice1 = "select * from notice where NoticeType = 'Event' or NoticeType = 'NoticeU' ORDER BY Sno DESC "; $noticeQ1 = mysqli_query($con, $snotice1); while($NoticeRow1=mysqli_fetch_array($noticeQ1)) { $topi1c =$NoticeRow1['Topic']; $Link1 =$NoticeRow1['Link']; $date2 = $NoticeRow1['Date']; $date1 = date('Y-m-d'); $diff = abs(strtotime($date1)-strtotime($date2)); $years = floor($diff / (365*60*60*24)); $months = floor(($diff - $years * 365*60*60*24) / (30*60*60*24)); $days = floor(($diff - $years * 365*60*60*24 - $months*30*60*60*24)/ (60*60*24)); //echo "posted: " . $years . " Years " . $months . " Months " . $days . " days ago"; ?> <li > <a href="http://mangaldaicollege.org/<?php echo $Link1; ?>"> <div class="message-body"> <div class="message-body-heading"> <h5 style="text-align: justify;"><?php echo $topi1c; ?></h5> <span><?php echo "posted: " . $years . " Years " . $months . " Months " . $days . " days ago"; ?></span> </div> <p>Click Here</p> </div> </a> </li> <?php } ?> </ul> </div> </div> </div> </div> <div class="col-md-3"> <div class="chat_container"> <div class="job-box"> <div class="job-box-filter" style=" background: #4e95012b; "> <div class="row"> <div class="col-md-12 col-sm-12"> <div class="filter-search-box text-right" style=" background: #f7a62d54; "><br> <h5><center>Tenders</center></h5><br> <input type="text" id="myInput2" onkeyup="myFunction2()" placeholder="Search for Tenders" title="Type in a name" class="form-control input-sm"> </div> </div> </div> </div> <div class="inbox-message" class="scrl" style="overflow: scroll;height: 500px;overflow-x: hidden;"> <ul id="myUL2"> <?php $snotice1 = "select * from notice where NoticeType = 'Tender' ORDER BY Sno DESC"; $noticeQ1 = mysqli_query($con, $snotice1); while($NoticeRow1=mysqli_fetch_array($noticeQ1)) { $topi1c =$NoticeRow1['Topic']; $Link1 =$NoticeRow1['Link']; $date2 = $NoticeRow1['Date']; $date1 = date('Y-m-d'); $diff = abs(strtotime($date1)-strtotime($date2)); $years = floor($diff / (365*60*60*24)); $months = floor(($diff - $years * 365*60*60*24) / (30*60*60*24)); $days = floor(($diff - $years * 365*60*60*24 - $months*30*60*60*24)/ (60*60*24)); //echo "posted: " . $years . " Years " . $months . " Months " . $days . " days ago"; ?> <li> <a href="<?php echo $Link1; ?>"> <div class="message-body"> <div class="message-body-heading"> <h5 style="text-align: justify;"><?php echo $topi1c; ?> </h5> <span><?php echo "posted: " . $years . " Years " . $months . " Months " . $days . " days ago"; ?></span> </div> <p > Click here</p> </div> </a> </li> <?php } ?> </ul> </div> </div> </div> </div> </div> </div> <br> <br> <br> <br> <!-- Start cta-two Area --> <section class="cta-two-area"> <div class="container"> <div class="row"> <div class="col-lg-8 cta-left"> <h1>Connect with us on social media</h1> </div> <div class="col-lg-4 cta-right"> <center><a class="primary-btn wh" href="https://www.youtube.com/@mangaldaicollege5564"><img src="img/yt1.png" width="25px"></a> <a class="primary-btn wh" href="https://www.facebook.com/mangaldaicollegeofficialpage/"><img src="img/fb.png" width="25px"></a></center> </div> </div> </div> </section> <!-- End cta-two Area --> <!-- start footer Area --> <footer class="footer-area section-gap"> <div class="container"> <div class="row"> <div class="col-lg-2 col-md-6 col-sm-6"> <div class="single-footer-widget"> <h4>E-Resources</h4> <ul> <li><a href="#">E-Journals</a></li> <li><a href="#">E-books</a></li> <li><a href="#">Google Books</a></li> <li><a href="#">Accademic Journals</a></li> <li><a href="#">N-list of INFLIBNET</a></li> </ul> </div> </div> <div class="col-lg-2 col-md-6 col-sm-6"> <div class="single-footer-widget"> <h4>Quick links</h4> <ul> <li><a href="#">Gauhati University</a></li> <li><a href="#">Assam Plants</a></li> <li><a href="#">UGC</a></li> <li><a href="#">DHE</a></li> <li><a href="#">ACTA</a></li> <li><a href="#">NAAC</a></li> </ul> </div> </div> <div class="col-lg-2 col-md-6 col-sm-6"> <div class="single-footer-widget"> <h4>Features</h4> <ul> <li><a href="#">KKH State Open University</a></li> <li><a href="#">E-Content Development Centre</a></li> <li><a href="#">Star College</a></li> <li><a href="#">NCC</a></li> <li><a href="#">NSS</a></li> </ul> </div> </div> <div class="col-lg-2 col-md-6 col-sm-6"> <div class="single-footer-widget"> <h4>Resources</h4> <ul> <li><a href="#">Syllabus</a></li> <li><a href="#">Question Paper</a></li> <li><a href="#">Library</a></li> </ul> </div> </div> <div class="col-lg-4 col-md-6 col-sm-6"> <div class="single-footer-widget"> <h4>Get Notification</h4> <p>Stay update with our latest Notification</p> <div class="" id="mc_embed_signup"> <form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01" method="get"> <div class="input-group"> <input type="text" class="form-control" name="EMAIL" placeholder="Enter Email Address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter Email Address '" required="" type="email"> <div class="input-group-btn"> <button class="btn btn-default" type="submit"> <span class="lnr lnr-arrow-right"></span> </button> </div> <div class="info"></div> </div> </form> </div> </div> </div> </div> <div class="footer-bottom row align-items-center justify-content-between"> <p class="footer-text m-0 col-lg-6 col-md-12"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --> Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | CSIT Team, Mangaldai College</a> <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p> <div class="col-lg-6 col-sm-12 footer-social"> <a href="#"><i class="fa fa-facebook"></i></a> <a href="#"><i class="fa fa-twitter"></i></a> <a href="#"><i class="fa fa-dribbble"></i></a> <a href="#"><i class="fa fa-behance"></i></a> </div> </div> </div> </footer> <!-- End footer Area --> <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vanta@0.5.24/dist/vanta.birds.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.dots.min.js"></script> <script> VANTA.BIRDS({ el: "#test", mouseControls: true, touchControls: true, gyroControls: false, minHeight: 100.00, minWidth: 100.00, scale: 1.00, scaleMobile: 1.00, speedLimit: 4.00, backgroundAlpha: 0.00 }) VANTA.DOTS({ el: "#fog", mouseControls: true, touchControls: true, gyroControls: false, minHeight: 200.00, minWidth: 200.00, scale: 1.00, scaleMobile: 1.00 }) </script> <script src="js/vendor/jquery-2.2.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="js/vendor/bootstrap.min.js"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script> <script src="js/easing.min.js"></script> <script src="js/hoverIntent.js"></script> <script src="js/superfish.min.js"></script> <script src="js/jquery.ajaxchimp.min.js"></script> <script src="js/jquery.magnific-popup.min.js"></script> <script src="js/jquery.tabs.min.js"></script> <script src="js/jquery.nice-select.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/mail-script.js"></script> <script src="js/main.js"></script> <script> function myFunction() { var input, filter, ul, li, a, i, txtValue; input = document.getElementById("myInput"); filter = input.value.toUpperCase(); ul = document.getElementById("myUL"); li = ul.getElementsByTagName("li"); for (i = 0; i < li.length; i++) { a = li[i].getElementsByTagName("a")[0]; txtValue = a.textContent || a.innerText; if (txtValue.toUpperCase().indexOf(filter) > -1) { li[i].style.display = ""; } else { li[i].style.display = "none"; } } } </script> <script> function myFunction1() { var input, filter, ul, li, a, i, txtValue; input = document.getElementById("myInput1"); filter = input.value.toUpperCase(); ul = document.getElementById("myUL1"); li = ul.getElementsByTagName("li"); for (i = 0; i < li.length; i++) { a = li[i].getElementsByTagName("a")[0]; txtValue = a.textContent || a.innerText; if (txtValue.toUpperCase().indexOf(filter) > -1) { li[i].style.display = ""; } else { li[i].style.display = "none"; } } } </script> <script> function myFunction2() { var input, filter, ul, li, a, i, txtValue; input = document.getElementById("myInput2"); filter = input.value.toUpperCase(); ul = document.getElementById("myUL2"); li = ul.getElementsByTagName("li"); for (i = 0; i < li.length; i++) { a = li[i].getElementsByTagName("a")[0]; txtValue = a.textContent || a.innerText; if (txtValue.toUpperCase().indexOf(filter) > -1) { li[i].style.display = ""; } else { li[i].style.display = "none"; } } } </script> </body> </html>
đž Kaydet
İptal