| Server IP : 172.64.80.1 / Your IP : 172.70.131.125 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/.trash/inCase/ |
Upload File : |
<?php
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>";
}
?>
<!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 situtated 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("October 31, 2020 23:59:25").getTime();
var countDownDate_others = new Date("October 31, 2020 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 = "Registration Has Closed";
}
}, 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;
// 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);
// 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> ";
// 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 = "Registration Has Closed";
}
}, 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=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="admin_student/admin.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>
</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/fpe_var1.jpg" alt="Greenhouse Environment">
<div class="slidetext">
<h4><span style="color:#0F3">Operation Greenhouse: </span>Neatly Maintained Lawn at the Architectural Technology Department Building, South Campus of the Polytechnic</h4>
</div>
</div>
<div class="item">
<img src="images/slides/fpe_var2.jpg" alt="Digital Classrooms">
<div class="slidetext">
<h4>Commissioning of the Renovated Digital Classrooms at Department of Science Laboratory Technology by the Chairman Governing Council, Prof. Nasir Yauri</h4>
</div>
</div>
<div class="item">
<img src="images/slides/fpe_var3.jpg" alt="Newly Equipped Digital Computer Laboratory">
<div class="slidetext">
<h4>Commissioning of Newly Equipped Digital Computer Laboratory at the Office Technology Management (OTM) Department by Council Members as part of the One-year Achievements of the Rector - Dr. J. T. Adekolawole</h4>
</div>
</div>
<div class="item">
<img src="images/slides/fpe_var4.jpg" alt="Locally Fabricated Training Boards and Classroom Chairs">
<div class="slidetext">
<h4>Commissioning of Locally Fabricated Training Boards and Classroom Chairs (by the Building Technology Department) at the Departments of Architectural Technology and Estate Management respectively by the Council Chairman. Prof. Nasir Yauri as part of the One-year Achievements of the Rector - Dr. J. T. Adekolawole</h4>
</div>
</div>
<div class="item">
<img src="images/slides/fpe_var5.jpg" alt="Newly Constructed Interlocked Roads">
<div class="slidetext">
<h4>Commissioning of Newly Constructed Interlocked Roads at the North Campus by Council as part of the One-year Achivements of the Rector - Dr. J. T. Adekolawole</h4>
</div>
</div>
<div class="item">
<img src="images/slides/fpe_var6.jpg" alt="Fish Processing Oven and Radio Station">
<div class="slidetext">
<h4>Commissioning of a Locally Fabricated Fish Processing Oven and the Digital Communication Facilities for Radio and TV Transmission at the Agricultural Centre and the Proposed Mass Communication Department respectively by the Polytechnic Governing Council Chairman</h4>
</div>
</div>
<div class="item">
<img src="images/slides/fpe_var7.jpg" alt="13th Annual Inaugural Lecture">
<div class="slidetext">
<h4>The 13th Annual Inaugural Lecture of the Polytechnic presented by Dr. Ajayi M. A. (Dean, School of Applied Sciences) titled "Abundant Life Ahead of Academic Retirees"</h4> </div>
</div>
<div class="item">
<img src="images/slides/fpe_var8.jpg" alt="Awards of Excellence">
<div class="slidetext">
<h4>The Rector and his Management Team receiving Awards for the Outstanding Polytechnic and Outstanding Rector of the Year 2018</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:nne ">
<img alt="FPE-SIMS" src="filetoU/visitata.jpg" width="450" height="450"></a>
</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: ;">
<h2>Now Open! <br>Directoriate 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>
<div class="col-md-6">
<div class="container" style="background-color:#F0F5FF; display: ">
<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 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: ">
<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>-->
<!--<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 2020/2021 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/2021%20UTME%20advert.pdf">2020/2021 Post UTME Form Advert</a></li>
<li><a href="filetoU/2021%20others%20advert.pdf">2020/2021 HND (FT & DPT)/ND (RPT & DPT)</a></li>
<li><a href="filetoU/requirement_2019.pdf" target="_blank">Admissions Requirement</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>
<!-- <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.php">None/Graduated Students' Payment</a></li>
<li><a href="entranceForm/index_pay_question.php">Purchase e-Preparatory Materials for Poly Screening Exam</a></li>
<li><a href="filetoU/2019_2020_SchoolFeesSchedule.pdf">2019/2020 School Fees Schedule</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 id="admList" 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>
<div class="col-lg-12 alert-primary" > <div style="font-size: 20px" class="alert-danger"></div>
<div>
<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>
</div>
</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>