Regatten"; $content .= $tpl->load('select', ['html-id' => 'select-year', 'placeholder' => 'Jahr', 'css-class' => 'mt-3 mb-0']); $content .= $tpl->load('input', ['html-id' => 'input-from', 'placeholder' => 'Von', 'type' => 'date', 'css-class' => 'mt-3']); $content .= $tpl->load('input', ['html-id' => 'input-to', 'placeholder' => 'Bis', 'type' => 'date']); $content .= $tpl->load('button', ['Anzeigen', '#', 'html-id' => 'button-show']); $sp['output'] .= $tpl->load('card', [$content]); // Regattas $content = '

'; $content .= $tpl->load('input', ['html-id' => 'input-search', 'placeholder' => 'Suche', 'type' => 'text', 'css-class' => 'mt-2']); $thead = '#DatumRegatta'; if (($showSpecial = $_CLASS['special']) !== false) { $thead .= '' . $_CLASS['special'] . ''; } $thead .= 'InformationenErgebnisseRLF'; $content .= $tpl->load('table', [$thead, 'html-id' => 'table-regattas', 'css-class' => 'mb-0']); $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-regattas']); $sp['scripts'] = ''; $sp['scripts'] .= $scripts->load('regattas'); ?>