Aktuelle Abt.
/
/
Aktuelle Abteilung '.$aktabt.' von '.$maxvalue.' ('.htmlspecialchars(strtoupper($allprogrammeabtstrcleared)).')
CoP 2025-2028STV 2025-2028'; } ?>| '.$textheadingrang.' | '; } if ($focus_view_admin == true){ echo 'RF | '; } if ($selecteduser !== 'admin'){ echo ''; } ?> | Name | Jg.'; } ?>Verein | Programm | Musik Boden | = $snC['name'] . ' ' . ucfirst($lowdiscipline) ?> | = $snC['name'] ?> | Edit |
|---|---|---|---|---|---|---|---|---|---|
| = htmlspecialchars($row['startIndex']) ?> | = htmlspecialchars($row['calculedstartindex']) ?> | = htmlspecialchars($row['name']); ?>, = htmlspecialchars($row['vorname']); ?> | ' . (new DateTime($row['geburtsdatum']))->format("Y") . ''; } ?>'; $music = $row['bodenmusik']; if ($music ==! '0'){ echo''; } else { echo $svgnichtbezahlt; } echo ''; } $disabledNotenFieldsEditAdmin = ($selecteduser !== 'admin' || $selecteduser === 'admin' && !$is_editing_this_row) ? 'readonly' : ''; $notMobileNotAdmin = ($selecteduser !== 'admin') ? 'notMobile' : ''; foreach ($disciplines as $discipline) { $lowdiscipline = strtolower($discipline['name']); // Check if the current user/admin is allowed to see this specific discipline if ($selecteduser === $lowdiscipline || $selecteduser === 'admin') : // 2. Now iterate through the scoring configurations for this discipline foreach ($notenConfig as $snC) { $showAdmin = isAdmin() && intval($snC['zeige_in_tabelle_admin']) === 1; $showPublic = !isAdmin() && intval($snC['zeige_in_tabelle']) === 1; if (!($showAdmin || $showPublic)) { continue; } if (intval($snC['pro_geraet']) !== 1) { $allowedGeraete = !empty($snC['geraete_json']) ? json_decode($snC['geraete_json'], true) : []; if (!in_array($discipline['id'], $allowedGeraete)) { continue; } } $mobile = (intval($snC['zeige_in_tabelle_mobile']) === 1) ? "" : "notMobile"; // Logic to fetch and format the value $defaultValue = $snC['default_value'] ?? 0; $note = $notenIndexed[$row['id']][$discipline['id']][$snC['id']][1] ?? $defaultValue; $normalizedNote = number_format($note, $snC['nullstellen'] ?? 2); ?> | = $normalizedNote ?> | = $normalizedNote ?> | '; }*/ ?>
' . $count . ' Turnerinnen
'; } else { echo '' . $count . ' Turnerin
'; }} if ($selecteduser === 'admin') { echo 'Gesamt: '.$total_count.' '.$mehrzahl.'
'; } if ($selecteduser === 'admin' && $focus_view_admin == false) : ?>Noch keine Datensätze vorhanden.