| Server IP : 172.64.80.1 / Your IP : 172.69.58.221 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/ |
Upload File : |
<?php
//die("Kindly exercise patient, our portal will be restored fully very soon");
include('connect.php');
$result=ExecuteQuery("select * from tblnews where Is_Live=1 order by ID");
$sNews="";
$a='';
$i=0;
while ($row=$result->fetch(PDO::FETCH_BOTH))
{
if($i==0) $a='active'; else $a=''; $i++;
$sNews=$sNews . "<div class='item ". $a ."'><div class='panel-body'>".
"<div class='panel panel-info'> <div class='panel-heading'>".
"<strong ><a href='#'>". $row['News_Title'] ."</a></strong>".
"</div></div><div class='panel panel-success' style='max-height:150px; min-height: 100px;'><div class='panel-heading'>".
$row['News_Content']. " </div></div></div><div style='float:left;margin-top:30px; margin-left:10px'><a href='" . $row['Attachment_Url'].
"' class='btn btn-success'>Read More</a></div></div>";
}
$db=db_connect();
$sqlNew="select * from tblnews where Is_Live=1 order by ID desc limit 3";
$sqlNew_exe=$db->query("$sqlNew");
//$sqlNew_fetch=$sqlNew_exe->fetch(PDO::FETCH_BOTH);
$i=1;
while($row=$sqlNew_exe->fetch(PDO::FETCH_BOTH)) {
$Date_Posted[$i] = $row['Date_Posted'];
$News_Title[$i] = $row['News_Title'];
$News_Content[$i] = $row['News_Content'];
$Attachment_Url[$i] = '../'.$row['Attachment_Url'];
// die();
if ($Attachment_Url[$i]=='../FileToU/'){
$Attachment_Url[$i]="images/news2.png";
}
++$i;
}//die();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="FedPolyEde">
<meta name="author" content="Adisa Solagbade P">
<title>Federal Polytechnic Ede, Osun State, Nigeria</title>
<meta name="keywords" content="federal, polytechnic, ede, osun, nigeria, rector, Science, engineering, environmental, research, nigerian scientist, federal polytechnic ede, adekolawole john, journals, science journals" />
<meta name="description" content="Federal Polytechnic Ede is situated in the heart of Ede Township Osun State, Nigeria and offers World Class Polytechnic Education." />
<meta name="rating" content="Science, Engineering, Environmental, Technology, Polytechnic Education, Research, Innovation, Publication, Journal" />
<meta name="language" content="en-us" />
<meta name="author" content="[email protected]" />
<meta name="revisit-after" content="7 days" />
<meta name="ROBOTS" content="ALL" />
<meta name="copyright" content="copyright Federal Polytechnic Ede, Osun State, Nigeria."/>
<link href="css/fpesheet.css" rel="stylesheet" type="text/css" />
<!-- Bootstrap Core CSS -->
<link href="bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="bower_components/font-awesome/css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</head>
<!--===============================================================================================-->
<script>
<!---->
<!---->
$(document).ready(function(){
$("#admList").modal('show');
});
<!---->
<!-- $(document).ready(function(){-->
<!-- $("#myHNDModal").modal('show');-->
<!-- });-->
<!---->
<!--$(hndr).onClick(function(){-->
<!-- $("#myHNDModal").modal('show');-->
<!--});-->
// Set the date we're counting down to
var countDownDate_utme = new Date("November 11, 2022 23:59:25").getTime();
var countDownDate = new Date("March 27, 2022 23:59:25").getTime();
var countDownDate_others = new Date("November 11, 2022 23:59:25").getTime();
// Update the count down every 1 second
var x_utme = setInterval(function() {
// Get todays date and time
var now = new Date().getTime();
// Find the distance between now an the count down date
var distance_utme = countDownDate_utme - now;
var distance_others = countDownDate_others - now;
// Time calculations for days, hours, minutes and seconds
var days_utme = Math.floor(distance_utme / (1000 * 60 * 60 * 24));
var hours_utme = Math.floor((distance_utme % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_utme = Math.floor((distance_utme % (1000 * 60 * 60)) / (1000 * 60));
var seconds_utme = Math.floor((distance_utme % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("demo_utme").innerHTML = days_utme + "d " + hours_utme + "h "
+ minutes_utme + "m " + seconds_utme + "s <br> ";
// If the count down is over, write some text
if (distance_utme < 0) {
clearInterval(x_utme);
document.getElementById("demo").innerHTML = "Acceptance Fees for ND DPT & RPT First Batch Has Closed";
document.getElementById("demo_utme").innerHTML = "Post UTME Registration Has Closed";
document.getElementById("demo_utme").innerHTML = "Post UTME Registration is On";
}
}, 1000);
var x_other = setInterval(function() {
// Get todays date and time
var now = new Date().getTime();
// Find the distance between now an the count down date
// var distance_others = countDownDate_utme - now;
var distance_others = countDownDate_others - now;
var distance_accept = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days_others = Math.floor(distance_others / (1000 * 60 * 60 * 24));
var hours_others = Math.floor((distance_others % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_others = Math.floor((distance_others % (1000 * 60 * 60)) / (1000 * 60));
var seconds_others = Math.floor((distance_others % (1000 * 60)) / 1000);
var days_accept = Math.floor(distance_accept / (1000 * 60 * 60 * 24));
var hours_accept = Math.floor((distance_accept % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_accept = Math.floor((distance_accept % (1000 * 60 * 60)) / (1000 * 60));
var seconds_accept = Math.floor((distance_accept % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("demo_others").innerHTML = days_others + "d " + hours_others + "h "
+ minutes_others + "m " + seconds_others + "s <br> ";
document.getElementById("demo_accept").innerHTML = days_accept + "d " + hours_accept + "h " +
minutes_accept + "m " + seconds_accept + "s ";
// If the count down is over, write some text
if (distance_others < 0) {
clearInterval(x_other);
document.getElementById("demo").innerHTML = "Acceptance Fees for ND DPT & RPT First Batch Has Closed";
document.getElementById("demo_others").innerHTML = "All Forms Registration Have Closed";
document.getElementById("demo_accept").innerHTML = "Acceptance Fees Has Close";
document.getElementById("demo_others").innerHTML = "HND (FT & DPT)and ND (RPT & DPT) Forms are still On";
}
}, 1000);
</script>
<!--===============================================================================================-->
<body background="images/logo2fade.png" style="background-attachment: fixed">
<!-- START FACEBOOK INTEGRATION -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v3.0';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- END FACEBOOK INTEGRATION -->
<!-- START RESEARCH GATE INTEGRATION -->
<script> (function() { var st = document.createElement('script'); st.type = 'text/javascript'; st.async = true; st.src = 'https://www.researchgate.net/javascript/plugin/plugin-api-min.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(st, s); })(); </script>
<!-- END RESEARCH GATE INTEGRATION -->
<!-- START TOP NAVIGATION -->
<div class="container"><!-- Start Nav Bar Container -->
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header"><!-- Start nav-bar header -->
<img src="images/logoOriginal.png" >
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#fpe-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php"></a>
</div><!-- End nav-bar header -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="fpe-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.php">Home</a></li>
<li><a href="about/?fpe=history">About FPE</a></li>
<!--<li><a href="mgt/?fpe=management">Administration</a></li>-->
<li class="dropdown">
<a href="sch/?fpe=schools" class="dropdown-toggle" data-toggle="dropdown" role="button">Administration <b class="caret"></b></a>
<ul class="dropdown-menu">
<li style="display: none;"><a href="council/?fpe=council">Council Info</a></li>
<li><a href="mgt/?fpe=management">Management Info</a></li>
</ul>
</li>
<li class="dropdown">
<a href="sch/?fpe=schools" class="dropdown-toggle" data-toggle="dropdown" role="button">Schools <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="sch/?fpe=sas">Applied Sciences</a></li>
<li><a href="sch/?fpe=sbs">Business Studies</a></li>
<li><a href="sch/?fpe=ses">Environmental Studies</a></li>
<li><a href="sch/?fpe=seet">Engineering Technology</a></li>
<li><a href="sch/?fpe=sst">School of Science and Technology</a></li>
<li><a href="sch/?fpe=sgs">School of General Studies</a></li>
<li><a href="sch/?fpe=saas">School of Agriculture and Agricultural Science</a></li>
<li><a href="sch/?fpe=sci">School of Communication and Information</a></li>
<li><a href="sch/?fpe=spds">Part-time & Dev. Studies</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"><strong>ePortal <b class="caret"></b></strong></a>
<ul class="dropdown-menu">
<!-- <li><a href="entranceForm">Admissions</a></li>-->
<li><a href="https://eportal.federalpolyede.edu.ng/">Admissions</a></li>
<!-- <li><a href="admin_student/index.php">Students Portal</a></li>-->
<li><a href="admin_student/login_Consult.php">Students Portal</a></li>
<!-- <li><a href="ace_indexMain.php">Dual Award Programmes (Ilori) </a></li>-->
<!-- <li><a href="ossce_indexMain.php">Dual Award Programmes (Ila-Orangun) </a></li>-->
<!-- <li><a href="eace_indexMain.php">Dual Award Programmes (Emm. Alayande) </a></li>-->
<li><a href="admin_main">Staff Portal</a></li>
<li><a href="eclass">Staff eClass</a></li>
<li><a href=" http://webmail.federalpolyede.edu.ng">Staff Email</a></li>
<li><a href="alumni">Alumni Page</a></li>
<li><a href="http://nbteace.cobaltlms.com/login/index.php" target="_blank">Distance Learning</a></li>
</ul>
</li>
<li><a href="contact.php">Contact Us</a></li>
<li class="dropdown">
<a href="sch/?fpe=schools" class="dropdown-toggle" data-toggle="dropdown" role="button">Downloads/Materials <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="downloads/DUTIES_OF_INVIGILATORS.pdf">Examination: Duties and Responsibilities</a></li>
<!-- <li><a href="downloads/20212022%20SECOND%20SEMESTER%20ADJUSTED%20ACADEMIC%20CALENDAR.pdf">2021/2022 Second Semester Adjusted Calenda</a></li>-->
<li><a href="downloads/STUDENT_HAND_BOOK_2020_2021.pdf ">Student Handbook</a></li>
<li><a href="downloads/ROLES_AND_RESPONSIBILITIES.pdf">Examination Committee: Role and Responsibility</a></li>
<li><a href="downloads/eClassroom.pptx">eClassroom: Manual</a></li>
<li><a href="downloads/EXAM_COMMITTEE.pdf">Schools/Department Exam Committee: Role and Responsibility</a></li>
<li><a href="downloads/INVIGILATOR.pdf">Invigilators: Role and Responsibility</a></li>
<li><a href="filetoU/ADMISSIONS_ENTRY_REQUIREMENTS_2022_2023.pdf">O'Level Requirement</a></li>
<li><a href="filetoU/2023_2024_SchoolFees.pdf">2023/2024 School Fees Schedule</a></li>
<li><a href="filetoU/PAYMENT%20INSTRUCTION.pdf">2023/2024 School Fees Instruction</a></li>
</ul>
</li>
<li class="dropdown">
<a href="sch/?fpe=schools" class="dropdown-toggle" data-toggle="dropdown" role="button">Religion Activities<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="downloads/hb.jpg ">Christianity</a></li>
<li><a href="downloads/">Islam</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div> <!-- End Nav Container -->
<!-- END TOP NAVIGATION -->
<!-- START FIRST BANNER -->
<div id="clr"></div>
<div class="container">
<div class="row">
<div id="fpeslide" class="carousel" data-ride="carousel">
<ol class="carousel-indicators2">
<li data-target="#fpeslide" data-slide-to="0" class="active"></li>
<li data-target="#fpeslide" data-slide-to="1" class="active"></li>
<li data-target="#fpeslide" data-slide-to="2" class="active"></li>
<li data-target="#fpeslide" data-slide-to="3" class="active"></li>
<li data-target="#fpeslide" data-slide-to="4" class="active"></li>
<li data-target="#fpeslide" data-slide-to="5" class="active"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/slides/1.png" alt="Greenhouse Environment">
<div class="slidetext">
<h4><span style="color:#0F3">Rector and Chairman, Governing Council </span></h4>
</div>
</div>
<div class="item">
<img src="images/slides/2.png" alt="Digital Classrooms">
<div class="slidetext">
<h4>Deputy Rector (Academic), Registrar and Some Governing Council Members</h4>
</div>
</div>
<div class="item">
<img src="images/slides/3.png" alt="Newly Equipped Digital Computer Laboratory">
<div class="slidetext">
<h4>Chairman, Governing Council </h4>
</div>
</div>
<div class="item">
<img src="images/slides/4.png" alt="Locally Fabricated Training Boards and Classroom Chairs">
<div class="slidetext">
<h4>Rector visits Timi of Ede Palace</h4>
</div>
</div>
<div class="item">
<img src="images/slides/5.png" alt="Newly Constructed Interlocked Roads">
<div class="slidetext">
<h4>FRSC decorates Rector, Engr. Dr. Sani Man-Yahyah</h4>
</div>
</div>
<div class="item">
<img src="images/slides/6.png" alt="Fish Processing Oven and Radio Station">
<div class="slidetext">
<h4>2022/2023 Matriculation Ceremony (29th Matriculation)</h4>
</div>
</div>
<div class="item">
<img src="images/slides/7.png" alt="13th Annual Inaugural Lecture">
<div class="slidetext">
<h4>Scholars at 29th Matriculation Ceremony</h4> </div>
</div>
<div class="item">
<img src="images/slides/8.png" alt="Awards of Excellence">
<div class="slidetext">
<h4>Management Team at 2022/2023 Matriculation Held on Friday, 19th May, 2023 </h4>
</div>
</div>
<a class="left carousel-control" href="#fpeslide" role="button" data-slide="prev"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#fpeslide" role="button" data-slide="next"><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span></a>
</div>
</div>
</div>
<div id="clr5"></div>
<!-- END FIRST BANNER -->
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-md-8 panel">
<div class="col-lg-5 panel-body">
<div style="padding:8px; text-align:justify">
<p><strong>FPE-SIMS MOBILE APP</strong></p>
<p>Federal Polytechnic Ede Innovation Team develops first ever tertiary institution Student Information Management mobile app. The app popularly known as <strong>FPE-SIMS</strong> is available on Google Playstore for download and is compatible with all Playstore enabled Mobile phone. Desktop and Laptop Users can use the app by downloading the latest version of Bluestack and WPS office.</p><p>The app is compulsory for both staff and students of Federal Polytechnic Ede.</p><p<a href="https://play.google.com/store/apps/details?id=com.cyberline.software.studentsmanagementsystem&hl=en" class="btn btn-danger">Click Here to Download APP</a></p>
</div>
</div>
<div class="col-lg-3 panel-body" style="margin-right:25px; display: none">
<a href="https://play.google.com/store/apps/details?id=com.cyberline.software.studentsmanagementsystem&hl=en"><img alt="FPE-SIMS" src="images/fpe_simsapp.jpg" width="200" height="350"></a>
</div>
<div class="col-lg-3 panel-body" style="display: none">
<a href="https://play.google.com/store/apps/details?id=com.cyberline.software.studentsmanagementsystem&hl=en"><img alt="FPE-SIMS" src="images/fpe_simsapp2.jpg" width="200" height="350"></a>
</div>
<div class="col-lg-6 panel-body" style="display:none ">
<img alt="FPE-SIMS" src="filetoU/visitata.jpg" width="450" height="450"></a>
</div>
<div class="row" style="padding:25px">
<h2>Now Open! <br>Directorate of ICT offers Registration of New/Old Students, Payment of School fees, Acceptance Fee and any Other Payments on the Polytechnic Portal for a paltry sum of money</h2>
</div>
</div>
<!--- START NEWS COLUMN --->
<div class ="col-md-4" >
<div class="panel panel-danger" style="max-height:465px; min-height: 300px; " >
<div class="panel-heading"><strong>FPE NEWS FLASH!</strong></div>
<header id="news" class="carousel slide">
<div class="carousel-inner" ><?php echo $sNews; ?></div>
</header>
</div>
</div>
</div>
</div>
<!-- Admission Bar -->
<div id="clr"></div>
<div class="container" style="background-color:#09F ; display: ">
<div class="row" style="padding:35px; display: none;">
<p>
<span style="float:left; display: "><a href="filetoU/ADVERT_new.pdf" class="btn btn-primary"> Click Here For Admission Details</a></span>
<span style="float:left; margin-left:100px;"><a href="filetoU/REQUIRMENT_new.pdf" class="btn btn-primary"> Click Here For Admission Requirements</a></span>
<span style="float:right"><a href="entranceForm" class="btn btn-primary">Click Here to Apply </a></span>
</p>
<h2>The 2019/2020 Admission Exercise into Federal Polytechnic Ede is NOW OPEN!!!</h2>
<h4>Application for Admission exists for ND (Daily Part-time), ND (Regular Part-time) and HND (Full Time) of the Institution</h4>
</div>
<div class="row" style="padding:25px; display:none ;">
<h2>Now Open! <br>Directorate of ICT offers Registration of New/Old Students, Payment of School fees, Acceptance Fee and any Other Payments on the Polytechnic Portal for a paltry sum of money</h2>
</div>
</div>
<!--================================================== -->
<div id="blog" class="blog-area">
<div class="blog-inner area-padding">
<div class="blog-overly"></div>
<div class="container ">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="section-headline text-center">
<h2>Latest News</h2>
</div>
</div>
</div>
<div class="row">
<!-- Start Left Blog -->
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="single-blog">
<div class="single-blog-img">
<a href="<?php echo $Attachment_Url[1];?>">
<!-- <img src="img/blog/1.jpg" alt="">-->
<img src="<?php echo $Attachment_Url[1];?>" alt="" width="150" height="110">
</a>
</div>
<div class="blog-meta">
<span class="comments-type">
<i class="fa fa-comment-o"></i>
<a href="#">13 comments</a>
</span>
<span class="date-type">
<!-- <i class="fa fa-calendar"></i>2019-12-28 / 09:10:16-->
<i class="fa fa-calendar"></i><?php echo $Date_Posted[1] ;?>
</span>
</div>
<div class="blog-text">
<h4>
<!-- <a href="#" style="color: red">Resumption! Resumption!! Resumption!!!</a>-->
<a href="#" style="color: red"><?php echo $News_Title[1] ;?> !!!</a>
</h4>
<p >
<!-- This is to notify the General Public especially the Guardians/Parents and Students that the institution will resumes for First Semester 2019/2020 Academic Session on 13th January, 2020 and Registration and Lectures start immediately.-->
<?php echo $News_Content[1] ;?>
</p>
</div>
<span>
<a href="<?php echo $Attachment_Url[1];?>" class="btn btn-primary">Read more</a>
</span>
</div>
<!-- Start single blog -->
</div>
<!-- End Left Blog-->
<!-- Start Left Blog -->
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="single-blog">
<div class="single-blog-img">
<a href="<?php echo $Attachment_Url[2];?>">
<img src="<?php echo $Attachment_Url[2];?>" alt="" width="200" height="100">
</a>
</div>
<div class="blog-meta">
<span class="comments-type">
<i class="fa fa-comment-o"></i>
<a href="#">130 comments</a>
</span>
<span class="date-type">
<i class="fa fa-calendar"></i><?php echo $Date_Posted[2] ;?>
</span>
</div>
<div class="blog-text">
<h4>
<a href="#" style="color: red"><?php echo $News_Title[2] ;?> !!!</a>
</h4>
<p>
<!-- This is to inform ALL Students that are yet to balance his/her School Fees to pay it Now to the School Account that you paid to in the First Semester. Failure to do so before 14th June, 2019 will attract a fine of #5000.00.-->
<?php echo $News_Content[2] ;?>
</p>
</div>
<span>
<a href="<?php echo $Attachment_Url[2] ;?>" class="btn btn-primary">Read more</a>
</span>
</div>
<!-- Start single blog -->
</div>
<!-- End Left Blog-->
<!-- Start Right Blog-->
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="single-blog">
<div class="single-blog-img">
<a href="<?php echo $Attachment_Url[3];?>">
<img src="<?php echo $Attachment_Url[3];?>" alt="" width="200" height="100">
</a>
</div>
<div class="blog-meta">
<span class="comments-type">
<i class="fa fa-comment-o"></i>
<a href="#">10 comments</a>
</span>
<span class="date-type">
<i class="fa fa-calendar"></i><?php echo $Date_Posted[3] ;?>
</span>
</div>
<div class="blog-text">
<h4>
<a href="#" style="color: red"><?php echo $News_Title[3] ;?>!!!</a>
</h4>
<p>
<!-- All Students are required to bring his/her School Fees Payments Receipt to ICT for the Online Course Registration Activation.-->
<?php echo $News_Content[3] ;?>
</p>
</div>
<span>
<a href="../<?php echo $Attachment_Url[3] ;?>" class="btn btn-primary">Read more</a>
</span>
</div>
</div>
<!-- End Right Blog-->
</div>
</div>
</div>
</div>
<!--================================================== -->
<div>
<div class="col-md-6">
<div class="container" style="background-color:#F0F5FF; display: none ">
<div class="row" style="padding:35px; font-size: large; color: #FF0035">
<!-- Full Time Admission List is Out! <a href="entranceForm/adminStatus.php"><div style="font-size: x-large; display; color: #000066">Click to Check Status.</div></a>-->
Post UTME Screening Form is Out! <a href="entranceForm"><div style="font-size: x-large; display; color: #000066">Click Here to Apply.</div></a>
Post UTME Closure Timer: <div id="demo_utme" style="font-size: xx-large; display: ">Loading...</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="container" style="background-color:#F0F5FF; display: none ">
<div class="row" style="padding:35px; font-size: large; color: #FF0035">
HND (FT & DPT) and ND (DPT & RPT) are Out! <a href="entranceForm"><div style="font-size: x-large; display: none; color: #000066">Click Here to Apply.</div></a>
HND FT,HND DPT ND DPT & ND RPT Closure Timer: <div id="demo_others" style="font-size: large; display: ">Loading...</div>
<!--<div class="badge" style="font-size: 20px" id="hndr">HND ONLINE SCREENING <br>RESCHEDULE</div>-->
<!-- Admission List is Out! <a href="entranceForm/adminStatus.php"><div style="font-size: x-large; display; color: #000066">Click to Check Results.</div></a>-->
</div>
</div>
</div>
<div class="col-md-4" style="display: none">
<div class="container" style="background-color:#F0F5FF; display: ">
<div class="row" style="padding:35px; font-size: large; color: #FF0035">
HND, ND DPT & ND RPT Closure Timer: <div id="demo_others" style="font-size: xx-large; display: ">Loading...</div>
<!-- ND FT to DPT/RPT Admission List is Out! <a href="entranceForm/adminStatusCon.php"><div style="font-size: x-large; display; color: #000066">Click to Check Status.</div></a>-->
</div>
</div>
</div>
</div>
<div id="clr5"></div>
<!--- COMMENCE SOCIAL MEDIA PLUGINS -->
<div class="container" style="background-color:#102844">
<div class="row">
<h4 style="text-align:center; color:#900; padding:5px; background-color:#FFF">FEDERAL POLYTECHNIC EDE TRENDING ON SOCIAL MEDIA</h4>
<div class="col-md-4 panel-body fb-page" data-tabs="timeline"
data-href="https://web.facebook.com/Federal-Polytechnic-Ede-570187890031766"
data-width="380"
data-height="600"
data-hide-cover="false"></div>
<div class="col-md-4 panel-body">
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Rector Federal Polytechnic Ede, Dr. Prince Adekolawole John Taiwo receiving the Inaugural Lecture publication from the presenter Engr. Abimbola S A A. at the 10th Premier Inaugural Lecture of the Polytechnic . <a href="https://twitter.com/hashtag/federalpolyede?src=hash&ref_src=twsrc%5Etfw">#federalpolyede</a> <a href="https://twitter.com/hashtag/inaugurallecture?src=hash&ref_src=twsrc%5Etfw">#inaugurallecture</a> <a href="https://twitter.com/hashtag/abimbolasaa?src=hash&ref_src=twsrc%5Etfw">#abimbolasaa</a> <a href="https://t.co/ZOn7CXrZR5">pic.twitter.com/ZOn7CXrZR5</a></p>— Federalpolyede (@federalpolyede) <a href="https://twitter.com/federalpolyede/status/997703801699209216?ref_src=twsrc%5Etfw">May 19, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="col-md-4 panel-body">
<div class="rg-plugin" data-stats="true" data-faces="true" data-publications="true" data-height="600" data-width="300" data-theme="light" data-type="institution" data-installationId="5b49c96710569f3f8c2d7abb" style="background-color:#FFF" />
</div>
</div>
</div>
<!--- END SOCIAL MEDIA PLUGINS -->
<!---- COMMENCE NEW FOOTER ---->
<div id="footer" style="background-color:#000000">
<div class="container">
<div class="row">
<div class="col-lg-3 panel-body">
<ul class="footlink">
<li><strong>STUDENT LOUNGE</strong></li>
<!-- <li><a href="entranceForm">Click here to apply for 2022/2023 Application Forms</a></li>-->
<!-- <li><a href="entranceForm">Click here to apply for ND Daily Part Time 2022/2023 Application Forms</a></li>-->
<!-- <li><a href="filetoU/HND_INSTRUCTION.pdf">HND Screening Examination Information</a></li>-->
<!-- <li><a href="filetoU/upload_DPT_conversion_22112019.pdf" style="display: none">Full Time to Daily PT List</a></li>-->
<!-- <li><a href="filetoU/admitted_RPT_conversion_22112019.pdf" style="display: none">Full Time to Regular PT List</a></li>-->
<!-- <li><a href="filetoU/2022_2023_advert.pdf">2022/2023 Post UTME Form Advert</a></li>-->
<!-- <li><a href="filetoU/2022_2023_advert.pdf">2022/2023 HND (FT & DPT)/ND (RPT & DPT) Advert</a></li>-->
<!-- <li><a href="filetoU/2022_2023_advert.pdf">2022/2023 ND DPT Advert</a></li>-->
<!-- <li><a href="filetoU/ADMISSIONS_ENTRY_REQUIREMENTS_2022_2023.pdf" target="_blank">Admissions Requirement</a></li>-->
<li><a href="coursePool.php">Check Approved Semester Courses</a></li>
<!-- <li><a href="admin_student">Check Semester Result</a></li>-->
<!-- <li><a href="filetoU/Procedure%20for%20registration.pdf">Registration Procedures for 2017/2018 Academic Session</a></li>-->
<li><a href="admin_student">Student Portal</a></li>
<li><a href="entranceForm/adminStatus.php" style="font-size: 20px">Check Admission Status</a></li>
<div style="color: #FF0000"><a href="entranceForm/login.php" style="color: #FF0000; display: none"><h1>Click Here to Pay for eQuestions</h1></a></div>
<!-- <li><a href="ace_entranceForm/adminStatus.php">ACE Admission Status (Ilori)</a></li>-->
<!-- <li><a href="ossce_entranceForm/adminStatus.php">ACE Admission Status (Ila-Orangun)</a></li>-->
<!-- <li><a href="eace_entranceForm/adminStatus.php">ACE Admission Status (Alayande)</a></li>-->
<!-- <li><a href="ace_entranceForm/adminStatus.php">Check ACE Admission Status</a></li>-->
<!-- <li><a href="ace_entranceForm/ACE%20List_firstBatch.pdf">Check ACE Admission List</a></li>-->
</ul>
</div>
<div class="col-lg-3 panel-body">
<ul class="footlink">
<li><strong>PAYMENT SOLUTIONS/DOWNLOADS</strong></li>
<!-- <li><a href="admin_student/remitaPaymentNon.php">None/Graduated Students' Payment</a></li>-->
<li><a href="admin_student/index_pay_otherpayment_now.php">None/Graduated Students' Payment</a></li>
<li><a href="admin_student/index_pay_reparation.php">Reparation Fee</a></li>
<!-- <li><a href="entranceForm/index_pay_question.php">Purchase e-Preparatory Materials for Poly Screening Exam</a></li>-->
<li><a href="filetoU/2023_2024_SchoolFees.pdf">2023/2024 School Fees Schedule Details</a></li>
<li><a href="schoolFees_verify.php">2023/2024 School Fees Schedule</a></li>
<li><a href="filetoU/PAYMENT%20INSTRUCTION.pdf">2023/2024 School Fees Instruction</a></li>
<!-- <li><a href="filetoU/2022_2023_SCHOOL_FEES_SCHEDULE.pdf >Schedule of School Fees for 2022/2023 Session</a></li>-->
<li><a href='http://errandex.com.ng/'>Click here to proceed to errandEX Service</a></li>
<li><a href='filetoU/FPE alumni/CANDIDATE%20EXPRESSION%20OF%20INTEREST%20%20FORM.pdf'>FPE Alumni Election(Expression of Interest Form) </a></li>
</ul>
</div>
<div class="col-lg-3 panel-body">
<ul class="footlink">
<li><strong>STAFF LOUNGE</strong></li>
<li><a href="admin_main">Staff Portal</a></li>
<li><a href="staff_lounge">Staff Lounge</a></li>
<li><a href="https://webmail.federalpolyede.edu.ng">Staff Email</a></li>
</ul>
<div id="clr10"></div>
<ul class="footlink">
<li style="border-bottom:#FFF solid 2px; color:#FF6"><strong>Follow us on Social Media</strong></li>
</ul>
<div id="clr"></div>
<ul id="nav">
<li><a href="https://web.facebook.com/Federal-Polytechnic-Ede-570187890031766/?ref=bookmarks">
<img title="Facebook" alt="Facebook" src="images/facebook.jpg" width="35" height="35" />
</a>
</li>
<li><a href="twitter.com/federalpolyede">
<img title="Twitter" alt="Twitter" src="images/twitter.jpg" width="35" height="35" />
</a></li>
<li><a href="instagram.com/federalpolyede">
<img title="Instagram" alt="Instagram" src="images/instagram.jpg" width="35" height="35" />
</a></li>
<li><a href="youtube.com/federalpolyede">
<img title="Youtube" alt="Youtube" src="images/youtube.jpg" width="35" height="35" />
</a></li>
</ul>
</div>
<div class="col-lg-3 panel-body">
<ul class="footlink">
<li><a href="index.php"><img src="images/logoede.png"></a></li>
</ul>
</div>
<div id="clr"></div>
<div class="col-lg-11 panel-body">
<div style="border-top:2px solid #999999; font-family:Verdana, Geneva, sans-serif">
<p class="foottext">© 2015 This site is developed and maintained by FPE ICT TEAM</p>
</div></div>
</div>
</div>
<div id="myModal" class="modal fade" >
<div class="modal-dialog" style="max-width: 1550px!important;">
<div class="modal-content">
<div class="modal-header alert-info">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">ANNOUNCEMENT! ANNOUNCEMENT!! ANNOUNCEMENT!!!</h4>
</div>
<div class="modal-body" style="background: #FFFFCC">
<p><h3>REGISTRATION FOR THE 2019/2020 JUPEB SESSION HAS OFFICIALLY COMMENCED</h3>
<b style="color: red">Requirement:</b><i> Minimum of 5 O'Level Credit Passes to include Mathematics and English Language and Three (3) Other Relevant Subjects to the intended Course of Study.</i></b>
<!-- <br><a href="rjupeb.php"><div style="text-align: right">Read More</div></a>-->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#rjupeb">
Read More
</button>
<!-- Modal -->
<div class="modal fade" id="rjupeb" tabindex="-1" role="dialog" aria-labelledby="rjupebLabel" aria-hidden="true">
<div class="modal-dialog" style="max-width: 500px!important;" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">JUPEB PROGRAMME</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
The Joint Universities Preliminary Examinations Board (JUPEB) is a national examinations body approved by the Federal Government of Nigeria in December 2013. It was formally established in April 2014 by a consortium of ten (10) partnering universities led by the University of Lagos. The board has the responsibility of conducting common and standard examinations for the candidates, who have been exposed to a minimum of one-year approved courses in the different Universities's Foundation and/or Diploma Programmes and are seeking Direct Entry admissions into University courses at the 200 Level in Nigerian and partnering foreign universities. The first of such examinations was conducted in August 2014 and successful candidates were admitted into 200 Level by JAMB based on recommendations from the universities. With effect from 2015, JUPEB Examinations will hold in June annually.
</div>
</div>
</div>
</div>
<hr>
<p><h3>REGISTRATION FOR THE 2019/2020 IJMB SESSION HAS OFFICIALLY COMMENCED</h3>
<b style="color: red">Requirement:</b><i> Minimum of 5 O'Level Credit Passes to include Mathematics and English Language and Three (3) Other Relevant Subjects to the intended Course of Study.</i></b>
<!-- <br><a href="rijmb.php"><div style="text-align: right">Read More</div></a>-->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#rijmb">
Read More
</button>
<!-- Modal -->
<div class="modal fade" id="rijmb" tabindex="-1" role="dialog" aria-labelledby="rjupebLabel" aria-hidden="true">
<div class="modal-dialog" style="max-width: 500px!important;" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">IJMB PROGRAMME</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
IJMB simply means Interim Joint Matriculation Board. It is the body that moderates the popular IJMBE (Interim Joint Matriculation Board Examination) Interim Joint MatricuLation Board Examination is a Federal Government Educational Programme that was established, controlled and run by Amadu Bello University, Zaria(ABU). IJMBE is an advanced level educational Examination that qualifies its candidate for admission into 200Level any Nigeria and Foreign Universities through Direct Entry. Most candidate who failed either in JAMB or POST-UTME in the past always go through this program and majority of them gain admission into 200level and meet their colleagues in 200 level. The good news is that a lot of people are entering into the university via IJMB program directly into 200 level because of its relevance. IJMB will allow you to choose three courses/subjects that are related to what you want to study in the university of your choice. The programme last for nine (9) months divided into two semesters. During this period, students are exposed to intensive lectures from Mondays to Friday every week and a weekly Continuous Assessment..
</div>
</div>
</div>
</div>
<hr>
<p><h3>REGISTRATION FOR THE 2019/2020 JAMB Remedial SESSION HAS OFFICIALLY COMMENCED</h3>
<b style="color: red">Requirement:</b><i> Minimum of 4 O'Level Passes to include Mathematics and English Language and ANY Other Two (2) Subjects.</i></b>
<br><a href="#"><div style="text-align: right">Read More</div></a>
<hr>
<br><b style="color: red; font-size: 25px">THE ONGOING REGISTRATIONS CLOSE ON 14th April, 2020.</b>
<br><i><h4>We're creating new routes for alternative university admission</h4></i></p>
<div><a href="entranceForm"><h3>Register Here</h3></a> </div>
<form>
</form>
</div>
</div>
</div>
</div>
<div class="modal fade" id="admList" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle" style="font-weight:bold;color:red;">NEWS FLASH!!!</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="alert alert-success" role="alert" style="display:">
<h4 class="alert-heading" style="font-weight:bold">APPLICATION FOR POST UTME SCREENING FOR ADMISSION INTO NATIONAL DIPLOMA (FULL TIME) FOR 2024/2025 ACADEMIC SESSION!</h4>
<hr>
<p>
This is to inform all Candidates who chose the Federal Polytechnic Ede as their first choice in the 2024/2025 UTME and Scored 120 and above that they are eligible to apply for
POST UTME screening exercise.
<br> <b>Screening Fee is 2,000.00</b>
</p>
<hr>
<p class="mb-0"> <a href="https://eportal.federalpolyede.edu.ng/" class="alert-link"> Click HERE to Apply </a></p>
</div>
<div class="alert alert-warning" role="alert" style="display: ">
<h4 class="alert-heading" style="font-weight:bold ">APPLICATION FOR ADMISSION INTO HND (FULL-TIME) AND ND PART-TIME (EVENING & WEEKEND) FOR 2024/2025 ACADEMIC SESSION!</h4>
<hr>
<p>
Applications are invited from suitable qualified Candidates for admission into HND (Full-Time) AND ND Part-Time(Evening & Weekend) for 2024/2025 Academic Session.
<br> <b>Application Form Fee is 15,000.00</b>
</p>
<hr>
<p class="mb-0"> <a href="https://eportal.federalpolyede.edu.ng/" class="alert-link"> Click HERE to Apply </a></p>
</div>
<div class="alert alert-warning" role="alert">
<h4 class="alert-danger" style="font-weight:bold; color:red">2023/2024 SECOND SEMESTER COURSE REGISTRATION!</h4>
<hr>
<p class="alert-danger">
<!-- The online course registration for second semester closes on Tuesday 31st, October, 2023. It is essential that you complete the registration and generate your Examination Slip before the deadline. Late registration will not be entertained.-->
The online course registration for Second Semester starts on Monday 15th, July, 2024. It is Mandatory that you pay for REPARATION FEE before you can proceed to the Course Registration.
</p>
<hr>
<p class="mb-0"> <a href="https://federalpolyede.edu.ng/admin_student" class="alert-link"> Click HERE to Register </a></p>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div id="admList1" class="modal fade" >
<div class="modal-dialog" style="max-width: 1550px!important;">
<div class="modal-content">
<div class="modal-header alert-info">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<!-- <h4 class="modal-title">ADMISSION LIST</h4>-->
<h4 class="modal-title">News Flash!!!</h4>
<div class="col-lg-12 alert-primary" > <div style="font-size: 20px" class="alert-danger"></div>
<div style="display: none">
<H2>Merit List of National Diploma (Daily Part Time) Admission is Out. - Acceptance Fee has (CLOSED) </H2>
<H2>Merit List and First Batch of Higher National Diploma (Full Time) Admission is Out. - Acceptance Fee Closes on 28h April, 2021 </H2>
<H2>First Batch of Higher National Diploma (Daily Part Time) Admission is Out. - Acceptance Fee Closes on 6th May, 2021 </H2>
<H2>Merit List and First Batch of National Diploma (Full Time) Admission is Out. - Acceptance Fee Closes on 28th May, 2021 </H2>
<div style="font-size: 25px; color: green"><a href="entranceForm/adminStatus.php" style="color: green";">Click Here to Check</a> </div>
<div style="color: red; font-size: 18px">Note: Acceptance Fee Payment Starts Immediately</div>
</div>
</div>
<div class="col-lg-12 alert-warning"><h2 style="color: red"></h2>
<?php
$countDownDate_accept='Saturday 27th March,2022 23:59:00';
$countDownDate_schFees='Monday 9th August,2021 00:00:01';
$countDownDate_schFees_C='Thursday 11th August,2023 23:59:00';
$countDownDate_schFees_L='Tuesday 14h September,2021 00:00:01';
$countDownDate_Reg='Monday 9th August,2021 23:59:00';
$countDownDate_resumption='Monday 5th September, 2021';
$countDownDate_siwes='Monday 7th March, 2022';
$countDownDate_utmeForm='Saturday 12th November, 2022';
$countDownDate_otherForms='Saturday 12th November, 2022';
?>
<script>
// Set the date we're counting down to
// 1. JavaScript
// var countDownDate = new Date("Sep 5, 2018 15:37:25").getTime();
// 2. PHP
var countDownDate_accept = <?php echo strtotime('Mar 27, 2022 23:59:00') ?> * 1000;
var countDownDate_schFees = <?php echo strtotime('Aug 9, 2021 00:00:01') ?> * 1000;
var countDownDate_schFees_C = <?php echo strtotime('Sep 13, 2021 23:59:59') ?> * 1000;
var countDownDate_schFees_L = <?php echo strtotime('Sep 14, 2021 00:00:01') ?> * 1000;
var countDownDate_Reg = <?php echo strtotime('Aug 9, 2021 11:59:00') ?> * 1000;
var countDownDate_resumption = <?php echo strtotime('Sep 5, 2021 15:37:25') ?> * 1000;
var countDownDate_siwes = <?php echo strtotime('Mar 7, 2022 23:59:59') ?> * 1000;
var countDownDate_utmeForm = <?php echo strtotime('Nov 12, 2022 23:59:59') ?> * 1000;
var countDownDate_otherForms = <?php echo strtotime('Nov 12, 2022 23:59:59') ?> * 1000;
var now = <?php echo time() ?> * 1000;
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
// 1. JavaScript
// var now = new Date().getTime();
// 2. PHP
now = now + 1000;
// Find the distance between now an the count down date
var distance = countDownDate - now;
var distance_accept = countDownDate_accept - now;
var distance_schFees = countDownDate_schFees - now;
var distance_schFees_C = countDownDate_schFees_C - now;
var distance_schFees_L = countDownDate_schFees_L - now;
var distance_Reg = countDownDate_Reg - now;
var distance_resumption = countDownDate_resumption - now;
var distance_siwes = countDownDate_siwes - now;
var distance_utmeForm = countDownDate_utmeForm - now;
var distance_otherForms = countDownDate_otherForms - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// var days_accept = Math.floor(distance_accept / (1000 * 60 * 60 * 24));
// var hours_accept = Math.floor((distance_accept % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
// var minutes_accept = Math.floor((distance_accept % (1000 * 60 * 60)) / (1000 * 60));
// var seconds_accept = Math.floor((distance_accept % (1000 * 60)) / 1000);
//
var days_schFees = Math.floor(distance_schFees / (1000 * 60 * 60 * 24));
var hours_schFees = Math.floor((distance_schFees % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_schFees = Math.floor((distance_schFees % (1000 * 60 * 60)) / (1000 * 60));
var seconds_schFees = Math.floor((distance_schFees % (1000 * 60)) / 1000);
//
var days_schFees_C = Math.floor(distance_schFees_C / (1000 * 60 * 60 * 24));
var hours_schFees_C = Math.floor((distance_schFees_C % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_schFees_C = Math.floor((distance_schFees_C % (1000 * 60 * 60)) / (1000 * 60));
var seconds_schFees_C = Math.floor((distance_schFees_C % (1000 * 60)) / 1000);
//
var days_schFees_L = Math.floor(distance_schFees_L / (1000 * 60 * 60 * 24));
var hours_schFees_L = Math.floor((distance_schFees_L % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_schFees_L = Math.floor((distance_schFees_L % (1000 * 60 * 60)) / (1000 * 60));
var seconds_schFees_L = Math.floor((distance_schFees_L % (1000 * 60)) / 1000);
//
var days_Reg = Math.floor(distance_Reg / (1000 * 60 * 60 * 24));
var hours_Reg = Math.floor((distance_Reg % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_Reg = Math.floor((distance_Reg % (1000 * 60 * 60)) / (1000 * 60));
var seconds_Reg = Math.floor((distance_Reg % (1000 * 60)) / 1000);
var days_resumption = Math.floor(distance_resumption / (1000 * 60 * 60 * 24));
var hours_resumption = Math.floor((distance_resumption % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_resumption = Math.floor((distance_resumption % (1000 * 60 * 60)) / (1000 * 60));
var seconds_resumption = Math.floor((distance_resumption % (1000 * 60)) / 1000);
var days_siwes = Math.floor(distance_siwes / (1000 * 60 * 60 * 24));
var hours_siwes = Math.floor((distance_siwes % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_siwes= Math.floor((distance_siwes % (1000 * 60 * 60)) / (1000 * 60));
var seconds_siwes= Math.floor((distance_siwes % (1000 * 60)) / 1000);
var days_utmeForm= Math.floor(distance_utmeForm / (1000 * 60 * 60 * 24));
var hours_utmeForm = Math.floor((distance_utmeForm % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_utmeForm= Math.floor((distance_utmeForm % (1000 * 60 * 60)) / (1000 * 60));
var seconds_utmeForm= Math.floor((distance_utmeForm % (1000 * 60)) / 1000);
var days_otherForms= Math.floor(distance_otherForms / (1000 * 60 * 60 * 24));
var hours_otherForms = Math.floor((distance_otherForms % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes_otherForms= Math.floor((distance_otherForms % (1000 * 60 * 60)) / (1000 * 60));
var seconds_otherForms= Math.floor((distance_otherForms % (1000 * 60)) / 1000);
//
// Output the result in an element with id="demo"
document.getElementById("demo").innerHTML = days + "d " + hours + "h " +
minutes + "m " + seconds + "s ";
document.getElementById("demo_accept").innerHTML = days_accept + "d " + hours_accept + "h " +
minutes_accept + "m " + seconds_accept + "s ";
document.getElementById("demo_siwes").innerHTML = days + "d " + hours + "h " +
minutes + "m " + seconds + "s ";
document.getElementById("demo_schlFees").innerHTML = days_schFees + "d " + hours_schFees + "h " +
minutes_schFees + "m " + seconds_schFees + "s ";
document.getElementById("demo_schlFees_C").innerHTML = days_schFees_C + "d " + hours_schFees_C + "h " +
minutes_schFees_C + "m " + seconds_schFees_C + "s ";
document.getElementById("demo_schlFees_L").innerHTML = days_schFees_L + "d " + hours_schFees_L + "h " +
minutes_schFees_L + "m " + seconds_schFees_L + "s ";
document.getElementById("demo_Reg").innerHTML = days_Reg + "d " + hours_Reg + "h " +
minutes_Reg + "m " + seconds_Reg + "s ";
document.getElementById("demo_resumption").innerHTML = days_resumption + "d " + hours_resumption + "h " +
minutes_resumption + "m " + seconds_resumption + "s ";
// document.getElementById("demo_siwes").innerHTML = days_siwes + "d " + hours_siwes + "h " +
// minutes_siwes + "m " + seconds_siwes + "s ";
document.getElementById("demo_utmeForm").innerHTML = days_utmeForm + "d " + hours_utmeForm + "h " +
minutes_utmeForm + "m " + seconds_utmeForm + "s ";
document.getElementById("demo_otherForms").innerHTML = days_otherForms + "d " + hours_otherForms + "h " +
minutes_otherForms + "m " + seconds_otherForms + "s ";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "This Activity has Closed";
}
if (distance_accept < 0) {
clearInterval(x);
document.getElementById("demo_accept").innerHTML = "This Activity has Closed";
}
if (distance_schFees < 0) {
clearInterval(x);
document.getElementById("demo_schlFees").innerHTML = "This Activity is On";
}
if (distance_schFees_C < 0) {
clearInterval(x);
document.getElementById("demo_schlFees_C").innerHTML = "This Activity has Closed";
}
if (distance_schFees_L < 0) {
clearInterval(x);
document.getElementById("demo_schlFees_L").innerHTML = "This Activity has Closed";
}
if (distance_Reg < 0) {
clearInterval(x);
document.getElementById("demo_Reg").innerHTML = "This Activity is On";
}
if (distance_resumption < 0) {
clearInterval(x);
document.getElementById("demo_resumption").innerHTML = "This Activity has Closed";
}
if (distance_siwes < 0) {
clearInterval(x);
document.getElementById("demo_siwes").innerHTML = "This Activity has Closed";
}
if (distance_utmeForm < 0) {
clearInterval(x);
// document.getElementById("demo_utmeForm").innerHTML = "Post UTME Form still available";
document.getElementById("demo_utmeForm").innerHTML = "Post UTME Form has Closed";
}
if (distance_otherForms < 0) {
clearInterval(x);
// document.getElementById("demo_otherForms").innerHTML = "HND (FT & DPT), ND (DPT & RPT) still available";
document.getElementById("demo_otherForms").innerHTML = "HND (FT & DPT), ND (DPT & RPT) Have Closed";
}
}, 1000);
</script>
<!-- <div STYLE="color: #000066; font-size: 20px"><hr>This is to inform all prospective applicants that applied for ND (Daily Part Time & Regular Part Time) and HND (Full Time & Daily Part Time) 2021/2022 academic session that the Entrance Screening Exercise will hold between 22nd and 25th February 2022. KINDLY REPRINT YOUR COMPLETED APPLICATION FORM TO SEE YOUR SCREENING DETAILS AND REQUIREMENT DOCUMENT.<br><a href="https://federalpolyede.edu.ng/entranceform/login.php">Click Here to Reprint</a> </div>-->
<div STYLE="color: #000066; font-size: 20px; display: none"><hr>Applications are invited from suitable qualified Candidates for admission into HND FULL-TIME & DAILY PART-TIME of the Federal Polytechnic Ede for the 2022/2023 Academic Session.</div>
<div STYLE="color: #000066; font-size: 20px; display: none"><hr>Students resume for 2022/2023 Academic Session on Monday, 10th April, 2023 and LECTURE starts immediately.
<div STYLE="color: #ff006F; font-size: 20px; display: none"><hr>Hostel Allocation and Payment starts on Monday, 3rd April, 2023.
<!-- <p></p><div class="btn btn-default" style="font-size: 20px"><a href="filetoU/advert_supplimentary.pdf">View Advert Details</a> </div></div>-->
<!-- <hr><div style="font-size: 18px; color: red;display: none">Application Closes on 31st March, 2023.</div>-->
<!-- <hr>-->
</div>
<div STYLE="color: #000066; font-size: 20px" display: none"><hr>This is to inform all prospective applicants that applied for ND (Daily Part Time & Regular Part Time) 2022/2023 academic session that they have to register for JAMB Part Time before they can be considered for admission.</div>
<div style="display: none"><hr>2023/2024 - Post UTME Form is Out <br><div style="color: #000033; font-size: 13px">Closing Date: <?php echo $countDownDate_utmeForm;?><div id="demo_utmeForm" style="color: red; font-size: 20px"></div></div></div>
<!-- <div style="display: nofne" ><hr>2022/2023 - ND (DPT) Form is Available <br><div style="color: #000033; font-size: 13px">Closing Date: January 15, 2023</div></div></div>-->
<!-- <div style="display: none"><hr>2020/2021 - Resumption Date <br><div style="color: #000033; font-size: 13px; display: none">Resumption Date: --><?php //echo $countDownDate_resumption;?><!--<div id="demo_resumption" style="color: red; font-size: 20px"></div></div></div>-->
<!-- <div style="display: "><hr>2021/2022 - ND FT (Second Batch) Acceptance Fees Payment <br><div style="color: #000033; font-size: 13px">Closing Date: --><?php //echo $countDownDate_accept;?><!--<div id="demo_accept" style="color: red; font-size: 20px"></div></div></div>-->
<!-- <div style="display: ""><hr>2020/2021 - School Fees Payment (Freshers) <br><div style="color: #000033; font-size: 13px">Closing Date: --><?php //echo $countDownDate_schFees;?><!--<div id="demo_schlFees" style="color: red; font-size: 20px"></div></div></div>-->
<div style="display: none"><hr>2022/2023 - School Fees Payment (Freshers) <br><div style="color: #000033; font-size: 13px">Closing Date: <?php echo $countDownDate_schFees_C;?><div id="demo_schlFees_C" style="color: red; font-size: 20px"></div></div></div>
<!-- <div style=" font-size: 20px; display: none" class="alert-danger"><hr>2020/2021 - School Fees Payment(Late Registration- Freshers) <br><div style="color: #000033; font-size: 13px">Starting Date: --><?php //echo $countDownDate_schFees_L;?><!--<div id="demo_schlFees_L" style="color: red; font-size: 20px"></div></div></div>-->
<!-- <div style="display: none"><hr>2020/2021 - Course Registration (Freshers) <br><div style="color: #000033; font-size: 13px">Starting Date: --><?php //echo $countDownDate_Reg;?><!--<div id="demo_Reg" style="color: red; font-size: 20px"></div></div></div>-->
<!-- <div style="display: nn""><hr>2020/2021 - SIWES Registration <br><div style="color: #000033; font-size: 13px">Closing Date: --><?php //echo $countDownDate_siwes;?><!--<div id="demo_siwes" style="color: red; font-size: 20px"></div></div></div>-->
<!-- <p></p><div class="btn btn-default" style="font-size: 20px"><a href="../filetoU/2020_2021_Registration_Procedures.pdf">Download Registration Procedures</a> </div></div>-->
<!-- <p></p><div class="btn btn-default" style="font-size: 20px"><a href="filetoU/2022_2023_advert.pdf">Download Advert</a> </div></div>-->
<hr>
<div style="font-style: oblique; font-size: 24px; color: green">Fresher Registration Information
<div STYLE="color: #000000; font-size: 18px; font-style: normal"><hr>This is to inform all Newly Admitted Students/Fresh Students that:.
<ul type="1">
<li>The Portal has been opened for Fresh Students to commence the Payment of their School Fees.</li>
<li>Fresh Students are expected to complete their Online Registration and print all necessary documents.</li>
<li>Fresh Students are expected to proceed with their Medical Registration at Medical Center in the following order.
<ul>
<li>20th March - 24th March, 2023 - School of Applied Sciences</li>
<li>27th March - 31st March, 2023 - School of Business Studies</li>
<li>3rd April - 7th April, 2023 - School of Environmental Studies & School of Sciences and Technology</li>
<li>10th April - 14th April, 2023 - School of Engineering and Technology & School of Communication and Information Sciences</li>
</ul></li>
<li>Also, Proceed to your respective School Office to collect Files</li>
</ul></div>
</div>
</div>
<!---- END NEW FOOTER ---->
<!-- jQuery -->
<script src="bower_components/datatables/media/js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Script to Activate the Carousel -->
<script>
$('.carousel').carousel({
interval: 3000 //changes the speed
})
</script>
</body>
</html>