📁 File Manager
🏠 /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
/
adminpanel
/
Admission26
Dosya Düzenle: hk.php
<?php include 'connect.php'; $rcno = $_GET['id']; $st = "select * from recipt where FormNo='$rcno'"; $qst = mysqli_query($con,$st); if($str = mysqli_fetch_array($qst)) { $rollno = $str['rollno']; $name = $str['name']; $course = $str['course']; $phone = $str['phone']; $date = $str['date']; $price = $str['price']; $text = $str['test']; $fno = $str['FormNo']; $s1 = "select * from subjects where formNo='$fno'"; $q1 = mysqli_query($con, $s1); if ($rw1 =mysqli_fetch_array($q1)){ $sub1 = $rw1['sub1']; $sub2 = $rw1['sub2']; $sub3 =$rw1['sub3']; $major = $rw1['major']; $Mm= ""; if($major == yes){ $Mm = "Major: "; } else{ $Mm = "Minor: "; } } } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>Admission Protal</title> <!-- Custom fonts for this template--> <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet"> <!-- Custom styles for this template--> <link href="css/sb-admin-2.min.css" rel="stylesheet"> <style> @media print { /* Override Bootstrap's default column width for print */ .col-md-6 { width: 50%; float: left; } } </style> <style> table { border-collapse:collapse; padding:-15px; } table tr { padding:-15px; background: #f0f0f0; line-height: 12px; } table td { text-align:center; padding:-15px; } </style> <script> function printNow(areaID) { var printContent = document.getElementById(areaID).innerHTML; var originalContent = document.body.innerHTML; document.body.innerHTML = printContent; // Create a style element for landscape printing var style = document.createElement('style'); style.innerHTML = '@page { size: landscape; }'; document.head.appendChild(style); window.print(); // Remove the landscape printing style after printing document.head.removeChild(style); document.body.innerHTML = originalContent; } </script> </head> <body id="page-top"> <!-- Page Wrapper --> <div id="wrapper"> <?php include ('menu.php'); ?> <!-- Content Wrapper --> <div id="content-wrapper" class="d-flex flex-column"> <!-- Main Content --> <div id="content"> <!-- Topbar --> <nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow"> <!-- Sidebar Toggle (Topbar) --> <button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3"> <i class="fa fa-bars"></i> </button> <!-- Topbar Search --> <form class="d-none d-sm-inline-block form-inline mr-auto ml-md-3 my-2 my-md-0 mw-100 navbar-search"> <div class="input-group"> <input type="text" class="form-control bg-light border-0 small" placeholder="Search for..." aria-label="Form Search" aria-describedby="basic-addon2"> <div class="input-group-append"> <button class="btn btn-primary" type="button"> <i class="fas fa-search fa-sm"></i> </button> </div> </div> </form> <div class="topbar-divider d-none d-sm-block"></div> <!-- Nav Item - User Information --> <li class="nav-item dropdown no-arrow"> <a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="mr-2 d-none d-lg-inline text-gray-600 small">Mangaldai College</span> <img class="img-profile rounded-circle" src="img/undraw_profile.svg"> </a> <!-- Dropdown - User Information --> <div class="dropdown-menu dropdown-menu-right shadow animated--grow-in" aria-labelledby="userDropdown"> <a class="dropdown-item" href="#"> <i class="fas fa-user fa-sm fa-fw mr-2 text-gray-400"></i> Profile </a> <a class="dropdown-item" href="#"> <i class="fas fa-cogs fa-sm fa-fw mr-2 text-gray-400"></i> Settings </a> <a class="dropdown-item" href="#"> <i class="fas fa-list fa-sm fa-fw mr-2 text-gray-400"></i> Activity Log </a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="#" data-toggle="modal" data-target="#logoutModal"> <i class="fas fa-sign-out-alt fa-sm fa-fw mr-2 text-gray-400"></i> Logout </a> </div> </li> </ul> </nav> <!-- End of Topbar --> <!-- Begin Page Content --> <div class="container-fluid"> <div class="row"> <!-- Area Chart --> <div class="col-xl-12 col-lg-12"> <div class="card shadow mb-4"> <!-- Card Header - Dropdown --> <div class="card-header py-3 d-flex flex-row align-items-center justify-content-between"> <h6 class="m-0 font-weight-bold text-primary"><input class="btn btn-warning" Value="Print Receipt" type="button" onClick="printNow('printableArea')"></h6> <div class="dropdown no-arrow"> <a class="dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i class="fas fa-ellipsis-v fa-sm fa-fw text-gray-400"></i> </a> <div class="dropdown-menu dropdown-menu-right shadow animated--fade-in" aria-labelledby="dropdownMenuLink"> <div class="dropdown-header">Dropdown Header:</div> <a class="dropdown-item" href="#">Action</a> <a class="dropdown-item" href="#">Another action</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="#">Something else here</a> </div> </div> </div> <!-- Card Body --> <div class="card-body"> <!-- Challan --> <div class="row" id="printableArea"> <div class="col-md-6"> <!-- College --> <table width="90%" id="collapseTable"> <tr> <td> <img src="https://mangaldaicollege.org/img/logo.png" width="80px" height="80px"> </td> <td align="center" style=" line-height: 13px;"> <b style=" font-weight: 700; color: black;"> PAYMENT RECEPIT</b> <br> <b style=" font-weight: 700; font-size:12px; color: black;"> Mangaldai College <br> <?php echo $str['course']; ?> 1st Semester <br> NAME: <?php echo $str['name']; ?> <br> Phone No: <?php echo $str['phone']; ?> <br> Roll No: <?php echo $str['rollno']; ?> </td> <td style=" line-height: 13px;"> <b style=" font-weight: 700; font-size:12px; color: black;"> Receipt No: <?php echo $str['rcno']; ?> <br> Date: <?php echo $str['date']; ?></b> </td> </tr> <tr> <td colspan="3" height="20px"> </td> <td> </td> <td> </td> </tr> <tr> <td colspan="3" height="20px"> <?php echo $Mm .$sub1.", ".$sub2.", ".$sub3; ?> </td> </tr> <tr style=" border: 1px solid black;"> <td > <b style=" font-weight: 700; color: black;"> Sl No </b> </td> <td align="center"><b style=" font-weight: 700; color: black;"> Account Head </b></td> <td align="center"><b style=" font-weight: 700; color: black;"> Amount </b></td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;"> 1 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Admission </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 500/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;"> 2 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;">a)Tution Fees General </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">720/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;"> 3 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;">College development </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">300/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;"> 4 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;">Infrastructure </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">300/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;"> 5 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;">Auditorium </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">100/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;"> 6 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;">Electricity </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">350/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">7 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;">Drinking water </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">10/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">8 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;">Examination (Internal) </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">250/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">9 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;">Certificate </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">25/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">10 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Library & Library Development</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">200/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">11 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Library caution</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">100/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">12 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Identity card</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">25/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">13 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Students welfare</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">100/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">14 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Campus development</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">300/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">15 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> NSS/NCC/Scouts and Guides</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">30/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">16 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Laboratory caution</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">75/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">17 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Laboratory fees</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">300/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">18 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Laboratory contigency</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">250/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">19 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Faculty development</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">400/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">20 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Affiliation</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">150/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">21 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> IQAC</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">100/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">22 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> ICT</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">100/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">23 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> College Contingency </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">150/- </b> </td> </tr> <tr style=" "> <td ><b style="font-size:10px; font-weight: 700; color: black;">24 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Maharajat Jayanti</b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">25/- </b> </td> </tr> <tr > <td ><b style=" font-size:10px; font-weight: 700; color: black;"> 25 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Union Fees </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 40/- </b> </td> </tr> <tr > <td><b style=" font-size:10px; font-weight: 700; color: black;"> 26 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Festival Fees </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 50/- </b> </td> </tr> <tr > <td ><b style=" font-size:10px; font-weight: 700; color: black;"> 27 </b></td> <td align="left"><b style="font-size:10px; font-weight: 700; color: black;">Union Miscl Fees </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 10/- </b> </td> </tr> <tr > <td><b style=" font-size:10px; font-weight: 700; color: black;"> 28 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Magazine </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 100/- </b> </td> </tr> <tr > <td ><b style=" font-size:10px; font-weight: 700; color: black;"> 29 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Game Fees </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 30/- </b> </td> </tr> <tr > <td ><b style=" font-size:10px; font-weight: 700; color: black;"> 30 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Youth Festivale </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 35/- </b> </td> </tr> <tr > <td ><b style=" font-size:10px; font-weight: 700; color: black;"> 31 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Music & Culture </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 30/- </b> </td> </tr> <tr > <td ><b style="font-size:10px; font-weight: 700; color: black;"> 32 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700;; color: black;"> Social Service </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 10/- </b> </td> </tr> <tr > <td><b style=" font-size:10px; font-weight: 700; color: black;"> 33 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Debates & Talk a) General </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 20/- </b> </td> </tr> <tr > <td ><b style=" font-size:10px; font-weight: 700; color: black;"> 34 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> b) Inter college competition </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 30/- </b> </td> </tr> <tr > <td ><b style=" font-size:10px; font-weight: 700; color: black;"> 35 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Common Room </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 20/- </b> </td> </tr> <tr > <td><b style=" font-size:10px; font-weight: 700; color: black;"> 36 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Gymnasium </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 20/- </b> </td> </tr> <tr > <td ><b style=" font-size:10px; font-weight: 700; color: black;"> 37 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Fine Arts </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;"> 5/- </b> </td> </tr> <tr > <td><b style=" font-size:10px; font-weight: 700; color: black;">38 </b></td> <td align="left"><b style=" font-size:10px; font-weight: 700; color: black;"> Literary Section </b></td> <td align="center"> <b style=" font-size:10px; font-weight: 700; color: black;">5/- </b> </td> </tr> <tr style=" border: 1px solid black;"> <td ><b style=" font-weight: 700; color: black;"> </b></td> <td align="center"><b style=" font-weight: 700; color: black;"> Admission Fee for <?php echo $str['course']; ?> </b></td> <td align="center"> <b style=" font-weight: 700; color: black;"> <?php echo $str['price']; ?>/- </b> </td> </tr> <tr> <td > </b></td> <td align="center"><b style=" font-weight: 500; color: black;"> Total Amount (<?php echo $str['test']; ?>) </b></td> <td align="center"> <b style=" font-weight: 700; color: black;"> <?php echo $str['price']; ?>/- </b> </td> </tr> <tr> <td > </td> <td align="center"></td> <td align="center" height="120px"><b style=" font-weight: 500; color: black;"> Receiving Officer </b> </td> </tr> </table> <br> <br> </div> <div class="col-md-6"> <!-- College --> <table width="90%"> <tr> <td> <img src="https://mangaldaicollege.org/img/logo.png" width="80px" height="80px"> </td> <td align="center" style=" line-height: 13px;"> <b style=" font-weight: 700; color: black;"> PAYMENT RECEPIT</b> <br> <b style=" font-weight: 700; font-size:12px; color: black;"> Mangaldai College <br> <?php echo $str['course']; ?> 1st Semester <br> NAME: <?php echo $str['name']; ?> <br> Phone No: <?php echo $str['phone']; ?> <br> Roll No: <?php echo $str['rollno']; ?> </td> <td style=" line-height: 13px;"> <b style=" font-weight: 700; font-size:12px; color: black;"> Receipt No: <?php echo $str['rcno']; ?> <br> Date: <?php echo $str['date']; ?></b> </td> </tr> <tr> <td colspan="3" height="20px"> </td> <td> </td> <td> </td> </tr> <tr> <td colspan="3" height="20px"> <?php echo $Mm .$sub1.", ".$sub2.", ".$sub3; ?> </td> </tr> <tr style=" border: 1px solid black;"> <td > <b style=" font-weight: 700; color: black;"> Sl No </b> </td> <td align="center"><b style=" font-weight: 700; color: black;"> Account Head </b></td> <td align="center"><b style=" font-weight: 700; color: black;"> Amount </b></td> </tr> </tr> <tr style=" border: 1px solid black;"> <td ><b style=" font-weight: 700; color: black;"> 1 </b></td> <td align="center"><b style=" font-weight: 700; color: black;"> Admission Fee for <?php echo $str['course']; ?> </b></td> <td align="center"> <b style=" font-weight: 700; color: black;"> <?php echo $str['price']; ?>/- </b> </td> </tr> <tr> <td > </b></td> <td align="center"><b style=" font-weight: 500; color: black;"> Total Amount (<?php echo $str['test']; ?>) </b></td> <td align="center"> <b style=" font-weight: 700; color: black;"> <?php echo $str['price']; ?>/- </b> </td> </tr> <tr> <td > </td> <td align="center"></td> <td align="center" height="120px"><b style=" font-weight: 500; color: black;"> Receiving Officer </b> </td> </tr> </table> <br> <br> </div> </div> <!-- Challan --> </div> </div> </div> </div> <!-- Content Row --> </div> <!-- /.container-fluid --> </div> <!-- End of Main Content --> <!-- Footer --> <footer class="sticky-footer bg-white"> <div class="container my-auto"> <div class="copyright text-center my-auto"> <span>Copyright © CSIT Team</span> </div> </div> </footer> <!-- End of Footer --> </div> <!-- End of Content Wrapper --> </div> <!-- End of Page Wrapper --> <!-- Scroll to Top Button--> <a class="scroll-to-top rounded" href="#page-top"> <i class="fas fa-angle-up"></i> </a> <!-- Logout Modal--> <div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5> <button class="close" type="button" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body">Select "Logout" below if you are ready to end your current session.</div> <div class="modal-footer"> <button class="btn btn-secondary" type="button" data-dismiss="modal">Cancel</button> <a class="btn btn-primary" href="login.html">Logout</a> </div> </div> </div> </div> <!-- Bootstrap core JavaScript--> <script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <!-- Core plugin JavaScript--> <script src="vendor/jquery-easing/jquery.easing.min.js"></script> <!-- Custom scripts for all pages--> <script src="js/sb-admin-2.min.js"></script> <!-- Page level plugins --> <script src="vendor/chart.js/Chart.min.js"></script> <!-- Page level custom scripts --> <script src="js/demo/chart-area-demo.js"></script> <script src="js/demo/chart-pie-demo.js"></script> <!-- Page level plugins --> <script src="vendor/datatables/jquery.dataTables.min.js"></script> <script src="vendor/datatables/dataTables.bootstrap4.min.js"></script> <!-- Page level custom scripts --> <script src="js/demo/datatables-demo.js"></script> </body> </html>
💾 Kaydet
İptal