before flake update

This commit is contained in:
Dennis Frieberg 2024-10-08 14:17:49 +02:00
parent 53d405d386
commit 7ec9a8f10e
Signed by: nerf
GPG key ID: 7C58AFED036072C5
15 changed files with 336 additions and 38 deletions

View file

@ -12,7 +12,7 @@
<div .col-lg-12>
<div .page-header>
<h1 #Tutors>Tutors
#{tutorPoints}
#{tutorP}
<hr>
@ -23,5 +23,5 @@
<div .col-lg-12>
<div .page-header>
<h1 #Ersties>Ersties
#{erstiePoints}
#{erstieP}

14
templates/round.hamlet Normal file
View file

@ -0,0 +1,14 @@
<div .masthead>
<div .container>
<div .row>
<h1 .header>
OwO Geländespiel Station #{station} Round #{roundNumber}
<div .container>
<div .bs-docs-section>
<div .row>
<div .col-lg-12>
<div .page-header>
<form method=post action=@{StationRoundR stationIdentifier roundNumber} enctype=#{roundFormEnctype}>
^{roundFormWidget}
<button> Submit

15
templates/station.hamlet Normal file
View file

@ -0,0 +1,15 @@
<div .masthead>
<div .container>
<div .row>
<h1 .header>
OwO Geländespiel Station #{station}
<div .container>
<div .bs-docs-section>
<div .row>
<div .col-lg-12>
<div .page-header>
<ul>
$forall round <- rounds
<li>
<a href=@{StationRoundR stationIdentifier (roundNumber round)}> #{roundNumber round}