Create iframe-based room reservation page
This commit is contained in:
parent
5df1bfd544
commit
aa6a9ded62
@ -12,6 +12,8 @@ Bitte beachten Sie unsere Informationen zu den [Corona-Maßnahmen]({{< relref "c
|
|||||||
|
|
||||||
## Raumbelegung außerplanmäßig
|
## Raumbelegung außerplanmäßig
|
||||||
|
|
||||||
|
{{< tsc/iframe >}}https://cloud.tsc-vfl.de/index.php/apps/calendar/embed/PXB8rgsH5DFJJima-djcBar4g37LRg7dt/timeGridWeek/now{{< /tsc/iframe >}}
|
||||||
|
|
||||||
Aktuell sind keine Termine vorhanden.
|
Aktuell sind keine Termine vorhanden.
|
||||||
|
|
||||||
## Raumbelegung
|
## Raumbelegung
|
||||||
|
1
themes/tsc_vfl/layouts/shortcodes/tsc/iframe.html
Normal file
1
themes/tsc_vfl/layouts/shortcodes/tsc/iframe.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<iframe src="{{ .Inner }}" frameborder="0" style="display: block; width: 100%; height: 800px;"></iframe>
|
Loading…
Reference in New Issue
Block a user