| 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/admin_main/ |
Upload File : |
<?php
/**
* Created by PhpStorm.
* User: adisa
* Date: 3/2/2016
* Time: 3:18 PM
*/
include('headMain_2.php');
echo '<div align="right"><a href="javascript:history.go(-1)"> Go to Previous page</a></div>';
?>
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript" src="../js/jquery-1.7.1.js"></script>
<script type="text/javascript" language="javascript" src="../js/scriptFileLong.js"></script>
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-8">
<div class="panel panel-primary">
<div class="panel-heading">
Check Field Details
</div>
<div class="panel-body alert-info">
<div class="row">
<div class="col-lg-12">
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td><fieldset>
<form action="ExcelExportMIS.php" method="post" name="form1" id="form1">
<table width="80%" cellspacing="5" cellpadding="3" align="center">
<tr>
<?php
if (isset($_GET['id'])){
if ($_GET['id']==1){
echo '<td colspan="3" class="alert alert-success" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Record Updated Successfully';
}elseif($_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>Record Failed to Update';
}elseif($_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>Password Mismatch';
}
}
?>
</td>
</tr>
<tr>
<td>
<b>Matric No.</b></td><td><input type="checkbox" class="form-control" value="matNo" readonly name="matNo" >
</td>
<td> </td>
<td>
<b>Names </b></td><td><input type="checkbox" class="form-control" value="names" readonly name="names" >
</td>
</tr>
<tr>
<td>
<b>Course </b></td><td><input type="checkbox" class="form-control" value="course" readonly name="course" >
</td>
<td> </td>
<td>
<b>Level </b></td><td><input type="checkbox" class="form-control" value="level" readonly name="level" >
</td>
</tr>
<tr>
<td>
<b>Mode </b></td><td><input type="checkbox" class="form-control" value="mode" readonly name="mode" >
</td>
<td> </td>
<td>
<b>State of Origin </b></td><td><input type="checkbox" class="form-control" value="state" readonly name="state" >
</td>
</tr>
<tr>
<td>
<b>LGA </b></td><td><input type="checkbox" class="form-control" value="lga" readonly name="lga" >
</td>
<td> </td>
<td>
<b>Date of Birth </b></td><td><input type="checkbox" class="form-control" value="dob" readonly name="dob" >
</td>
</tr>
<tr>
<td>
<b>Mobile No </b></td><td><input type="checkbox" class="form-control" value="gsm" readonly name="gsm" >
</td>
<td> </td>
<td>
<b>Sex </b></td><td><input type="checkbox" class="form-control" value="sex" readonly name="sex" >
</td>
</tr>
<tr>
<td>
<b>address </b></td><td><input type="checkbox" class="form-control" value="address" readonly name="address" >
</td>
<td> </td>
<td>
<b>Home Town </b></td><td><input type="checkbox" class="form-control" value="town" readonly name="town" >
</td>
</tr>
<tr>
<td>
<b>email </b></td><td><input type="checkbox" class="form-control" value="email" readonly name="email" >
</td>
<td> </td>
<td>
<b>Guardians' Name </b></td><td><input type="checkbox" class="form-control" value="gName" readonly name="gName" >
</td>
</tr>
<tr>
<td>
<b>Guardians' Phone No </b></td><td><input type="checkbox" class="form-control" value="gGSM" readonly name="gGSM" >
</td>
<td> </td>
<td>
<b>Guardians' Address </b></td><td><input type="checkbox" class="form-control" value="gAddress" readonly name="gAddress" >
</td>
</tr>
<tr>
<td colspan="6"><br><input type="submit" name="submit" id="submit" value="Download" class="btn btn-primary form-control" /></td>
</tr>
</table>
</form>
</fieldset></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include('footMain.php');
?>