2022-12-18 16:40:39 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<title>{% block title %}{% endblock %}</title>
|
2023-01-08 20:23:52 +00:00
|
|
|
<meta name="viewport" content="width=400rem" />
|
|
|
|
<meta name="supported-color-schemes" content="light dark">
|
2022-12-18 17:19:30 +00:00
|
|
|
<link rel="stylesheet" href="/res/pico.min.css">
|
2022-12-18 16:40:39 +00:00
|
|
|
<style>
|
2023-01-08 20:23:52 +00:00
|
|
|
|
|
|
|
.propic-container {max-width:6em;margin:0 auto;}
|
|
|
|
.propic-container img {display:block;}
|
|
|
|
.propic {width:100%;border-radius:0.4em;margin:0 auto;border:4px solid #546e7a;}
|
|
|
|
|
|
|
|
.propic-flag {max-width:2em;margin-top:-1em;margin-left:auto;transform:translateX(0.7em);margin-right:0em;border-radius:2px;}
|
|
|
|
.propic-super {border:4px solid #fb8c00;}
|
|
|
|
.propic-normal {border:4px solid #8e24aa;}
|
|
|
|
|
2022-12-18 16:40:39 +00:00
|
|
|
.people div {text-align:center;}
|
2023-01-08 20:23:52 +00:00
|
|
|
.people h3, .people p, .people h5 {margin:0;}
|
2022-12-19 21:08:33 +00:00
|
|
|
.people {grid-auto-flow:row;}
|
2023-01-08 20:23:52 +00:00
|
|
|
.people img {display:block;}
|
|
|
|
|
2023-02-02 21:48:40 +00:00
|
|
|
main {min-height: 30em;}
|
|
|
|
|
2022-12-18 16:40:39 +00:00
|
|
|
mark {background:#0f0;}
|
|
|
|
h1 img {max-height:1.4em;}
|
|
|
|
.notice {padding:0.8em;border-radius:3px;background:#e53935;color:#eee;}
|
2022-12-21 19:58:54 +00:00
|
|
|
.notice a {color:#eee;text-decoration:underline;}
|
2022-12-19 21:08:33 +00:00
|
|
|
.container {max-width:40em;padding:1em;box-sizing:border-box;}
|
|
|
|
td > a[role=button] {padding: 0.3em 0.7em;}
|
|
|
|
td {padding-left: 0.2em;padding-right: 0.2em;}
|
|
|
|
a[role=button] {margin: 0.25em 0;}
|
|
|
|
td > input[type=file] {margin:0;padding:0;}
|
|
|
|
section {margin-bottom:3em;}
|
|
|
|
@media (min-width: 500px) {body .grid {grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));}}
|
2023-01-08 20:23:52 +00:00
|
|
|
details {margin-bottom:0;}
|
|
|
|
header img {display:block;margin: 0 auto;}
|
|
|
|
|
|
|
|
summary[role=button] {background:var(--primary-focus);color:var(--contrast);}
|
|
|
|
summary img, td img {height:1.2em;width:2em;box-sizing: border-box;}
|
|
|
|
|
|
|
|
@media only screen and (prefers-color-scheme: dark) {
|
|
|
|
.icon {filter: invert(1);}
|
|
|
|
}
|
|
|
|
|
2023-02-02 21:48:40 +00:00
|
|
|
nav {justify-content: normal;padding:0 0.5em;background:var(--card-background-color);}
|
2023-05-11 22:12:43 +00:00
|
|
|
nav a {display:inline-block;padding:0 0.6em;line-height:2em;margin:0;white-space:nowrap}
|
2023-02-02 21:48:40 +00:00
|
|
|
nav img {height:1.2em;display:inline;vertical-align:middle;box-sizing: border-box;}
|
2023-05-11 22:12:43 +00:00
|
|
|
nav {display:block;}
|
|
|
|
|
2023-01-08 20:23:52 +00:00
|
|
|
body .grid.people { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important }
|
|
|
|
.status {float:right;}
|
2023-02-02 21:48:40 +00:00
|
|
|
|
|
|
|
footer {opacity:0.4;margin:0;padding:0;max-width:40em;text-align:center;transition:opacity .4s;}
|
|
|
|
footer:hover {opacity:1;}
|
|
|
|
footer img {height:1.3em;}
|
2023-02-15 21:38:22 +00:00
|
|
|
|
|
|
|
.tag {background:var(--primary);color:var(--contrast);font-size:0.8em;font-weight:600;padding:0.1em 0.3em;border-radius:3px;}
|
2022-12-18 16:40:39 +00:00
|
|
|
</style>
|
2023-01-17 21:34:05 +00:00
|
|
|
|
|
|
|
<!-- Matomo -->
|
|
|
|
<script>
|
2023-01-17 21:51:27 +00:00
|
|
|
var _paq = window._paq = window._paq || [];
|
|
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
|
|
_paq.push(["setCampaignNameKey", "private_area"]);
|
|
|
|
{% if order %}
|
|
|
|
_paq.push(['setUserId', '{{order.code}}']);
|
|
|
|
{% endif %}
|
|
|
|
_paq.push(['trackPageView']);
|
|
|
|
_paq.push(['enableLinkTracking']);
|
|
|
|
(function() {
|
|
|
|
var u="https://y.foxo.me/";
|
|
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
|
|
_paq.push(['setSiteId', '2']);
|
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
|
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
|
|
})();
|
2023-01-17 21:34:05 +00:00
|
|
|
</script>
|
|
|
|
<noscript><p><img src="https://y.foxo.me/matomo.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
|
|
|
|
<!-- End Matomo Code -->
|
2022-12-18 16:40:39 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-01-08 20:23:52 +00:00
|
|
|
<nav id="topbar">
|
|
|
|
{% if order %}
|
|
|
|
<a href="/manage/welcome">Your Booking</a>
|
|
|
|
{% endif %}
|
|
|
|
<a href="/manage/nosecount">Nose Count</a>
|
2023-01-17 21:51:27 +00:00
|
|
|
{% if order %}
|
2023-05-08 21:04:15 +00:00
|
|
|
<a href="/manage/carpooling">Carpooling</a>
|
2023-01-17 21:51:27 +00:00
|
|
|
<a style="float:right;" href="/manage/logout">Logout</a>
|
|
|
|
{% endif %}
|
2023-05-11 22:12:43 +00:00
|
|
|
<br clear="both" />
|
2023-01-08 20:23:52 +00:00
|
|
|
</nav>
|
2022-12-18 16:40:39 +00:00
|
|
|
{% block main %}{% endblock %}
|
2023-01-08 20:23:52 +00:00
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
document.addEventListener("DOMContentLoaded", function(event) {
|
|
|
|
var anchor = window.location.hash;
|
|
|
|
if (anchor) {
|
|
|
|
var element = document.querySelector(anchor);
|
|
|
|
if (element && element.tagName === "DETAILS") {
|
|
|
|
element.setAttribute("open", "");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
2023-02-02 21:48:40 +00:00
|
|
|
<footer>
|
2023-08-06 10:47:07 +00:00
|
|
|
Made in 🇮🇹 by <img src="/res/icons/silhouette.svg" class="icon" /> · <a href="/manage/privacy">Privacy</a>
|
2023-02-02 21:48:40 +00:00
|
|
|
</footer>
|
2022-12-18 16:40:39 +00:00
|
|
|
</body>
|
|
|
|
</html>
|