JezK
Edit File: student.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- Mirrored from www.jntukbiotech.com/new/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 29 Mar 2019 10:05:46 GMT --> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="style.css"> <title>D.L.Reddy College </title> <link rel="icon" href="images/favicon.ico" type="img/x-icon"> <link href="js/js-image-slider.css" rel="stylesheet" type="text/css" /> <script src="js/js-image-slider.js" type="text/javascript"></script> <script language="javascript1.0"> <script> var repeat = 1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1 var title = document.title var leng = title.length var start = 1 function titlemove() { titl = title.substring(start, leng) + title.substring(0, start) document.title = titl start++ if (start == leng + 1) { start = 0 if (repeat == 0) return } setTimeout("titlemove()", 100) } if (document.title) titlemove() </script> <style> .middle-box .left p { padding: 0px 10px; line-height: 22px; } /* Styles for form fields */ .form-group { margin-bottom: 20px; } label { display: block; margin-bottom: 5px; font-weight: bold; } input[type="text"], input[type="email"], textarea, select { width: 100%; /* Full width for all fields */ padding: 10px; border: 1px solid #ccc; border-radius: 5px; box-sizing: border-box; font-size: 16px; } select { width: calc(100% - 2px); /* Subtracting border width to avoid horizontal scrollbar */ } textarea { resize: vertical; } .form-group.row:after { content: ""; display: table; clear: both; } .form-group.row { width: 100%; } .form-group.row .col-half { width: 50%; float: left; box-sizing: border-box; padding: 8px; } .form-group.row .col-full { width: 100%; padding: 8px; } button[type="submit"] { padding: 10px 30px; background-color: #004b81; border: none; border-radius: 5px; color: #fff; font-size: 16px; cursor: pointer; display: block; margin: auto; } button[type="submit"]:hover { background-color: #0056b3; } .options { display: flex; } /* Style to add spacing between radio buttons */ .options label { margin-right: 10px; margin-bottom: 0px; } input[type="radio"] { margin: 4px; } </style> </head> <body> <div class="container"> <div class="header"> <div class="content"> <div class="title">DWARAMPUDI LAKSHMANA REDDY COLLEGE <div class="title_aac">( Affiliated to Adikavi Nannaya University ) </div> </div> <ul class="menu"> <li><a href="javascript:void(0)" onclick="javascript:location.href='index.html'">Home</a></li> <!--<ul> <li><a href="inner.php?page=4">PAST DIRECTORS</a></li> <li><a href="aff_coll.php?dist=1">AFFILIATED COLLEGES</a></li> </ul>--> </li> <!--<li><a href="inner.php?page=3">REG & SYLLABUS</a></li>--> <li><a href="javascript:void(0)" onclick="javascript:location.href='past_dir.html'">Executive Body</a></li> <li><a href="javascript:void(0)" onclick="javascript:location.href='courses_off.html'">Courses Offered</a></li> <li><a href="javascript:void(0)" onclick="javascript:location.href='mandatory_dis.html'"> Mandatory Disclosures</a></li> <li><a href="javascript:void(0)" onclick="javascript:location.href='facultys.html'">Facultys</a></li> <li><a href="javascript:void(0)" onclick="javascript:location.href='downfb54.html?a1=1'">Downloads</a></li> <li><a href="javascript:void(0)" onclick="javascript:location.href='infrastructure.html'">Infrastructure</a></li> <li><a href="javascript:void(0)" onclick="javascript:location.href='route_map.html'"> Route Map</a></li> <li><a href="javascript:void(0)" onclick="javascript:location.href='contactus.html'">Contact us</a></li> <li><a href="javascript:void(0)" onclick="javascript:location.href='imp_links.php'">Other Links</a> <ul> <li><a href="committees.html">Committees</a></li> <li><a href="grievance.html">Online Grievance Redressal</a></li> <li><a href="teacher.html">Faculty</a></li> <li><a href="student.html">Student</a></li> </ul> </li> <!--<li><a href="javascript:void(0)" onclick="javascript:location.href='login.php'">LOGIN</a></li>--> </ul> </div> </div> <div class="middle-box"> <div class="content" > <h2 style="text-align:center">Student</h2> <form action="student_process.php" method="post"> <div class="form-group row"> <div class="col-half"> <label for="studentName">Name of the Student</label> <input type="text" id="studentName" name="studentName" required> </div> <div class="col-half"> <label for="rollNo">Roll No</label> <input type="text" id="rollNo" name="rollNo" required> </div> </div> <div class="form-group row"> <div class="col-half"> <label for="email">Email</label> <input type="email" id="email" name="email" required> </div> <div class="col-half"> <label for="programmeName">Programme Name</label> <input type="text" id="programmeName" name="programmeName" required> </div> </div> <div class="form-group row"> <div class="col-half"> <label for="academicYear">Academic Year</label> <input type="text" id="academicYear" name="academicYear" required> </div> </div> <ol> <li> <p>The curriculum assists in the development of Soft Skills, Life Skills and Employability Skills</p> <div class="options"> <input type="radio" id="q1_excellent" name="q1" value="Excellent"> <label for="q1_excellent">Excellent</label> <input type="radio" id="q1_very_good" name="q1" value="Very Good"> <label for="q1_very_good">Very Good</label> <input type="radio" id="q1_good" name="q1" value="Good"> <label for="q1_good">Good</label> <input type="radio" id="q1_satisfactory" name="q1" value="Satisfactory"> <label for="q1_satisfactory">Satisfactory</label> </div> </li> <li> <p>Curriculum Delivery by Faculty</p> <div class="options"> <input type="radio" id="q2_excellent" name="q2" value="Excellent"> <label for="q2_excellent">Excellent</label> <input type="radio" id="q2_very_good" name="q2" value="Very Good"> <label for="q2_very_good">Very Good</label> <input type="radio" id="q2_good" name="q2" value="Good"> <label for="q2_good">Good</label> <input type="radio" id="q2_satisfactory" name="q2" value="Satisfactory"> <label for="q2_satisfactory">Satisfactory</label> </div> </li> <li> <p>The accessibility of Teaching Faculty</p> <div class="options"> <input type="radio" id="q3_excellent" name="q3" value="Excellent"> <label for="q3_excellent">Excellent</label> <input type="radio" id="q3_very_good" name="q3" value="Very Good"> <label for="q3_very_good">Very Good</label> <input type="radio" id="q3_good" name="q3" value="Good"> <label for="q3_good">Good</label> <input type="radio" id="q3_satisfactory" name="q3" value="Satisfactory"> <label for="q3_satisfactory">Satisfactory</label> </div> </li> <li> <p>Class Rooms and Laboratories</p> <div class="options"> <input type="radio" id="q4_excellent" name="q4" value="Excellent"> <label for="q4_excellent">Excellent</label> <input type="radio" id="q4_very_good" name="q4" value="Very Good"> <label for="q4_very_good">Very Good</label> <input type="radio" id="q4_good" name="q4" value="Good"> <label for="q4_good">Good</label> <input type="radio" id="q4_satisfactory" name="q4" value="Satisfactory"> <label for="q4_satisfactory">Satisfactory</label> </div> </li> <li> <p>The quality of Knowledge Resources and Library Facilities</p> <div class="options"> <input type="radio" id="q5_excellent" name="q5" value="Excellent"> <label for="q5_excellent">Excellent</label> <input type="radio" id="q5_very_good" name="q5" value="Very Good"> <label for="q5_very_good">Very Good</label> <input type="radio" id="q5_good" name="q5" value="Good"> <label for="q5_good">Good</label> <input type="radio" id="q5_satisfactory" name="q5" value="Satisfactory"> <label for="q5_satisfactory">Satisfactory</label> </div> </li> <li> <p>What do you think of the College’s Co-curricular and Extra-curricular activities?</p> <div class="options"> <input type="radio" id="q6_excellent" name="q6" value="Excellent"> <label for="q6_excellent">Excellent</label> <input type="radio" id="q6_very_good" name="q6" value="Very Good"> <label for="q6_very_good">Very Good</label> <input type="radio" id="q6_good" name="q6" value="Good"> <label for="q6_good">Good</label> <input type="radio" id="q6_satisfactory" name="q6" value="Satisfactory"> <label for="q6_satisfactory">Satisfactory</label> </div> </li> <li> <p>Teachers’ Internal Assessments</p> <div class="options"> <input type="radio" id="q7_excellent" name="q7" value="Excellent"> <label for="q7_excellent">Excellent</label> <input type="radio" id="q7_very_good" name="q7" value="Very Good"> <label for="q7_very_good">Very Good</label> <input type="radio" id="q7_good" name="q7" value="Good"> <label for="q7_good">Good</label> <input type="radio" id="q7_satisfactory" name="q7" value="Satisfactory"> <label for="q7_satisfactory">Satisfactory</label> </div> </li> <li> <p>Assessment of program Curriculum</p> <div class="options"> <input type="radio" id="q8_excellent" name="q8" value="Excellent"> <label for="q8_excellent">Excellent</label> <input type="radio" id="q8_very_good" name="q8" value="Very Good"> <label for="q8_very_good">Very Good</label> <input type="radio" id="q8_good" name="q8" value="Good"> <label for="q8_good">Good</label> <input type="radio" id="q8_satisfactory" name="q8" value="Satisfactory"> <label for="q8_satisfactory">Satisfactory</label> </div> </li> <li> <p>Is the Curriculum Contributing towards projects and research</p> <div class="options"> <input type="radio" id="q9_excellent" name="q9" value="Excellent"> <label for="q9_excellent">Excellent</label> <input type="radio" id="q9_very_good" name="q9" value="Very Good"> <label for="q9_very_good">Very Good</label> <input type="radio" id="q9_good" name="q9" value="Good"> <label for="q9_good">Good</label> <input type="radio" id="q9_satisfactory" name="q9" value="Satisfactory"> <label for="q9_satisfactory">Satisfactory</label> </div> </li> </ol> <div class="form-group row"> <div class="col-half"> <label for="academicYear">Give suggestions for improvement:</label> <textarea id="suggestionssuggestions" name="suggestions" rows="5" cols="50"></textarea> </div> </div> <div class="form-group row"> <button type="submit">Submit</button> </div> </form> </div> <br clear="all" /> <div class="footer"> <div> <p>©All rights reserved 1987-2018 D.L.Reddy College, Gollala Mamidada.</p></div> <div style="display: flex; align-items: center"><p>Designed & Maintained by</p> <a href="https://krify.co" target="_blank"><img src="./images/krify.png"></a></div> </div> <!-- <a href="#" class="scrollToTop"> </a> <script> $(document).ready(function(){ //Check to see if the window is top if not then display button $(window).scroll(function(){ if ($(this).scrollTop() > 100) { $('.scrollToTop').fadeIn(); } else { $('.scrollToTop').fadeOut(); } }); //Click event to scroll to top $('.scrollToTop').click(function(){ $('html, body').animate({scrollTop : 0},800); return false; }); }); </script>--></div> </div> </body> <!-- Mirrored from www.jntukbiotech.com/new/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 29 Mar 2019 10:06:31 GMT --> </html>