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