| Server IP : 172.64.80.1 / Your IP : 108.162.216.213 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
include('connect.php');
$result=ExecuteQuery("select * from eace_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-grey'> <div class='panel-heading'>".
"<strong ><a href='#'>". $row['News_Title'] ."</a></strong>".
"</div></div><div class='panel panel-info' 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-danger'>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>Dual Award Programme | Ilori College of Education</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]-->
</head>
<!--===============================================================================================-->
<script>
// Set the date we're counting down to
var countDownDate_utme = new Date("July 30, 2019 23:59:25").getTime();
var countDownDate_others = new Date("September 30, 2019 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/ace_logo_banner.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 ACE Programme</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><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="ace_entranceForm">Admissions</a></li>
<li><a href="ace_admin_student/admin.php">Students</a></li>
<!-- <li><a href="admin_main">Staff Portal</a></li>-->
<!-- <li><a href="staff_lounge">Staff Lounge</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="ace_indexMain.php">Dual Award Programmes </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/ace_slides/fpe_var1.png" alt="Greenhouse Environment">
<div class="slidetext">
<h4 style="display: "><span style="color:#0F3">Management of Federal Polytechnic Ede and Ilori College of Education Ede on the inaugural Matriculation of Dual Qualifications Students for NSQF/UK RQF</h4>
</div>
</div>
<div class="item">
<img src="images/ace_slides/fpe_var2.png" alt="Digital Classrooms">
<div class="slidetext">
<h4 style="display: ">Digital Banner for Federal Poly Ede & Ilori CoE, OSCE Ila-Orangun ACE Centre </h4>
</div>
</div>
<div class="item">
<img src="images/ace_slides/fpe_var3.png" alt="Newly Equipped Digital Computer Laboratory">
<div class="slidetext">
<h4 style="display: ">The Programme Coordinator, Lovedays Egbedion of M8 KNOW Network with Ilori College of Education Management</h4>
</div>
</div>
<div class="item">
<img src="images/ace_slides/fpe_var4.png" alt="Locally Fabricated Training Boards and Classroom Chairs">
<div class="slidetext">
<h4 style="display: none">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/ace_slides/fpe_var5.png" alt="Newly Constructed Interlocked Roads">
<div class="slidetext">
<h4 style="display: none">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/ace_slides/fpe_var6.png" alt="Fish Processing Oven and Radio Station">
<div class="slidetext">
<h4 style="display: none">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/ace_slides/fpe_var7.png" alt="13th Annual Inaugural Lecture">
<div class="slidetext">
<h4 style="display: none">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/ace_slides/fpe_var8.png" alt="Awards of Excellence">
<div class="slidetext">
<h4 style="display: ">The Rector of Federal Polytechnic Ede Dr. J. T. Adekolawole and Management Team at OSSCE Ila-Orangun for the OSSCE ACE Centre Ila-Orangun</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" style="display: ">
<div class="col-lg-10 panel-body">
<div style="padding:8px; text-align:justify">
<p><strong>About Dual Award Programme</strong></p>
<p style="font-size: xx-large">Dual Award Programme</p>
</div>
</div>
<!-- <div class="col-lg-3 panel-body" style="margin-right:25px">-->
<!-- <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">-->
<!-- <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>
<!--- 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>DUAL 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">
<h3>The 2019/2020 Admission Exercise into (ACE) Dual Programmes with (Ilori College of Education, Ede) is NOW OPEN!!!<span style="float:right"><a href="ace_entranceForm" class="btn btn-danger">Click Here to Apply </a></span></h3>
<h3>The 2019/2020 Admission Exercise into (ACE) Dual Programmes with (Osun State College of Education, Ila) is NOW OPEN!!! <span style="float:right"><a href="ossce_entranceForm" class="btn btn-danger">Click Here to Apply </a></span></h3>
<h3>The 2019/2020 Admission Exercise into (ACE) Dual Programmes with (Emmanuel Alayande College of Education, Oyo) is NOW OPEN!!! <span style="float:right"><a href="eace_entranceForm" class="btn btn-danger">Click Here to Apply </a></span></h3>
<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 to view Requirement</a></span>
</p>
</div>
</div>
<div>
<div class="col-md-4">
<div class="container" style="background-color:#F0F5FF; display: none ">
<div class="row" style="padding:35px; font-size: large; color: #FF0035">
Post UTME Result is Out! <a href="entranceForm"><div style="font-size: x-large; display; color: #000066">Kindly Login to Reprint.</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-4">
<div class="container" style="background-color:#F0F5FF; display: none">
<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>
</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:#38566f">
<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="ace_entranceForm">2019/2020 Dual Application Forms (ICoE)</a></li>
<li><a href="ossce_entranceForm">2019/2020 Dual Application Forms (OSSCoE)</a></li>
<li><a href="eace_entranceForm">2019/2020 Dual Application Forms (EACoE)</a></li>
<!-- <li><a href="filetoU/advert2019.pdf">2019/2020 Application Forms Advert</a></li>-->
<li><a href="filetoU/requirement_2019.pdf" target="_blank">Admissions Requirement</a></li>
<li><a href="eace_admin_student">ACE Student Portal</a></li>
<li><a href="eace_entranceForm/adminStatus.php">Check ACE Admission Status</a></li>
<!-- <li><a href="eace_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="filetoU/2018_2019_SCHOOL%20FEES%20SCHEDULE%20LATEST%20FINALx.pdf">Schedule of School Fees for 2018/2019 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="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/ace_logo.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">© 2019 This site is developed and maintained by FPE ICT TEAM</p>
</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>