summaryrefslogtreecommitdiff
path: root/src/templates/program.html
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-06-29 23:03:07 +0200
committeruser@node5.net <user@node5.net>2026-06-29 23:03:07 +0200
commitf4835ffdcb80ed5fa711ea9b33b295dae36258b2 (patch)
treee692a6147c1558a824d40b67b5cb7a39b7f402ec /src/templates/program.html
parent50ab73d694f474ecb7e61db0d56a9f1ef769e70c (diff)
web: fetch with js to avoid flickering
Diffstat (limited to 'src/templates/program.html')
-rw-r--r--src/templates/program.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/program.html b/src/templates/program.html
new file mode 100644
index 0000000..2b455dc
--- /dev/null
+++ b/src/templates/program.html
@@ -0,0 +1 @@
+<pre class="content" id="program">{% for event in parts.program %}{% if loop.previtem and loop.previtem.day != event.day %}<br>{{ event.day }}<hr style="margin-bottom: 1em">{% endif %}<div style="position: relative"><div style="display: inline-block; background: #006688; height: 1.2em; width: {{event.progress}}%; position: absolute; left: 0"></div><div style="position: absolute; top: 0px; left: 0px;">{{event.title}} {{ event.time}} {{ event.icon }}</div></div><br style="margin-bottom: 0.25em">{% endfor %}</pre>