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/MichaelMalz/CST1611/_Archive/ |
Upload File : |
<? // Lab07a.php $TRACK = "<b>".basename(__FILE__)."</b> (".__FILE__.")\n<ol>\n"; ini_set('include_path',"/Data_WWW/cst.ridgewater.edu/".PATH_SEPARATOR."/Data_WWW/CST/".PATH_SEPARATOR.ini_get('include_path')); // ** Add the DOCUMENT_ROOT to the include_path. include("Application.phpinc"); include('Course/courseInfo.phpinc'); include('classInfo.phpinc'); $assignmentNumber = '07a'; $assignmentType = ""; $assignmentTitle = "Advanced Secure Web (Secure Sockets Layer)"; $evaluationType = "Lab"; if ($assignmentType == '') $assignmentType = $evaluationType; $evaluationTitle = $assignmentTitle; if (strlen($assignmentNumber) == 1) { $assignmentName = $assignmentType."0".$assignmentNumber; $evaluationName = $evaluationType."0".$assignmentNumber; } else { $assignmentName = $assignmentType.$assignmentNumber; $evaluationName = $evaluationType.$assignmentNumber; } if ($evaluationTitle != '') $evaluationTitle = ' - '.$evaluationTitle; $title = $assignmentType." ".$assignmentNumber.": ".$assignmentTitle; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $week = 13; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; $thisFile = __FILE__; include('Common/pageHeader.phpinc'); include('Login/authenticate.phpinc'); $sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title; $thisFile = __FILE__; include('Common/sectionHeader.phpinc'); ?> <p> <fieldset><legend><?=$evaluationType?> Assignment</legend><span class="normal"> <b>This <?=$assignmentType?> is due <?=classDueDate($class['meetingTime1'],$class['StartDate'],$week)?>.</b> <br /><span class="error bold">This lab is not yet available online.</span> <!-- <ol> <li> . </li> <li> . </li> <li> Zip up your Apache httpd.conf file into a file named <b>CST1611-<?=$evaluationName?>-Apache-<i>FirstLast</i>.zip</b>. Where <i>First</i> is your first name and <i>Last</i> is your last name. </li> <li> Zip up your Data_WWW directory file into a file named <b>CST1611-<?=$evaluationName?>-Data_WWW-<i>FirstLast</i>.zip</b>. Where <i>First</i> is your first name and <i>Last</i> is your last name. </li> <li> Send an email to <a href="mailto:jim.martinson@ridgewater.edu">jim.martinson@ridgewater.edu</a> with a subject of <b>CST1611-<?=$evaluationName?></b> and attach your <b>CST1611-<?=$evaluationName?>-Apache-<i>FirstLast</i>.zip</b> and <b>CST1611-<?=$evaluationName?>-Data_WWW-<i>FirstLast</i>.zip</b> files. </li> </ol> </span> --> </fieldset> <fieldset><legend>Grading Criteria</legend><span class="normal"> Demonstrated assignment effectively: 10 points. <br /> There are some things I expect. If they are incorrect you will lose the following: <br /> Incorrect attachment file name: -1 pt. <br /> Work submitted incorrectly: -1pt. <br /> Incorrect subject in email: -1pt. <br /> Second and subsequent submission of work for grading: -1pt. <br /> Work submitted late: -1pt. </span></fieldset> <? include('ReferencesResources.phpinc'); $thisFile = __FILE__; include('Common/sectionFooter.phpinc'); $thisFile = __FILE__; include('Common/pageFooter.phpinc'); if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>