Add door sign generator (resolves #10)

This commit is contained in:
2020-12-05 19:26:02 +01:00
parent fade25b71d
commit 34b1e2ad20
7 changed files with 197 additions and 7 deletions

View File

@ -22,6 +22,8 @@
}
form {
padding: 16px;
max-width: 512px;
margin: auto;
}
label {
display: block;
@ -55,6 +57,7 @@
font-weight: bold;
color: #fff;
width: 100%;
cursor: pointer;
}
input[type=checkbox] {
transform: translateY(-3px);
@ -134,10 +137,11 @@
probably contact an admin or a dev nearby :(<br><br>\
Here are a few links for testing:<br>\
<a href="/view">View Data</a>, \
<a href="/QRgen">Door Sign Generator</a>, \
<a href="/?arrival=42">Test Arrival</a>, \
<a href="/?departure=42">Test Departure</a><br><br>\
© 2020 made by <a target="_blank" href="mailto:&#111;&#46;&#119;&#105;&#110;&#107;&#101;&#108;&#115;&#64;&#102;&#97;&#115;&#116;&#116;&#117;&#98;&#101;&#46;&#100;&#101;">Oskar</a> \
for <a target="_blank" href="//fasttube.de">FaSTTUBe</a>. \
for <a target="_blank" href="//fasttube.de">FaSTTUBe</a>.<br> \
For source code & licensing see <a href="//git.fasttube.de/FaSTTUBe/ftracker">git repo</a>'
}