Server IP : 172.16.15.8 / Your IP : 18.116.40.53 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 (0705) : /home/jlcrouch/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php session_start(); $uname = $_POST['name']; ?> <HTML> <HEAD> <STYLE> #header{ background-color:black; color:white; text-align:center; padding:5px; } #navigation{ line-height:30px; background-color:gray; text-align:center; height:50px; padding:5px; } #logout{ background-color:gray; text-align:right; } #side{ position: fixed; background-color:blue; width:200px; height:300px; top:158px; padding:5px; } #main{ position: fixed; top: 158px; left: 218px; width: 1134px; height: 308px; } </style> </head> <BODY> <div id="header"> <h1>Placeholder Title</h1> </div> <div id="navigation"> <FORM> <INPUT TYPE="button" VALUE="Classes" onClick="parent.location='classes.php'"> <INPUT TYPE="button" VALUE="Work Due" onClick="parent.location='Work.php'"> <INPUT TYPE="button" VALUE="Grades" onClick="parent.location='Grades.php'"> <div id="logout"> <FORM> <INPUT TYPE="button" VALUE="Logout" onClick="parent.location='logout1.php'"> </FORM> </FORM> </div> <div id="side"> </div> <div id="main"> <iframe src="class.php" width="1130" height="308" frameborder="0"> </iframe> </div> <div id="side"> <iframe src="news.html" width="200" height="300" frameborder="0"> </iframe> </div> </body>