JezK
Edit File: grievance.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; } </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)" >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.php">Faculty</a></li> <li><a href="student.php">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">Online Grievance Redressal </h2> <form action="complaints_process.php" method="post"> <div class="form-group row"> <div class="col-half"> <label for="grievanceCategory">Grievance Category</label> <select id="grievanceCategory" name="grievanceCategory" required> <option value="">Select Category</option> <option value="Academic">SC/ST/BC</option> <option value="Financial">Anti Ragging</option> <option value="Administrative">Sexual Harassments</option> <option value="Administrative">Examination Related</option> <option value="Administrative">Internal Complaint Committee</option> <option value="Administrative">Others</option> </select> </div> <div class="col-half"> <label for="studentRollNumber">Student Roll Number</label> <input type="text" id="studentRollNumber" name="studentRollNumber" required> </div> </div> <div class="form-group row"> <div class="col-half"> <label for="name">Name</label> <input type="text" id="name" name="name" required> </div> <div class="col-half"> <label for="email">Email</label> <input type="email" id="email" name="email" required> </div> </div> <div class="form-group row"> <div class="col-full"> <label for="message">Write a message</label> <textarea id="message" name="message" rows="5" required></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>