| Server IP : 172.64.80.1 / Your IP : 172.70.131.126 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/busary/ |
Upload File : |
<?php
session_start();
if(!isset($_SESSION['user'])){
header('location:'.'index.php');
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/bursaryTemp.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Payment Confirm</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<style type="text/css">
body {
background-color: #CFD1DE;
background-image: url(../images/Fedpoly%20ede.png);
}
</style>
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="90%" align="center" cellpadding="3" cellspacing="5" background="../images/ba.png">
<tr>
<td><p> </p>
<p> </p>
<p> </p>
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td><table width="100%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td><ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="../index.php">Home</a></li>
<li><a href="stdPayment.php">Confirm Payment</a> </li>
<li><a class="MenuBarItemSubmenu" href="#">Check Detail</a>
<ul>
<li><a class="MenuBarItemSubmenu" href="#">Acceptance Fee</a>
<ul>
<li><a href="">School</a></li>
<li><a href="">Department</a></li>
</ul>
</li>
<li><a class="MenuBarItemSubmenu" href="#">School Fees</a>
<ul>
<li><a href="">School</a></li>
<li><a href="">Department</a></li>
</ul>
</li>
</ul>
</li>
</ul></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td width="80%"><!-- InstanceBeginEditable name="EditRegion3" -->
<table width="50%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td><fieldset>
<legend>
<h2>Enter Payment Receipt Number</h2>
</legend>
<form id="form1" name="form1" method="post" action="stdPayment_process.php">
<label for="serial"></label>
<table width="80%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td align="center"><input name="serial" type="text" required="required" id="txtRound" size="40" placeholder="Receipt Number" /></td>
</tr>
<tr>
<td align="center"><input type="submit" name="button" id="button" value="Check Payment" /></td>
</tr>
</table>
</form>
<p> </p>
</fieldset></td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
<td align="right" valign="top"><!-- InstanceBeginEditable name="EditRegion4" --><?php echo $_SESSION['user'].' Online - '; ?><a href="logout.php">Log Out</a><!-- InstanceEndEditable --></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<p> </p>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
<!-- InstanceEnd --></html>