Boote"; $sp['output'] .= $tpl->load('card', [$content]); // Info Years $content = '

Bootsnamen

'; $content .= '

'; $content .= 'Genauso wie bei den Jahrgängen der Segler fehlen uns auch viele Bootsnamen.
'; $content .= 'Kennst Du ein Boot, dessen Name hier noch nicht hinterlegt ist oder das vielleicht umgetauft wurde, hilf uns bitte, indem Du den Namen einträgst!
'; $content .= 'Klicke dazu einfach auf das entsprechende Boot und wähle Bootsnamen bearbeiten aus.
'; $content .= 'Vielen Dank für Deine Unterstützung!'; $content .= '

'; $sp['output'] .= $tpl->load('card', [$content]); // List $content = '

'; $content .= $tpl->load('input', ['html-id' => 'input-search', 'placeholder' => 'Suche', 'type' => 'text', 'css-class' => 'mt-2']); $content .= '
'; $sp['output'] .= $tpl->load('card', [$content, 'html-id' => 'card-list']); // Pagination $sp['output'] .= $tpl->load('pagination', ['html-id' => 'pagination']); // Menu $items = $tpl->load('menu/item-icon', ['', '#', 'html-id' => 'menu-item-boatname', 'icon' => 'fa-edit']); $items .= $tpl->load('menu/item-icon', ['Vereins-Website', '', 'html-id' => 'menu-item-clubwebsite', 'icon' => 'fa-globe', 'css-class' => 'border-0']); $sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-boat', 'title' => 'Boots-Details', 'height' => 200]); $items = '

Bitte trage hier den Bootsnamen ein:

'; $items .= $tpl->load('input', ['html-id' => 'input-editboatname', 'placeholder' => 'Bootsname', 'type' => 'text']); $items .= $tpl->load('button', ['Speichern', '#', 'html-id' => 'button-editboatname']); $sp['menus'] .= $tpl->load('menu/bottom', [$items, 'html-id' => 'menu-editboatname', 'height' => 240]); $sp['scripts'] .= $scripts->load('pagination', ['pageChange', 'page', 'pageCount', 'pagination']); $sp['scripts'] .= $scripts->load('boats'); ?>