@include('./util/head') @php $showBsBanner = "1"; $subTableWidth = 680; $reportPageTitle = ''; // not used $autoEmailSubject = $defaultSingleEmailSubject; // application("companyInitials") . " group " . $groupCode . " graph"; $completeReportPage = ''; // reset. Will contain all report data in HTML form $block1Data = ''; // user text and leadership model image $block2Data = ''; // graph image + scores and name info // $block3Data = ''; $block4Data = ''; // Frequently used skills $block5Data = ''; // Limitations of frequently used skills $block6Data = ''; // Skills used less frequently $block7Data = ''; // Closing info @endphp
@if(request()->query('type') !== 'print') {!! getBlockHtmlOpenTable($emailTableWidth, 'fontMed') !!} {!! getBlockHtmlCloseTable() !!} @if(!$compResults)
$ID]) }}' target='_blank'>
@else
@endif @endif @php $tableSetup = "
\n\n"; $tableSetup2 = "
\n
\n"; @endphp @php $showLanguages = false; // reset for ssi/banner.asp - show language flags on top banner only // if (session("language") === "usa") { // only display leadership model for USA version $block0Data = "

{$analysisText} {$prepText}

"; $block1Data = "Connective Leadership Model"; $block1Data = $block1Data . "

The L-BL Achieving Styles Model

"; // Add graph to HTML $block2Data1 = "

{$lblVersionText} Polar Graph

"; $graphSetupLink = $newGraphURL;//'$env('POLAR_GRAPH_URL')?type=lg&score=5.0,3.4,3.8,4.0,4.2,5.2,5.0,3.6,4.6&color=002060&score2=&color2=002060&activeLanguage=lang_usa';//url("../" . config('app.graphFolder') . "/graph_setup3") . "?ID=" . $ID; if (session("accountType") == 2) { $block2Data1 = $block2Data1 . "
" . PHP_EOL; } else { $block2Data1 = $block2Data1 . "
" . PHP_EOL; } $block2Data1 = str_replace("", $newGraphURL, $block2Data1); // Prepare graph for HTML $block2Data2 = $block2Data1 . displayScoresResponsive1() . PHP_EOL; // Use a different results display for PDF output $block2Data3 = $block2Data1 . displayScoresResponsive1() . "
" . displayScoresResponsive2() . "
" . PHP_EOL; // ../ssi/display_style_scores.asp if ($showSD) { $block2Data2 = $block2Data2 . "" . PHP_EOL; $block2Data3 = $block2Data3 . "" . PHP_EOL; } @endphp @php // Create block4Data, Frequently used skills if ($pdf) { $pdfSpacer = "


"; } if (!session("resultsAccess") || (session("resultsAccess") && !$ASI360 && !$AspASI360)) { $block4Data = "

{$frequentText}

" . PHP_EOL; for ($counter = 1; $counter <= $theSplit; $counter++) { $block4Data .= $pdfSpacer . "

"; $block4Data .= StyleScore($counter); // function $block4Data .= "

" . PHP_EOL; if ($ASI) { $block4Data .= StrengthASI($counter); } elseif ($OASI) { // $block4Data .= StrengthOASI($counter); $block4Data .= StrengthASI($counter); } elseif ($ASPASI) { $block4Data .= StrengthASI($counter); } elseif ($ASPOASI) { // $block4Data .= StrengthOASI($counter); $block4Data .= StrengthASI($counter); } elseif ($TASKASSET) { $block4Data .= StrengthASSETTask($counter); } elseif ($POSASSET) { $block4Data .= StrengthASSETPos($counter); } elseif ($ASI360) { $block4Data .= StrengthASI($counter); } elseif ($AspASI360) { $block4Data .= StrengthASI($counter); } else { $block4Data .= StrengthASSET($counter); } } // $block4Data = getBlockHtmlBanner() . $block4Data; } @endphp @php // Create block5Data, Limitations of frequently used skills if (!$TASKASSET && !$POSASSET && !$ASSET) { if (!session("resultsAccess") || (session("resultsAccess") && !ASI360 && !AspASI360)) { $block5Data = "

