Server IP : 172.16.15.8 / Your IP : 3.133.108.172 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/tjpepper/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<html> <head> <style type="text/css"> hr {background-color: #A4A4A4; height: 1px; border: 0;} .box {color:#a4a4a4; height: 75px; padding-top: 6px; position: relative; width: 100%;} a {color:#a4a4a4} table {width:400; height:250; border-collapse:collapse;} td, th {font-size:100%; border:1px solid #a4a4a4; padding:3px 7px 2px 7px;} th {font-size:100%; text-align:center; padding-top:5px; padding-bottom:4px; background-color:rgba(164, 164, 164, .7); color:black;} tr.alt td {color:black; background-color:rgba(164, 164, 164, .5)} </style> <div class="box"> <center> <h2> Online Course Evalutation </h2> </center> </div> </head> <hr> <body background="http://i60.tinypic.com/14l2gw5.jpg"> <font size=4 color=#a4a4a4> <form action="project_display.php" method=post> <br> <table style="width:700; height:250; float:right;"> <tr> <th colspan="4">Course Evaluation</th> </tr> <tr class="alt"> <td>Professor Preparation Grade?</td> <td><input type=radio name=q1 value=2>Good</td> <td><input type=radio name=q1 value=1>Average</td> <td><input type=radio name=q1 value=0>Poor</td> </tr> <tr style="color:#a4a4a4;"> <td>Student Participation Grade?</td> <td><input type=radio name=q2 value=2>Good</td> <td><input type=radio name=q2 value=1>Average</td> <td><input type=radio name=q2 value=0>Poor</td> </tr> <tr class="alt"> <td>Overall Class Rating?</td> <td><input type=radio name=q3 value=2>Good</td> <td><input type=radio name=q3 value=1>Average</td> <td><input type=radio name=q3 value=0>Poor</td> </tr> </table> Input your course number:<br> <input type=text name=course style="background-color:rgba(164, 164, 164, .7);"><br><br> Male or Female? <br> <input type=radio name=gender value="Male">Male<br> <input type=radio name=gender value="Female">Female<br> <br>Grade?<br> <input type=radio name=class value="Freshman">Freshman<br> <input type=radio name=class value="Sophomore">Sophomore<br> <input type=radio name=class value="Junior">Junior<br> <input type=radio name=class value="Senior">Senior<br> <br> <input type=submit value=Submit> <input type=reset value=Reset> </form> <hr> <a href="project_home.html">Back</a> <a href="index.html">Home</a> </font> </body> </html>