summaryrefslogtreecommitdiff
path: root/src/templates/program.html
diff options
context:
space:
mode:
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>