{$limitText}

" . PHP_EOL; for ($counter = 1; $counter <= $theSplit; $counter++) { $block5Data .= $pdfSpacer . "

"; $block5Data .= StyleScore($counter); // function $block5Data .= "

" . PHP_EOL; if ($ASI) { $block5Data .= LimitationsASI($counter); } elseif ($OASI) { // $block5Data .= LimitationsOASI($counter); $block5Data .= LimitationsASI($counter); } elseif ($ASPASI) { // $block5Data .= LimitationsASPASI($counter); $block5Data .= LimitationsASI($counter); } elseif ($ASPOASI) { // $block5Data .= LimitationsASPOASI($counter); $block5Data .= LimitationsASI($counter); } elseif ($TASKASSET) { $block5Data .= ""; // LimitationsASSETTask($counter); } elseif ($POSASSET) { $block5Data .= ""; // LimitationsASSETPos($counter); } elseif ($ASI360) { // $block5Data .= LimitationsASI360($counter); $block5Data .= LimitationsASI($counter); } elseif ($AspASI360) { // $block5Data .= LimitationsAspASI360($counter); $block5Data .= LimitationsASI($counter); } else { $block5Data .= ""; // LimitationsASSET($counter); } } // $block5Data = $tableSetup2 . $block5Data . getBlockHtmlCloseTable(); } } @endphp @php // Create block6Data, Skills used less frequently if ($theSplit < 9) { if (!$TASKASSET && !$POSASSET && !$ASSET) { if (!session("resultsAccess") || (session("resultsAccess") && !ASI360 && !AspASI360)) { $block6Data = "

{$discripText}

" . PHP_EOL; for ($counter = ($theSplit + 1); $counter <= 9; $counter++) { $block6Data .= $pdfSpacer . "

"; $block6Data .= StyleScore($counter); // function $block6Data .= "

" . PHP_EOL; if ($ASI) { $block6Data .= UnusedASI($counter); } elseif ($OASI) { // $block6Data .= UnusedOASI($counter); $block6Data .= UnusedASI($counter); } elseif ($ASPASI) { // $block6Data .= UnusedASPASI($counter); $block6Data .= UnusedASI($counter); } elseif ($ASPOASI) { // $block6Data .= UnusedASPOASI($counter); $block6Data .= UnusedASI($counter); } elseif ($TASKASSET) { $block6Data .= ""; // UnusedASSETTask($counter); } elseif ($POSASSET) { $block6Data .= ""; // UnusedASSETPos($counter); } elseif ($ASI360) { // $block6Data .= UnusedASI360($counter); $block6Data .= UnusedASI($counter); } elseif ($AspASI360) { // $block6Data .= UnusedAspASI360($counter); $block6Data .= UnusedASI($counter); } else { $block6Data .= ""; // UnusedASSET($counter); } } // $block6Data = $tableSetup2 . $block6Data . getBlockHtmlCloseTable(); } } } @endphp @php // Create block7Data, Closing info $block7Data = "" . PHP_EOL; // $block7Data .= ""; $block7Data .= getBlockHtmlBanner() . $block7Data . "" . getBlockHtmlCloseTable(); // Create report options form HTML for admin page $reportFormOpenHtml = "" . PHP_EOL; $reportFormOpenHtml .= "" . PHP_EOL; $reportFormOpenHtml .= "" . PHP_EOL; $reportFormCloseHtml = "" . PHP_EOL; // Prepare status messages $msgCode = request()->query('msgCode'); $msgText = ""; switch ($msgCode) { case "1": $msgText = "Please enter a valid email address to send the results to.
 "; break; case "2": $msgText = "The results have been emailed successfully."; // $msgText = "The results have been emailed to " . $emailTo . " successfully."; break; case "3": $msgText = "The results have been emailed to " . config('app.adminEmail') . " successfully.
 "; break; case "4": $msgText = "PDF created! Please check your browser's Downloads folder."; break; } // Display message text if needed // if (!empty($msgText)) { // $printMsgText = displayMsgBootstrap($msgText, "success"); // functions_extras // } // Set up the database recordset $rsDB = null; if ($autoCreate) { // do automated task // Assemble page to email $autoEmailMessage = getBlockHtmlHead() . getBlockHtmlBanner() . $reportPageTitle . $completeReportPage . getBlockHtmlFooter(); if ($task == "current") { // leader requested single email // Email report to a single email address $msgCode = 1; if (!is_null(parseEmail($leaderEmail))) { if (sendEmail($leaderEmail, config('app.mainEmail'), $singleEmailSubject, $autoEmailMessage, 0)) { $msgCode = 2; // report emailed ' ssi/functions_formatting // sendEmail(config('app.adminEmail'), $leaderEmail, $autoEmailSubject, $autoEmailMessage, 0); // ssi/functions_formatting if ($msgCode == 2) { redirect("../" . config('app.cartFolder') . "/group_menu.asp?msgCode=1"); } } } } echo "Group " . $groupCode . " results created"; // scheduled task run response message } else { // display page in the browser with extra report options // echo $reportPageTitle . $completeReportPage . getBlockCrLfHtml($colSpan); } @endphp
