Erster Commit

This commit is contained in:
Gonne 2022-08-24 08:16:27 +02:00
commit b26544756a
11 changed files with 405 additions and 0 deletions

6
templates/td.html Normal file
View file

@ -0,0 +1,6 @@
<td rowspan="{{.Rowspan}}" style="border: 1px solid">
{{.StartHour}}:{{printf "%02d" .StartMinute}} - {{.EndHour}}:{{printf "%02d" .EndMinute}}<br />
{{.CourseName}}<br />
{{.TutorName}}<br />
{{.RoomName}}
</td>