Template
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2022-01-16 00:56:54 +01:00
parent cc997a61fd
commit a6c531b282
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 3 additions and 4 deletions

View File

@ -13,6 +13,7 @@
{{ range .daylist }}
<td>{{ . }}</td>
{{ end }}
<th>Summe</th>
</tr>
{{ range $val := .taglist }}
<tr>
@ -21,13 +22,11 @@
{{ $secounds := index $.currentState $val $v }}
<td>{{tominute $secounds }}</td>
{{ end }}
<td>{{ index $.weeklist $val }}</td>
</tr>
{{ end }}
</table>
<h3>Last 7 Days</h3>
{{ range $a, $b := .weeklist }}
<li>{{ $a }}: {{ $b }}</li>
{{ end }}
<h3>Start</h3>
<form method="get" action="/event">
<select name="name">