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/Admin/Enrollment/parse/ |
Upload File : |
<? // Admin/Enrollment/parse/parseDARS_40_c.phpinc // Parse state 40 // Searching for: Start of Ed Plan Section. #$DEBUG_parseDARS_40_c = true; if ( !isset($DEBUG_parseDARS_40_c) ) $DEBUG_parseDARS_40_c = false; if ( $DEBUG_parseDARS_40_c ) { printLine('Searching for: Start of Ed Plan Section.'); printVar("$index: \$f_DARSln",$f_DARSln); printVar('$f_DARSlnAsize',$f_DARSlnAsize); printVar('$f_DARSlnA',$f_DARSlnA); } #include('common/pageFooter.phpinc'); $indexStart = $index; if ( !isset($DARS['Section']) ) $DARS['Section'] = array(); $sectionNamesToParse = array('OrientationRequirement', '', '' ); if ( !$f_error ) { $sectionStatus = ''; // Section Status no longer on DARS $sectionTitle = trim($f_DARSln); if ( substr($sectionTitle,0,53) == 'Mobile App Development General Education Requirements' ) { $sectionTitle = 'General Education Courses'; } if ( substr($sectionTitle,0,25) == 'General Education courses' ) { $sectionTitle = 'General Education Courses'; } if ( substr($sectionTitle,0,24) == 'Marketing & Design AAS -' ) { $sectionTitle = substr($sectionTitle,24); } if ( $sectionTitle == 'Technical Core' ) { $sectionTitle = 'Technical Core Courses'; } if ( $sectionTitle == 'Technical Core Requirements' ) { $sectionTitle = 'Technical Core Courses'; } $sectionName = str_replace(" ","",$sectionTitle); if ( $DEBUG_parseDARS_40_c ) { printVar('$sectionTitle',$sectionTitle); printVar('$sectionName',$sectionName); } switch ( $sectionName ) { #case 'ElectronicsTechnicianCoreRequirements': case 'TechnicalCoreCourses': case 'TechnicalElectiveCourses': case 'TechnicalElectives': case 'Electives': // Process this section. $DARS['Section'][$sectionName] = array(); $DARS['Section'][$sectionName]['Title'] = $sectionTitle; $DARS['Section'][$sectionName]['Status'] = $sectionStatus; #$DARS['Section'][$sectionName]['Class'] = array(); $DARS['Section'][$sectionName]['CreditsAdded'] = ''; $DARS['Section'][$sectionName]['CreditsInProgress'] = ''; $DARS['Section'][$sectionName]['CreditsNeeds'] = ''; $DARS['Section'][$sectionName]['CreditsRequired'] = ''; $DARS['Section'][$sectionName]['CoursesAdded'] = ''; $DARS['Section'][$sectionName]['CoursesInProgress'] = ''; $DARS['Section'][$sectionName]['CoursesNeeds'] = ''; $DARS['Section'][$sectionName]['CoursesRequired'] = ''; #$DARS['Section'][$sectionName]['SelectFrom'] = array(); $DARS['Section'][$sectionName]['Notes'] = ''; $sectionClassIndex = 0; //if ( $DEBUG_parseDARS_40_c ) printLine($sectionTitle.' found.','f'); set_state(41); break; case 'CoursesbyTerm': case 'CoursesNotUsedinEducationPlanRequirements': case 'GeneralEducationCourses': case 'GeneralEducationRequirement': case 'GeneralStudies': case 'GeneralStudiesAppliedCourses': case 'GeneralStudiesCourses': case 'GeneralStudiesRequirement': case 'Remedial/DevelopmentalCourses': case '': // Skip this section. // Skip to --------------------------------------------------------------------------------. while (!in_DARSln('--------------------------------------------------------------------------------') && get_DARSln()) { if ( $DEBUG_parseDARS_40_c ) printVar("Skip $index: \$f_DARSln",$f_DARSln); } break; case '--------------------------------------------------------------------------------*******': // Done. set_state(99); break; default: #printVar("$index: \$f_DARSln",$f_DARSln); if ( in_DARSln('--------------------------------------------------------------------------------*******') || in_DARSln('--------------------------------------------------------------------------------.') || in_DARSln('--------------------------------------------------------------------------------') || in_DARSln('This requirement has been completed') || in_DARSln('This requirement has NOT yet been completed') || in_DARSln('This requirement is currently in progress') || in_DARSln('Mn Transfer Curriculum goal areas') || in_DARSln('MN Transfer Curriculum goal areas') ) { if ( $DEBUG_parseDARS_40_c ) printVar("Skip $index: \$f_DARSln",$f_DARSln); } else { if ( in_DARSln('CONTACT THE RECORDS OFFICE TO COMPLETE AN') ) { set_state(99); } else { if ( !$f_error ) $f_error = 'Stop parse at section '.$sectionTitle.'.<span class=\"pv_fl\"> '.basename(__FILE__).':'.__LINE__.'</span>'; set_state(0); } } } } #printVar('$DARS',$DARS); #if ( $DEBUG_parseDARS_40_c ) include('common/pageFooter.phpinc'); $indexStop = $index; ?>