| Server IP : 172.64.80.1 / Your IP : 172.69.7.193 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/eace_entranceForm/ |
Upload File : |
<!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="">
<meta name="author" content="">
<title>Student Login | Federal Polytechnic Ede</title>
<!-- Bootstrap Core CSS -->
<link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="../bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../dist/css/sb-admin-2.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>
$(document).ready(function() {
var loginStatus=document.getElementById("loginStatus").value;
//alert("Enter Correct Detailaas");
if(loginStatus==1){
alert("Invalid Login Details");
}
$("#ooo").click(function(){
alert("Enter Correct Details"+loginStatus);
})
});
</script>
<script type="text/javascript" language="javascript" src="../js/jquery-1.7.1.js"></script>
<script type="text/javascript" language="javascript" src="../js/scriptDeptbb.js"></script>
</head>
<body>
<div id="wrapper" >
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top " role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<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 col-lg-10 col-lg-offset-0" href="../index.php"><img src="../images/logo3.png"></a>
</div>
</nav>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="login-panel panel panel-default">
<div class="panel-heading">
<h1 class="panel-title"><h2>Application Form</h2></h1> <div align="right"><a href="login.php"> Existing User</a></div>
</div>
<?php
// a=0 if the whole form is closing
$a=1;
if ($a==1){
?>
<div class="panel-body">
<form role="form" action="createAccount_process.php"
method="post">
<fieldset>
<div class="form-group">
<table width="100%">
<tr>
<td>
<?php
if (isset($_GET['id'])) {
if ($_GET['id'] == 1) {
echo '<td colspan="3" class="alert alert-danger" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Password MisMatch';
}
if ($_GET['id'] == 2) {
echo '<td colspan="3" class="alert alert-success" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Record Created Successfully, <a href="login.php"> Click Here to LogIn</a>';
}
if ($_GET['id'] == 3) {
echo '<td colspan="3" class="alert alert-danger" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Enter Valid Phone Number</a>';
}
if ($_GET['id'] == 4) {
echo '<td colspan="3" class="alert alert-danger" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Select Course of Study</a>';
}
if ($_GET['id'] == 5) {
echo '<td colspan="3" class="alert alert-danger" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Record Already Created</a>';
}
}
?>
</td>
</tr>
</table>
</div>
<?php
// echo "<h2 style='color: red'>Admission Forms have Closed</h2>";
?>
<div class="form-group">
<input class="form-control"
plossceholder="Surname" name="surName"
type="text" autofocus required>
</div>
<input name="" type="hidden" value="7" id="num">
<div class="form-group">
<input class="form-control"
plossceholder="Other Names"
name="otherNames" type="text" value=""
required>
</div>
<div class="form-group">
<input class="form-control"
plossceholder="Password" name="pass1"
type="password" value="" required>
</div>
<div class="form-group">
<input class="form-control"
plossceholder="Confirm Password"
name="pass2" type="password" value=""
required>
</div>
<div class="form-group">
<input class="form-control" maxlength="11"
plossceholder="Phone Number"
name="phoneNumber" type="tel" value=""
required>
</div>
<div class="form-group">
<input class="form-control" plossceholder="e-Mail"
name="eMail" type="email" value=""
required>
</div>
<div class="form-group" id="formTypea">
<select class="form-control" name="formTypea"
id="formType" required="required">
<option value="Null" selected="selected">Select Form Type</option>
<option value="utmeForm" style="">National Diploma (FT) Screening Form</option>
<option value="dptForm" style="">National Diploma (Daily Part Time) Form</option>
<option value="ptForm" style="">National Diploma (Regular Part Time) Form</option>
<option value="preForm" style="display: none">Pre National Diploma Form </option>
<option value="hndForm" style="">Higher National Diploma (Full Time) Form </option>
<option value="certForm" style="display: none">Certificate Course (Diploma) Form </option>
<option value="remForm" style="display: none">Months Intense Preparation (Remedial)</option>
<option value="remForm">Remedial Programme</option>
</select>
</div>
<div id="dept"></div>
<!-- Change this to a button or input when using this as a form -->
<!-- <a href="index.html" class="btn btn-lg btn-success btn-block">Login</a>-->
<br>
<div class=""><input type="submit"
class="btn btn-primary btn-block btn-lg "
value="Create Account">
</div>
<input type="hidden" name="hiddenField"
id="loginStatus" value="<?php
if (isset($_GET['id'])) {
echo $_GET['id'];
} else {
echo '0';
}
?>">
</fieldset>
</form>
</div>
</div>
<?php
}
?>
</div>
</div>
</div>
<!-- jQuery -->
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../dist/js/sb-admin-2.js"></script>
</body>
</html>