@php echo displayTieredTabContent(); @endphp

{{ languageGetText(18, "tiersTab1", $activeLanguage) }}

{{ languageGetText(18, "tiersTab2", $activeLanguage) }}

@php echo tiersCell(); @endphp

{{ languageGetText(18, "reportPg3_1_forWeb", $activeLanguage) }}

{{ languageGetText(18, "reportPg3_3", $activeLanguage) }}

{{ languageGetText(18, "reportPg3_6", $activeLanguage) }}

Connective Leadership Model @if (!empty($stylesPreface))

{{ $stylesPreface }}

@endif

{{ languageGetText(18, "directStyle0", $activeLanguage) }}

  • {{ languageGetText(18, "directStyle1", $activeLanguage) }}

  • {{ languageGetText(18, "directStyle2", $activeLanguage) }}

  • {{ languageGetText(18, "directStyle3", $activeLanguage) }}

  • {{ languageGetText(18, "directStyle4", $activeLanguage) }}

{{ languageGetText(18, "instruStyle0", $activeLanguage) }}

  • {{ languageGetText(18, "instruStyle1", $activeLanguage) }}

  • {{ languageGetText(18, "instruStyle2", $activeLanguage) }}

  • {{ languageGetText(18, "instruStyle3", $activeLanguage) }}

  • {{ languageGetText(18, "instruStyle4", $activeLanguage) }}

{{ languageGetText(18, "relatStyle0", $activeLanguage) }}

  • {{ languageGetText(18, "relatStyle1", $activeLanguage) }}

  • {{ languageGetText(18, "relatStyle2", $activeLanguage) }}

  • {{ languageGetText(18, "relatStyle3", $activeLanguage) }}

  • {{ languageGetText(18, "relatStyle4", $activeLanguage) }}

Personal Reflection

Apply the following reflective questions to each of the nine styles

  • When and how do you typically utilize each achieving style? To what effect?

  • What do you appreciate most about each style?

  • What would you like to enhance or change about each style?

{!! $block2Data3 !!} {!! $printBanner !!}

{!! $closeText !!}
{!! $block1Data !!} {!! $printBanner !!} {!! $block2Data3 !!}
@php $loc1LastName = urlencode($lastName); $loc1 = "/tools/pdfManager?ID={$ID}&lastName={$loc1LastName}&lbl={$lblVersion}&token={$token}&routineState=0&pdfJob=single"; @endphp @include('./util/cli_footer')

TO PRINT THIS REPORT, PLEASE PRESS THE PDF BUTTON AND PRINT FROM THERE

* Numbers in parenthesis are the Standard Deviation
* Numbers in parenthesis are the Standard Deviation

{$closeText}