Ranglisten"; $content .= $tpl->load('select', ['html-id' => 'select-year', 'placeholder' => 'Jahr', 'css-class' => 'mt-3 mb-0']); $content .= $tpl->load('select', ['html-id' => 'select-type', 'placeholder' => 'Rangliste', '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('input', ['html-id' => 'input-altm', 'placeholder' => 'alt. m', 'type' => 'number']); $content .= $tpl->load('input', ['html-id' => 'input-maxage', 'placeholder' => 'max. Alter (leer = nicht prüfen)', 'type' => 'number']); $content .= $tpl->load('checkbox', ['html-id' => 'input-agestrict', 'placeholder' => 'unb. Jahrgänge ausschließen']); $content .= $tpl->load('checkbox', ['html-id' => 'input-agecrew', 'placeholder' => 'Crew auch prüfen']); $content .= $tpl->load('button', ['Anzeigen', '#', 'html-id' => 'button-show']); $sp['output'] .= $tpl->load('card', [$content]); // Sepcial ranks $sp['output'] .= $tpl->load('card', ['', 'html-id' => 'card-special-ranks']); // No Results $content = '

ACHTUNG

'; $content .= '

Zu folgenden Regatten wurden noch keine Ergebnisse hinterlegt:

'; $content .= ''; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-noresults', 'css-class' => 'bg-red2-dark']); // Ranking $content = $tpl->load('input', ['html-id' => 'input-search', 'placeholder' => 'Suche', 'type' => 'text']); $content .= '
'; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-rank']); // Menu $items = ''; $items .= '
'; $sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-rank', 'title' => 'Ranglisten-Details', 'height' => 500]); $sp['scripts'] .= $scripts->load('rank'); ?>