korsygfhrtzangaiide
Elepffwdsff
/
home3
/
nmslyumy
/
www
/
kcaeducate
/
Upload FileeE
HOME
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Welcome To KCA PUBLIC SCHOOL, JUNIA, BALASORE</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="KCA PUBLIC SCHOOL, JUNIA, BALASORE" /> <!-- css --> <link href="css/bootstrap.min.css" rel="stylesheet" /> <link href="css/cubeportfolio.min.css" rel="stylesheet" /> <link href="css/style.css" rel="stylesheet" /> <!-- Theme skin --> <link id="t-colors" href="skins/default.css" rel="stylesheet" /> <!-- boxed bg --> <link id="bodybg" href="bodybg/bg1.css" rel="stylesheet" type="text/css" /> <!-- Javascript Validation Form Start --> <script type="application/javascript"> function ValidateForm() { if (document.addcat_image.name.value=='') { /*document.getElementById('result').innerHTML = "Please Enter the Name";*/ alert('Please Enter the Name!'); document.addcat_image.name.focus(); return false } else if (document.addcat_image.email.value=='') { /*document.getElementById('result').innerHTML = "Please Enter the Name";*/ alert('Please Enter the Email Id!'); document.addcat_image.email.focus(); return false } else if (document.addcat_image.phone.value=='') { /*document.getElementById('result').innerHTML = "Please Enter the Name";*/ alert('Please Enter the Phone Number!'); document.addcat_image.phone.focus(); return false } else if (document.addcat_image.post.value=='') { /*document.getElementById('result').innerHTML = "Please Enter the Name";*/ alert('Please Enter the class!'); document.addcat_image.class.focus(); return false } else if (document.addcat_image.messsage.value=='') { /*document.getElementById('result').innerHTML = "Please Enter the Description!";*/ alert('Please Enter the Message!'); document.addcat_image.messsage.focus(); return false } else if (document.addcat_image.filename.value=='') { /*document.getElementById('result').innerHTML = "Please Enter the Description!";*/ alert('Please Upload the file!'); document.addcat_image.filename.focus(); return false } return true } </script> <!-- Javascript Validation Form End --> </head> <body> <div id="wrapper"> <!-- start header --> <?php include("include/header.php")?> <!-- end header --> <section id="inner-headline"> <div class="container"> <div class="row"> <div class="col-lg-12"> <ul class="breadcrumb"> <li><a href="#"><i class="fa fa-home"></i></a><i class="icon-angle-right"></i></li> <li class="active">Contact</li> </ul> </div> </div> </div> </section> <section id="content"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2>ADDRESS </h2> <H1>KCA PUBLIC SCHOOL</H1> <P>JUNIA, JAGESWARPADA</P> <P>BALASORE</P> <P>ODISHA</P> <P><strong>Mobile</strong>- <strong>9124985942,9437177752</strong></P> <P><strong>Mail-id</strong> -kcagurukula2012@gmail.com</P> <hr class="colorgraph"> <h2>Contact us <small>get in touch with us by filling form below</small></h2> <hr class="colorgraph"> <form action="send_apply_online.php" method="post" name="addcat_image" enctype="multipart/form-data"> <label>Your Name:</label> <input name="name" class="input" type="text"> <label>E-mail:</label> <input name="email" class="input" type="text"> <label>Telephone:</label> <input name="phone" class="input" type="text"> <label>Class:</label> <input name="class" class="input" type="text"> <label>Message:</label> <textarea name="messsage" rows="1" cols="1" class="input" style="height: 100px;"></textarea><br> <?php for($i=1; $i<=1; $i++){ echo "<tr><td><strong>Aadhar Card Upload :</strong></td><td> <input type=file name='images' class='bginput'></td></tr>"; } ?><br> <br> <input name="submit" value="submit" class="button-grey" type="submit" onClick="return ValidateForm();"> <input name="reset" value="reset" class="button" type="reset"> <form/> <hr class="colorgraph"> </div> </div> </div> </div> </section> <?php include("include/footer.php")?> </div> <a href="#" class="scrollup"><i class="fa fa-angle-up active"></i></a> <!-- javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="js/jquery.min.js"></script> <script src="js/modernizr.custom.js"></script> <script src="js/jquery.easing.1.3.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.appear.js"></script> <script src="js/stellar.js"></script> <script src="js/classie.js"></script> <script src="js/uisearch.js"></script> <script src="js/jquery.cubeportfolio.min.js"></script> <script src="js/google-code-prettify/prettify.js"></script> <script src="js/animate.js"></script> <script src="https://maps.google.com/maps/api/js?sensor=true"></script> <script src="js/custom.js"></script> <script> jQuery(document).ready(function( $ ) { //Google Map var get_latitude = $('#google-map').data('latitude'); var get_longitude = $('#google-map').data('longitude'); function initialize_google_map() { var myLatlng = new google.maps.LatLng(get_latitude, get_longitude); var mapOptions = { zoom: 14, scrollwheel: false, center: myLatlng }; var map = new google.maps.Map(document.getElementById('google-map'), mapOptions); var marker = new google.maps.Marker({ position: myLatlng, map: map }); } google.maps.event.addDomListener(window, 'load', initialize_google_map); }); </script> <script src="contactform/contactform.js"></script> </body> </html>