| Server IP : 172.64.80.1 / Your IP : 172.70.50.62 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/admin_student/ |
Upload File : |
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<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 CPanel | Federal Poly 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">
<!-- DataTables CSS -->
<link href="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet">
<!-- DataTables Responsive CSS -->
<link href="../bower_components/datatables-responsive/css/dataTables.responsive.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]-->
</head>
<div id="wrapper">
<table width="100%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td><fieldset>
<form id="form1" name="form1" method="post" action="processpayment.php" role="form">
<fieldset>
<legend>
<div class="row">
<div class="col-lg-3"></div>
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<form role="form">
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td> </td>
<td> </td>
<td><b>
<h3> </h3></b></td>
</tr>
<tr>
<td colspan="3"><table width="400" align="center">
<tbody>
<tr>
<td width="200">Payer Name:</td>
<td><input name="payerName" class="form-control" type="text" value="" size="45" readonly="readonly" id="txtRound"/></td>
</tr>
<tr>
<td width="200">Payer Email: <font color="red">*</font></td>
<td><input name="payerEmail" required="required" class="form-control keyboard form-control" value="" type="email" id="txtRound" /></td>
</tr>
<tr>
<td width="200">Payer Phone:</td>
<td><input name="payerPhone" class="form-control" value="" type="text" id="txtRound" /></td>
</tr>
<tr>
<td>No. of O'level</td>
<td><label for="olevel"></label>
<select name="olevel" id="olevel" class="form-control">
<option value="0">1</option>
<option value="2500">2</option>
</select></td>
</tr>
<tr>
<td width="200">Total Amount: <font color="red">*</font></td>
<td id="amt1"><input class="form-control" name="amt" type="text" required="required" value="" readonly="readonly" id="amt" /></td>
</tr>
<tr>
<td width="200">Payment Type:</td>
<td><select class="required-entry form-control" title="Credit Card Type" name="paymenttype" id="paymenttype" autocomplete="off" >
<option>-- Select Payment Type --</option>
<option value="VERVE"> Verve Card</option>
<option value="VISA"> Visa</option>
<option value="MASTERCARD"> MasterCard</option>
<option value="POCKETMONI"> PocketMoni</option>
<option value="POS"> POS</option>
<option value="ATM"> ATM</option>
<option value="BANK_BRANCH">BANK BRANCH</option>
<option value="BANK_INTERNET">BANK INTERNET</option>
<option value="REMITA_PAY"> Remita Account Transfer</option>
</select></td>
</tr>
<tr><td><p></p></td></tr>
<tr>
<td colspan="2" align="center"><p><input type ="submit" class="btn btn-primary btn-block" name="input" value="Pay" id="button" />
<img src="../images/remitaLogo.jpg" alt="" width="418" height="90" />
<p><?php echo' <br /><a href="paymentHistory.php"> Click to check Payment Histroy</a>';?></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><b>
<h3> Amount Expected: 0</h3></b></td>
</tr>
</table>
</form>
</fieldset></td>
</tr>
</table>
<?php
include('footMain.php');
ob_end_flush();
?>
</div>