X7ROOT File Manager
Current Path:
/home/u126090504/domains/nistresidentialcollege.in/public_html
home
/
u126090504
/
domains
/
nistresidentialcollege.in
/
public_html
/
📁
..
📄
.htaccess
(2.31 KB)
📄
Courses-Offered.php
(2.07 KB)
📄
Nist-Backup.zip
(94.12 MB)
📄
about.php
(5.67 KB)
📄
achievers.php
(2.89 KB)
📁
admin
📄
admission.php
(4.36 KB)
📁
ajax-load
📄
career.php
(5.74 KB)
📄
cleanup_README.txt
(1.25 KB)
📄
contact.php
(4.99 KB)
📄
contactdb.php
(1018 B)
📄
courses.php
(14.88 KB)
📁
css
📄
examination.php
(3.26 KB)
📄
facilities.php
(7.06 KB)
📄
fees.php
(24.29 KB)
📁
fonts
📄
gallery.php
(3.51 KB)
📁
images
📄
index.php
(24.2 KB)
📁
js
📄
online-admission.php
(8.84 KB)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
talent-search.php
(5.43 KB)
📄
viewpaymentdb.php
(1.26 KB)
Editing: online-admission.php
<?php include ("admin/include/header.php"); ?> <body class=""> <div id="wrapper" class="clearfix"> <!-- preloader --> <!-- Header --> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-white-1" data-bg-img="images/bg/slide3.jpg"> <div class="container pt-60 pb-60"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-sm-8 text-left flip xs-text-center"> <h2 class="title" style="font-size:19px; color:white;">ONLINE ADMISSION</h2> </div> </div> </div> </div> </section> <br/> <br/> <!-- Section: About --> <section class="divider" style="margin-top:-5%;"> <div class="container"> <div class="row"> <h2 class="text-uppercase mt-0 mt-sm-30" style="font-size: 20px; color:#740000; margin-left:20%;">Pay Booking Amount 10000/- Before Sumbmitting the form</h2> <div class="col-md-6 col-md-push-3"> <div class="border-1px p-30 mb-0"> <h3 class="text-theme-colored mt-0 pt-5">Apply Now</h3> <hr> <p>*Booking Amount is Non Refundable</p> <form id="job_apply_form" name="job_apply_form" action="viewpaymentdb.php" method="post" enctype="multipart/form-data"> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <label>Full Name <small>*</small></label> <input name="name" type="text" placeholder="Enter Name" required="" class="form-control"> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label>Father Name <small>*</small></label> <input name="father" class="form-control required email" type="test" placeholder="Enter Father's name"> </div> </div> </div> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <label>School Name <small>*</small></label> <input name="school" type="text" placeholder="Enter School Name" required="" class="form-control"> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label>address <small>*</small></label> <input name="address" class="form-control required email" type="text" placeholder="Enter Address"> </div> </div> </div> <div class="form-group"> <label>Student's Aadhar Number <small>*</small></label> <textarea name="aad" class="form-control required" rows="1" placeholder="Enter Aadhar Number"></textarea> </div> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <label>Mobile Number <small>*</small></label> <input name="mobile" type="number" placeholder="Enter Mobile Number" required="" class="form-control"> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label>Whatsapp <small>*</small></label> <input name="wp" class="form-control required email" type="number" placeholder="Enter Whatsapp Number"> </div> </div> </div> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <label>Secured Percentage <small>*</small></label> <input name="per" class="form-control required email" type="text" placeholder="Enter Secured Percentage"> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label>Stream Applied For <small>*</small></label> <select name="stream" class="form-control required"> <option value="Area Manager">Select...</option> <option value="+2 Science">+2 Science</option> <option value="+2 Arts">+2 Arts</option> </select> </div> </div> </div> <div class="gallery-isotope default-animation-effect grid-1 gutter-small clearfix" data-lightbox="gallery"> <!-- Portfolio Item Start --> <div class="gallery-item design"> <div class="thumb"> <img class="img-fullwidth" src="images/qr.png" alt="project"> <div class="overlay-shade"></div> <div class="text-holder"> <div class="title text-center">PAY BOOKING AMOUNT 10000/-</div> </div> <div class="icons-holder"> <div class="icons-holder-inner"> <div class="styled-icons icon-sm icon-dark icon-circled icon-theme-colored"> <a href="images/qr2.png" data-lightbox-gallery="gallery" title="Nist Higher Secondary School"><i class="fa fa-picture-o"></i></a> </div> </div> </div> </div> </div> </div> <!-- Portfolio Item End --> <div class="form-group"> <img src="images/ac.png" style="width:100%;"> </div> <div class="form-group"> <label>Enter Transaction ID <small>*</small></label> <textarea name="tid" class="form-control required" rows="1" placeholder="Enter Transaction ID"></textarea> </div> <div class="form-group"> <label> Upload Payment Receipt</label> <input name="st" class="file" type="file" multiple data-show-upload="false" data-show-caption="true"> <small>*Note Share also same Receipt to <b>9437147709</b> Whatsapp Number</small> </div> <div class="form-group"> <input name="payment_btn" class="form-control" type="hidden" value="" /> <button type="submit" class="btn btn-block btn-dark btn-theme-colored btn-sm mt-20 pt-10 pb-10" data-loading-text="Please wait...">Apply Now</button> </div> </form> <!-- Job Form Validation--> <!-- <script type="text/javascript"> $("#job_apply_form").validate({ submitHandler: function(form) { var form_btn = $(form).find('button[type="submit"]'); var form_result_div = '#form-result'; $(form_result_div).remove(); form_btn.before('<div id="form-result" class="alert alert-success" role="alert" style="display: none;"></div>'); var form_btn_old_msg = form_btn.html(); form_btn.html(form_btn.prop('disabled', true).data("loading-text")); $(form).ajaxSubmit({ dataType: 'json', success: function(data) { if( data.status == 'true' ) { $(form).find('.form-control').val(''); } form_btn.prop('disabled', false).html(form_btn_old_msg); $(form_result_div).html(data.message).fadeIn('slow'); setTimeout(function(){ $(form_result_div).fadeOut('slow') }, 6000); } }); } }); </script> --> </div> </div> </div> </div> </section> </div> <!-- end main-content --> <!-- Footer --> <?php include("admin/include/footer.php"); ?>
Upload File
Create Folder